Personal_AI_Infrastructure
Personal_AI_Infrastructure copied to clipboard
Prompting skill: Missing required sections and lowercase path reference
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 - 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 Routingsection after frontmatter with table format - Add
## Examplessection 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
- Follows structure requirements from
Skills/CORE/SkillSystem.md - Similar to issues #231, #232, #233 for other skills
🤖 Generated with Claude Code