Manual Install
Use manual install when your agent does not have a dedicated add-skill target.
Install CLI And Repo Files
Section titled “Install CLI And Repo Files”npm install -D @jumpspace/clinpx @jumpspace/cli init --autonpx @jumpspace/cli add-skill --allEven if your agent is not Codex or Claude Code, the generated Markdown guidance is useful source material.
Tell The Agent What To Read
Section titled “Tell The Agent What To Read”Point it at:
README.mdskills/README.mdAGENTS.mdorCLAUDE.md, if presentdocs/src/content/docs/start-here/quickstart.mddocs/src/content/docs/core-concepts/intents.mddocs/src/content/docs/core-concepts/scopes-and-lookup.md
First Prompt
Section titled “First Prompt”Use Jumpspace as repo-local intent memory. Before editing scoped files, runintent check for the paths you may touch, read matching decisions and rejectedalternatives, and report when no intent applies.If the repo intentionally uses task blocks, also read the advanced task graph
docs and use jumpspace task ... commands for work packets and handoffs.
Safe Rerun
Section titled “Safe Rerun”add-skill is idempotent for supported targets. For manual-only agents, review
the generated Markdown guidance and copy the relevant parts into that agent’s
preferred instruction file.