Claude Code
Install
Section titled “Install”npx @jumpspace/cli add-skill --claudeThis creates or updates:
CLAUDE.md.claude/skills/jumpspace-workflow/SKILL.md.claude/skills/jumpspace-bootstrap/SKILL.md.claude/skills/jumpspace-work/SKILL.md.claude/skills/jumpspace-review/SKILL.md.claude/skills/jumpspace-intent-review/SKILL.md.claude/skills/jumpspace-handoff/SKILL.md
To install one pipeline skill plus the reference workflow:
npx @jumpspace/cli add-skill jumpspace-work --agent claudenpx @jumpspace/cli add-skill intent-review --agent claudeVerify
Section titled “Verify”npx @jumpspace/cli add-skill --claude --jsonnpx @jumpspace/cli task doctor --jsonThe installer is safe to rerun. It updates Jumpspace-managed blocks without overwriting user-authored content outside those markers.
First Prompt
Section titled “First Prompt”Read CLAUDE.md and the Jumpspace workflow skill. Use Jumpspace to orient on therepo's intent memory before making changes.For advanced task-graph bootstrap:
Use Jumpspace bootstrap context to inspect the docs, propose a small first graph,validate it, and show me the proposal before applying.For PR comments that mention matched intents:
Use the jumpspace-intent-review skill to compare this branch's diff againstmatched intents. Bias to unknown unless you can quote a contradiction.Removal
Section titled “Removal”There is no automatic uninstall command today. Remove the Jumpspace-managed
blocks from CLAUDE.md and remove .claude/skills/jumpspace-* directories if
you want to uninstall manually.