claudecollab
Make your Claude Code Multiplayer!
File Explorer
- marketplace.json
- claude-share.js
- ask.js
- ask.test.js
- card.js
- card.test.js
- commands.js
- commands.test.js
- drafts.js
- drafts.test.js
- gate.js
- gate.test.js
- history.js
- history.test.js
- knocks.js
- knocks.test.js
- log.js
- log.test.js
- queue.js
- queue.test.js
- state.js
- state.test.js
- transcript.js
- transcript.test.js
- ctl-client.js
- ctl-client.test.js
- ctl.js
- ctl.test.js
- first-run.js
- first-run.test.js
- hooks.js
- hooks.test.js
- image-paste.js
- image-paste.test.js
- invite.js
- invite.test.js
- known-relays.js
- known-relays.test.js
- overlay-state.test.js
- pty.js
- pty.test.js
- relay-client.js
- relay-client.test.js
- relay-dispatch.test.js
- renderer.js
- renderer.test.js
- room-file.js
- room-file.test.js
- screen-snapshot.js
- screen-snapshot.test.js
- setup-actions.js
- setup-actions.test.js
- shim.js
- shim.test.js
- term-chatter.js
- term-chatter.test.js
- package.json
- serve.js
- client.js
- client.test.js
- index.html
- style.css
- auth.js
- names.js
- names.test.js
- package.json
- rooms.js
- rooms.test.js
- server.js
- server.test.js
- web.js
- web.test.js
- wordlists.js
- package.json
- protocol.js
- protocol.test.js
- plugin.json
- collab.md
- SKILL.md
- lib.rs
- Cargo.toml
- Cargo.lock
- Cargo.toml
- rig-real.sh
- rig.sh
- fake-claude.cjs
- e2e.test.js
- knock-integrity.test.js
- mirror-safety.test.js
- plugin-manifests.test.js
- roster-id.test.js
- Footage.jsx
- index.jsx
- Intro.jsx
- Master.jsx
- Outro.jsx
- Root.jsx
- theme.js
- Typewriter.jsx
- package-lock.json
- package.json
- .dockerignore
- .gitignore
- CLAUDE.md
- Dockerfile
- fly.toml
- LICENSE
- package-lock.json
- package.json
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
fly
View Details ▼
fly
Tool for concourse-ci.
fly {{[-t|--target]}} {{target_name}} login {{[-n|--team-name]}} {{team_name}} {{[-c|--concourse-url]}} {{https://ci.example.com}}
Authenticate with and save concourse target:
fly targets
List targets:
fly {{[-t|--target]}} {{target_name}} pipelines
List pipelines:
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
