@guru-ai-product/ai-product-kit 0.2.251113170245 → 0.2.251113170742
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 +1 -1
- 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 +5 -5
- 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
|
@@ -74,7 +74,7 @@ First-time setup or update to the latest version:
|
|
|
74
74
|
|
|
75
75
|
```bash
|
|
76
76
|
# Install or update Skills from your project root directory
|
|
77
|
-
npx @guru-ai-product/ai-product-kit@latest ai-product-kit
|
|
77
|
+
npx -y @guru-ai-product/ai-product-kit@latest ai-product-kit
|
|
78
78
|
```
|
|
79
79
|
|
|
80
80
|
This downloads the Skill bundle (templates, scripts, and `GURU_AI.md` files) to `.claude/skills/` in your working tree.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# GURU AI Snapshot
|
|
2
2
|
|
|
3
|
-
Last refreshed: 2025-11-13T09:
|
|
3
|
+
Last refreshed: 2025-11-13T09:07:43.099Z
|
|
4
4
|
|
|
5
5
|
| File | Last Modified (UTC) |
|
|
6
6
|
| --- | --- |
|
|
7
|
-
| `scripts/check_agents.sh` | 2025-11-
|
|
8
|
-
| `SKILL.md` | 2025-11-
|
|
9
|
-
| `template/AGENTS_TEMPLATE_MCP.md` | 2025-11-13T09:
|
|
10
|
-
| `template/AGENTS_TEMPLATE.md` | 2025-11-13T09:
|
|
7
|
+
| `scripts/check_agents.sh` | 2025-11-13T09:03:47.702Z |
|
|
8
|
+
| `SKILL.md` | 2025-11-13T09:03:47.701Z |
|
|
9
|
+
| `template/AGENTS_TEMPLATE_MCP.md` | 2025-11-13T09:07:43.066Z |
|
|
10
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-13T09:07:43.061Z |
|