一键导入
cdesktop
Operate the cdesktop coding-session environment — agent teams, session management, file conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Operate the cdesktop coding-session environment — agent teams, session management, file conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | cdesktop |
| description | Operate the cdesktop coding-session environment — agent teams, session management, file conventions. |
cdesktop spawns coding-agent sessions per workspace. You may be running as a standalone session, or as part of a team in the same workspace.
Use this when delegating parallel subtasks, getting a second opinion, or running a structured debate. Teammates share your working directory by default — pick non-overlapping file scopes for write-heavy work.
Canonical invocation is npx cdesktop team ... (works without global
install). If cdesktop is on your PATH, you may use it directly as a
shorthand.
npx cdesktop team spawn --name <name> [--prompt-file p] [--executor ...] [--model ...] [--provider ...]npx cdesktop team send <id> --message-file pnpx cdesktop team list --jsonEvery command requires the CDESKTOP_SESSION_ID env var, which cdesktop
injects automatically at executor spawn. If the var is missing, you are
running outside a cdesktop session and team commands will refuse.
Free-text via --name. Common labels: researcher, reviewer,
refactorer, debater. The name is also the session's pill label in
the cdesktop UI, so prefer short (≤ 24 chars), descriptive names.
Pass --executor, --variant, --model, --reasoning, --provider
to spawn a teammate using a different agent / model than yourself. When
you change executor you MUST pass --model and --provider, otherwise
the server returns EXECUTOR_REQUIRES_PROVIDER.
When you omit these flags, the teammate inherits your executor, model, provider, reasoning effort, and permission mode.
Any team member can send to any other (including the lead). The
recipient's executor / model / provider are preserved — send never
swaps a teammate's config mid-stream. Encourage debate by spawning two
teammates with opposing prompts and forwarding their findings.
Other cdesktop behaviours will be documented here as they ship.