Portable agent skill for building apps with the DeepSpace SDK, including Codex and Claude Code.
npx -y skills@latest add deepdotspace/deepspace-skill -yClaude Code plugin users can also run /plugin install deepspace.
Bootstraps your agent for DeepSpace work: the operating sequence (authenticate,
scaffold, inspect catalogs, extend, test, deploy), the rules that prevent
expensive mistakes, and — most importantly — how to consult the documentation
at docs.deep.space, which is the opinionated
authority for both facts and approach. The docs are agent-readable by design:
an MCP server (https://docs.deep.space/mcp), an
llms.txt index, and every page as raw
Markdown (append .md).
The skill deliberately carries no topic references of its own — guidance lives in the documentation so there is exactly one place for it to be right.