generate-agent-skills
Installation
SKILL.md
Agent Skill Architect Workflow
This skill guides you through creating high-quality Agent Skills following a proven 6-step process.
๐จ CRITICAL WORKFLOW REQUIREMENTS ๐จ
Before you begin, understand these NON-NEGOTIABLE rules:
-
You MUST run
scripts/scaffold_skill.pyin Step 3.
Manual file creation is PROHIBITED. The scaffolding script ensures consistency. -
You MUST use the generated templates.
After scaffolding, templates exist inreferences/. Use them as your foundation. -
You MUST run
scripts/validate_skill.pyin Step 5.
Validation catches errors before they propagate.
Related skills