Skip to content
Development
Command

/ccs

Delegate task with intelligent profile selection [AUTO ENHANCE]

From plugin
ccs
2.8k2 skills2 commands
Install
$ npx -y skills add kaitranntt/ccs --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/ccs

Context preview

What this command does when you run it.

Delegate task with intelligent profile selection [AUTO ENHANCE]

Command definition

ccs.md
description: Delegate task with intelligent profile selection [AUTO ENHANCE]
argument-hint: [task description]

Activate `ccs-delegation` skill. The skill contains all execution logic.

Task: Parse `$ARGUMENTS`, select optimal profile from `~/.ccs/config.json`, enhance prompt, execute delegation via CCS CLI.

**Examples:**

/ccs "refactor auth.js to use async/await"    # Simple task
/ccs "analyze entire architecture"            # Long-context task
/ccs "think about caching strategy"           # Reasoning task
/ccs --glm "add tests for UserService"        # Force specific profile
/ccs "/cook create landing page"              # Nested slash command
Ships withccs

Switch between Claude accounts, Gemini, Copilot, OpenRouter (300+ models) via CLIProxyAPI OAuth proxy. Visual dashboard, remote proxy support, WebSearch fallback. Zero-config to production-ready.

Get the whole plugin
Stats
2,794
Stars
256
Forks
Active
Maintenance
TypeScript
Language
MIT
License
23h ago
Last commit
9mo ago
Created

Repo: kaitranntt/ccs