Use sphere-workflow with Codex through native skill discovery.
Tell Codex:
Fetch and follow instructions from https://raw.githubusercontent.com/go-sphere/skills/refs/heads/master/.codex/INSTALL.md
git clone https://github.com/go-sphere/skills.git ~/.codex/sphere-workflow
mkdir -p ~/.agents/skills
ln -s ~/.codex/sphere-workflow/skills ~/.agents/skills/sphere-workflowRestart Codex after creating the symlink.
- Codex scans
~/.agents/skills/at startup. - The
sphere-workflowsymlink exposes this repository's bundled skills. using-sphere-workflowis the bootstrap skill that routes the task into the right workflow stage.
cd ~/.codex/sphere-workflow && git pullrm ~/.agents/skills/sphere-workflow
rm -rf ~/.codex/sphere-workflow- Verify the symlink:
ls -la ~/.agents/skills/sphere-workflow - Verify bootstrap skill exists:
ls ~/.codex/sphere-workflow/skills/using-sphere-workflow - Restart Codex after changing the symlink or updating the clone