Codex Command Skill
This skill is the Codex equivalent of /create-agent-skill from Every's compound-engineering plugin.
Invoke it with $create-agent-skill.
Argument hint: [skill description or requirements]
Create or update a skill for: $ARGUMENTS.
Use this checklist:
- •Pick a kebab-case skill name.
- •Create
.agents/skills/<name>/SKILL.md. - •Add frontmatter with
nameand a concretedescription(what + when to use). - •Keep instructions action-oriented with clear workflow steps.
- •Reference supporting docs in
.agents/references/when detail is large. - •Validate the skill by invoking it once and checking for missing files or ambiguous instructions.