원클릭으로
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.