@guru-ai-product/ai-product-kit 0.2.251113181056 → 0.2.251113182402

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -82,7 +82,7 @@ This downloads the Skill bundle (templates, scripts, and `GURU_AI.md` files) to
82
82
  #### 2. 🚀 Initialize Your Project
83
83
 
84
84
  ```text
85
- Initialize my project using the init-project skill.
85
+ Initialize my project using the init-project skill located at .claude/skills/aipk_init_project.
86
86
  ```
87
87
 
88
88
  #### 3. 📋 Using Skills
@@ -168,8 +168,10 @@ The tool returns:
168
168
 
169
169
  #### 4. 🚀 Initialize Your Project
170
170
 
171
+ Use the MCP tool to initialize your project:
172
+
171
173
  ```text
172
- Initialize my project using the init-project skill.
174
+ Initialize my project using the init-project skill with the product_kit_skill tool.
173
175
  ```
174
176
 
175
177
  #### 5. 📚 Supported Skills
@@ -32,6 +32,13 @@ Use these MCP tools to load a Skill by name. The server maps known Skill names t
32
32
  <arguments>{"skill_name": "aipk_development"}</arguments>
33
33
  </skill>
34
34
 
35
+ <skill>
36
+ <name>init-project</name>
37
+ <description>Initialize the project Agents playbook, sync the skills inventory into AGENTS.md/templates, and verify the workspace includes a complete AGENTS.md file.</description>
38
+ <tool>product_kit_skill</tool>
39
+ <arguments>{"skill_name": "aipk_init_project"}</arguments>
40
+ </skill>
41
+
35
42
  <skill>
36
43
  <name>operations</name>
37
44
  <description>Canonical entry point for every post-release operating guide; maps scenarios to the available Skills and explains how to invoke them.</description>
package/mcp/src/server.js CHANGED
@@ -24,7 +24,8 @@ const PRODUCT_KIT_SKILLS = {
24
24
  "aipk_operations": join(PROJECT_ROOT, "skills/aipk_operations/SKILL.md"),
25
25
  "aipk_requirements": join(PROJECT_ROOT, "skills/aipk_requirements/SKILL.md"),
26
26
  "aipk_skill_generate": join(PROJECT_ROOT, "skills/aipk_skill_generate/SKILL.md"),
27
- "aipk_tool_prompts": join(PROJECT_ROOT, "skills/aipk_tool_prompts/SKILL.md"),};
27
+ "aipk_tool_prompts": join(PROJECT_ROOT, "skills/aipk_tool_prompts/SKILL.md"),
28
+ "aipk_init_project": join(PROJECT_ROOT, "mcp/skills/aipk_init_project/Skills.md"),};
28
29
 
29
30
  // Skill 描述映射
30
31
  const SKILL_DESCRIPTIONS = {
@@ -33,7 +34,8 @@ const SKILL_DESCRIPTIONS = {
33
34
  "aipk_operations": "Canonical entry point for every post-release operating guide; maps scenarios to the available Skills and explains how to invoke them.",
34
35
  "aipk_requirements": "Central repository for requirement discovery, documentation, review, and change management assets.",
35
36
  "aipk_skill_generate": "Standards and methods for creating Agent Skills that extend Claude's capabilities. Use when creating or updating Skills, rules, or documentation that should follow Skill structure.",
36
- "aipk_tool_prompts": "Catalog of reusable prompts for AI tooling workflows, including their usage guidance and file locations.",};
37
+ "aipk_tool_prompts": "Catalog of reusable prompts for AI tooling workflows, including their usage guidance and file locations.",
38
+ "aipk_init_project": "Initialize the project Agents playbook, sync the skills inventory into AGENTS.md/templates, and verify the workspace includes a complete AGENTS.md file.",};
37
39
 
38
40
  const server = new Server(
39
41
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guru-ai-product/ai-product-kit",
3
- "version": "0.2.251113181056",
3
+ "version": "0.2.251113182402",
4
4
  "description": "Sync the AI Product Kit Skill bundle through npx without cloning the repository.",
5
5
  "bin": {
6
6
  "ai-product-kit": "bin/setup.js",
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,10 +1,10 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
7
7
  | `scripts/check_agents.sh` | 2025-11-13T09:03:47.702Z |
8
8
  | `skill.ini` | 2025-11-13T09:47:02.793Z |
9
9
  | `SKILL.md` | 2025-11-13T10:06:33.764Z |
10
- | `template/AGENTS_TEMPLATE.md` | 2025-11-13T10:10:56.854Z |
10
+ | `template/AGENTS_TEMPLATE.md` | 2025-11-13T10:24:02.340Z |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |
@@ -1,6 +1,6 @@
1
1
  # GURU AI Snapshot
2
2
 
3
- Last refreshed: 2025-11-13T10:10:56.892Z
3
+ Last refreshed: 2025-11-13T10:24:02.386Z
4
4
 
5
5
  | File | Last Modified (UTC) |
6
6
  | --- | --- |