Codex
Install
Section titled “Install”npx @jumpspace/cli add-skill --codexThis creates or updates:
AGENTS.md.codex/skills/jumpspace-workflow/SKILL.md.codex/skills/jumpspace-bootstrap/SKILL.md.codex/skills/jumpspace-work/SKILL.md.codex/skills/jumpspace-review/SKILL.md.codex/skills/jumpspace-intent-review/SKILL.md.codex/skills/jumpspace-handoff/SKILL.md
To install one pipeline skill plus the reference workflow:
npx @jumpspace/cli add-skill jumpspace-work --agent codexnpx @jumpspace/cli add-skill intent-review --agent codexVerify
Section titled “Verify”npx @jumpspace/cli add-skill --codex --jsonnpx @jumpspace/cli release install-doctor --jsonrelease install-doctor is useful when Codex appears to be running an older
linked Jumpspace build than the current checkout.
First Prompt
Section titled “First Prompt”Use the repo's Jumpspace guidance. Check matching intents before editing likelypaths, then use task packets only if this repo has opted into the advanced taskworkflow.For PR comments that mention matched intents:
Use the jumpspace-intent-review skill to review this branch against the matchedintents. Report possible violations only with quoted intent and diff evidence.Safe Reruns
Section titled “Safe Reruns”The installer is additive and idempotent. It creates missing files or updates clearly marked Jumpspace-managed blocks.
Manual Removal
Section titled “Manual Removal”There is no automatic uninstall command today. Remove the Jumpspace-managed
blocks from AGENTS.md and remove .codex/skills/jumpspace-* directories if
you want to uninstall manually.