Personal_AI_Infrastructure icon indicating copy to clipboard operation
Personal_AI_Infrastructure copied to clipboard

Prompting skill: Missing required sections and lowercase path reference

Open hjbrandt opened this issue 3 weeks ago • 0 comments

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

  1. Add ## Workflow Routing section after frontmatter with table format
  2. Add ## Examples section with 2-3 concrete usage patterns showing:
    • Prompt review workflow
    • Context optimization guidance
    • System prompt structure help
  3. Fix path reference to use TitleCase: ${PAI_DIR}/Skills/Prompting/SKILL.md
  4. 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

hjbrandt avatar Dec 21 '25 10:12 hjbrandt