Issue Summary
The Prompting skill needs updates to comply with SkillSystem.md requirements.
Problems Found
1. Missing Required Sections
Per SkillSystem.md, every skill must have:
## Workflow Routing section - Missing
## Examples section with 2-3 concrete usage patterns - Missing
2. Lowercase Path Reference
Line 104 in SKILL.md:
- Current:
${PAI_DIR}/skills/prompting/SKILL.md
- Should be:
${PAI_DIR}/Skills/Prompting/SKILL.md
3. Missing tools/ Directory
Per SkillSystem.md, every skill should have a tools/ directory (even if empty).
Suggested Fix
- Add
## Workflow Routing section after frontmatter with table format
- Add
## Examples section with 2-3 concrete usage patterns showing:
- Prompt review workflow
- Context optimization guidance
- System prompt structure help
- Fix path reference to use TitleCase:
${PAI_DIR}/Skills/Prompting/SKILL.md
- Create empty
tools/ directory with .gitkeep
Related
🤖 Generated with Claude Code
Issue Summary
The Prompting skill needs updates to comply with SkillSystem.md requirements.
Problems Found
1. Missing Required Sections
Per SkillSystem.md, every skill must have:
## Workflow Routingsection - Missing## Examplessection with 2-3 concrete usage patterns - Missing2. Lowercase Path Reference
Line 104 in SKILL.md:
${PAI_DIR}/skills/prompting/SKILL.md${PAI_DIR}/Skills/Prompting/SKILL.md3. Missing
tools/DirectoryPer SkillSystem.md, every skill should have a
tools/directory (even if empty).Suggested Fix
## Workflow Routingsection after frontmatter with table format## Examplessection with 2-3 concrete usage patterns showing:${PAI_DIR}/Skills/Prompting/SKILL.mdtools/directory with.gitkeepRelated
Skills/CORE/SkillSystem.md🤖 Generated with Claude Code