Ccs banner
kaitranntt kaitranntt

Ccs

Productivity community

Description

--- 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"

Installation

Installs to ~/.claude/commands/kaitranntt-ccs-ccs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/kaitranntt/ccs/HEAD/.claude/commands/ccs.md -o ~/.claude/commands/kaitranntt-ccs-ccs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository