بنقرة واحدة
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.