@guru-ai-product/ai-product-kit 0.2.251113183443 → 0.2.251113190105
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 +1 -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
|
@@ -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-
|
|
3
|
+
Last refreshed: 2025-11-13T11:01:06.000Z
|
|
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-
|
|
10
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-13T11:01:05.959Z |
|
|
@@ -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
|
|
|
@@ -25,7 +24,7 @@ Write a concise overview of your project here. Keep it brief and scannable.
|
|
|
25
24
|
When users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively.
|
|
26
25
|
|
|
27
26
|
How to use skills:
|
|
28
|
-
-
|
|
27
|
+
- Get the proper skill instructions from the Available Skills table below, and then open the skill instructions to get the detailed instructions(from <location>/SKILL.md)
|
|
29
28
|
- The skill content will load with detailed instructions
|
|
30
29
|
- Base directory provided in output for resolving bundled resources
|
|
31
30
|
|