Skip to content

Prompting skill: Missing required sections and lowercase path reference #234

@hjbrandt

Description

@hjbrandt

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


🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions