Skip to content

Claude Code

Terminal window
npx @jumpspace/cli add-skill --claude

This 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:

Terminal window
npx @jumpspace/cli add-skill jumpspace-work --agent claude
npx @jumpspace/cli add-skill intent-review --agent claude
Terminal window
npx @jumpspace/cli add-skill --claude --json
npx @jumpspace/cli task doctor --json

The installer is safe to rerun. It updates Jumpspace-managed blocks without overwriting user-authored content outside those markers.

Read CLAUDE.md and the Jumpspace workflow skill. Use Jumpspace to orient on the
repo'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 against
matched intents. Bias to unknown unless you can quote a contradiction.

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.