Turn a completed Codex workflow into a reusable Codex skill.
skillify is a Codex skill that looks at a completed or nearly completed Codex session, extracts the repeatable workflow, and turns it into a reusable SKILL.md.
Use it when a session produced a process worth repeating, such as debugging, PR review, release preparation, or repository analysis.
Copy this repository into a Codex skills directory.
mkdir -p .codex/skills
cp -R /path/to/skillify-for-codex .codex/skills/skillifymkdir -p ~/.codex/skills
cp -R /path/to/skillify-for-codex ~/.codex/skills/skillifyAfter installation, the main skill file should exist at:
.codex/skills/skillify/SKILL.md- or
~/.codex/skills/skillify/SKILL.md
Invoke the skill from Codex after finishing a workflow that you want to save as a reusable skill.
Example prompts:
Use the skillify skill on this completed workflow.
skillify this debugging and verification flow
skillify this PR review workflow and save it under .codex/skills/