skill-writer
01Skill Claude CodeCodex
Review a SkillSpec .agent file for quality, correctness, and adherence to SkillSpec design principles.
SkillSpec is a DSL that adds types, contracts, composition, and tests around agent skills, then compiles back down to the same SKILL.md that existing runtimes already understand. Once a skill works and you want to make it production-ready, you codify it into a .agent file and get versioning, structural diffs, type checking, and a path to CI/CD.
Skill Claude CodeCodex
Review a SkillSpec .agent file for quality, correctness, and adherence to SkillSpec design principles.
Skill Claude CodeCodex
Reconcile changes from a modified SKILL.md back into the .agent source file.
Skill Claude CodeCodex
Complete a .agent.partial file by resolving TODO markers.
Skill Claude CodeCodex
Execute test blocks from a SkillSpec .agent file.