Scaffolds a new skill file with proper naming conventions and structure. Analyzes requirements to determine skill type and generates appropriate content. Use when adding a new developer workflow skill, creating a custom skill, or extending the Trellis skill set.
Create a new Codex skill in .agents/skills/<skill-name>/SKILL.md based on user requirements.
$create-command <skill-name> <description>
Example:
$create-command review-pr Check PR code changes against project guidelines
Extract from user input:
review-pr)Determine skill type based on description:
Minimum SKILL.md structure:
---