🔄
AI EngineeringTypeScript

CCS Delegation

by kaitranntt

CCS Delegation is an AI Engineering skill for Claude Code, published by kaitranntt in ccs.

2.8K stars258 forkson kaitranntt/ccsAdded 2026/08/17Repository updated 2026/08/14
ai-gatewayanthropic-apiclaudeclaude-codecli-toolcliproxyapideveloper-productivitygeminigithub-copilotmulti-accountnodejsoauthopenrouterprofile-switchingreact-dashboardtypescriptwebsearch
Install in seconds
Install CCS Delegation
Copy CCS Delegation into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kaitranntt/ccs/tree/main/.claude/skills/ccs-delegation ~/.claude/skills/ccs-delegation

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kaitranntt/ccs.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/ccs-delegation/SKILL.md in kaitranntt/ccs
Installs to
~/.claude/skills/ccs-delegation
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What CCS Delegation does

CCS Delegation routes deterministic coding tasks to cost-optimized models via CCS CLI. Use it to auto-select glm, kimi, or custom profiles, enhance prompts with context, and execute or continue sessions for typos, tests, and refactors.

CCS Delegation is cataloged under AI Engineering on DirSkills. CCS Delegation comes from a repository tagged ai-gateway, anthropic-api, claude, claude-code and cli-tool.

Documentation

README

CCS Delegation

Delegate deterministic tasks to cost-optimized models via CCS CLI.

Core Concept

Execute tasks via alternative models using:

  • Initial delegation: ccs {profile} -p "task"
  • Session continuation: ccs {profile}:continue -p "follow-up"

Profile Selection:

  • Auto-select from ~/.ccs/config.json via task analysis
  • Profiles: glm (cost-optimized), kimi (long-context/reasoning), custom profiles
  • Override: --{profile} flag forces specific profile

User Invocation Patterns

Users trigger delegation naturally:

  • "use ccs [task]" - Auto-select best profile
  • "use ccs --glm [task]" - Force GLM profile
  • "use ccs --kimi [task]" - Force Kimi profile
  • "use ccs:continue [task]" - Continue last session

This is the opening of the README. Read the full README on GitHub.

Commands CCS Delegation provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /ccs
  • /cook
  • /commit

Frequently asked about CCS Delegation

  • How does CCS Delegation compare to other AI Engineering skills?

    CCS Delegation ranks #727 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CCS Delegation against them. Open each page to compare what they document and how they install.