skillify
Installation
SKILL.md
Skillify
Codex-native workflow for converting a just-completed conversation into a reusable skill package.
When to use
- User asks to "turn this workflow into a skill," "skillify this session," or "capture this process as a reusable skill."
- The session contains a repeatable process with stable steps, constraints, and success artifacts.
- The user wants structured follow-up questions before generating
SKILL.md.
Required inputs
- Optional short process description from the user.
- Current session context (messages, constraints, corrections, and outcomes).
- Preferred destination: canonical git-backed skill category path.
Deliverables
- A reviewed
SKILL.mddraft matching the process. - Saved skill directory with at least
SKILL.mdand alignedagents/openai.yaml. - Explicit invoke syntax (
/<skill-name> [arguments]) and file path in final handoff. - Structured summaries should include
schema_versionwhen machine-consumed output is requested.