@guru-ai-product/ai-product-kit 0.2.251113183443 → 0.2.251113185359
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/mcp/skills/aipk_init_project/template/AGENTS_TEMPLATE.md +0 -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 +2 -2
- package/skills/aipk_init_project/template/AGENTS_TEMPLATE.md +0 -1
- 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
|
@@ -7,7 +7,6 @@ Write a concise overview of your project here. Keep it brief and scannable.
|
|
|
7
7
|
## Conventions
|
|
8
8
|
|
|
9
9
|
- Keep the `<skills_system>` block intact in Skills mode.
|
|
10
|
-
- In MCP mode, the `<skills_system>` block is not included; use the MCP table.
|
|
11
10
|
|
|
12
11
|
> **Mode**: MCP Server. Agents connect via MCP and invoke the Skill tool with arguments.
|
|
13
12
|
|
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:53:59.612Z
|
|
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:53:59.570Z |
|
|
@@ -7,7 +7,6 @@ Write a concise overview of your project here. Keep it brief and scannable.
|
|
|
7
7
|
## Conventions
|
|
8
8
|
|
|
9
9
|
- Keep the `<skills_system>` block intact in Skills mode.
|
|
10
|
-
- In MCP mode, the `<skills_system>` block is not included; use the MCP table.
|
|
11
10
|
|
|
12
11
|
> **Mode**: Skills bundle (.claude/skills/). Agents operate inside the project workspace and read templates directly from the downloaded Skill bundle.
|
|
13
12
|
|