Back to the catalog

deepspace

Build real-time collaborative apps on Cloudflare Workers with DeepSpace SDK (forthcoming)

Open source Repository Open in the app JSON README (API)

About

Build real-time collaborative apps on Cloudflare Workers with DeepSpace SDK (forthcoming)

Details

Kind
Plugins
Topic
Cloud & DevOps
Publisher
eudaimonic-inc
Origin
marketplace
Category
ferramentas
Stars
5
Open pull requests
1
Last push
2026-09-07T16:03:36Z
Repository state
ativo
Language
Shell
License
MIT
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
eudaimonic-inc/deepspace-skill/deepspace

README

# DeepSpace Skill

Portable agent skill for building apps with the [DeepSpace SDK](https://github.com/deepdotspace/deepspace), including Codex and Claude Code.

## Install

```bash
npx -y skills@latest add deepdotspace/deepspace-skill -y
```

Claude Code plugin users can also run `/plugin install deepspace`.

## What it does

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](https://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`](https://docs.deep.space/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.

## Links

- [Documentation](https://docs.deep.space)
- [DeepSpace SDK](https://github.com/deepdotspace/deepspace)
- [npm: deepspace](https://www.npmjs.com/package/deepspace)

More