@guru-ai-product/ai-product-kit 0.2.251118163500 → 0.2.251118170658
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/package.json +1 -1
- package/skills/aipk_aso-new-release/GURU_AI.md +1 -1
- package/skills/aipk_development/GURU_AI.md +1 -1
- package/skills/aipk_format-requirement-pages-with-design/GURU_AI.md +1 -1
- package/skills/aipk_init_project/GURU_AI.md +2 -2
- package/skills/aipk_init_project/template/AGENTS_TEMPLATE.md +2 -0
- package/skills/aipk_initiative-planning/GURU_AI.md +1 -1
- package/skills/aipk_requirements-changes/GURU_AI.md +1 -1
- package/skills/aipk_requirements-documentation/GURU_AI.md +1 -1
- package/skills/aipk_requirements-intake/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/skills/aipk_update-requirements-from-design/GURU_AI.md +1 -1
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# GURU AI Snapshot
|
|
2
2
|
|
|
3
|
-
Last refreshed: 2025-11-
|
|
3
|
+
Last refreshed: 2025-11-18T09:06:58.518Z
|
|
4
4
|
|
|
5
5
|
| File | Last Modified (UTC) |
|
|
6
6
|
| --- | --- |
|
|
7
7
|
| `scripts/check_agents.sh` | 2025-11-13T09:03:47.000Z |
|
|
8
8
|
| `skill.ini` | 2025-11-13T09:47:02.000Z |
|
|
9
9
|
| `SKILL.md` | 2025-11-17T13:24:45.000Z |
|
|
10
|
-
| `template/AGENTS_TEMPLATE.md` | 2025-11-
|
|
10
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-18T09:06:58.434Z |
|
|
@@ -13,6 +13,8 @@ Write a concise overview of your project here. Keep it brief and scannable.
|
|
|
13
13
|
|
|
14
14
|
## Skills Bundle Access
|
|
15
15
|
|
|
16
|
+
> Setup (`npx -y @guru-ai-product/ai-product-kit@latest ai-product-kit`) already performs these steps once; repeat them only when the `.claude/skills/` bundle is missing or outdated.
|
|
17
|
+
|
|
16
18
|
1. Ensure `.claude/skills/` contains the latest AI Product Kit bundle before editing documents.
|
|
17
19
|
2. Inspect the Skill folders to locate templates, prompts, and GURU snapshots relevant to your task.
|
|
18
20
|
3. When sharing references, link to the files under `.claude/skills/` using relative Markdown paths.
|