@guru-ai-product/ai-product-kit 0.2.251113181644 → 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 +4 -2
- package/package.json +1 -1
- package/skills/aipk_design/GURU_AI.md +1 -1
- package/skills/aipk_development/GURU_AI.md +1 -1
- package/skills/aipk_init_project/GURU_AI.md +2 -2
- package/skills/aipk_operations/GURU_AI.md +1 -1
- package/skills/aipk_requirements/GURU_AI.md +1 -1
- package/skills/aipk_skill_generate/GURU_AI.md +1 -1
- package/skills/aipk_tool_prompts/GURU_AI.md +1 -1
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
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# GURU AI Snapshot
|
|
2
2
|
|
|
3
|
-
Last refreshed: 2025-11-13T10:
|
|
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
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-13T10:24:02.340Z |
|