-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Description
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 AlexHormoziPitch skill references missing Command file #231, CreateCLI skill: Inconsistent naming and missing workflow files #232, Ffuf skill: TitleCase naming and structural compliance #233 for other skills
🤖 Generated with Claude Code
Metadata
Metadata
Assignees
Labels
No labels