Cctl
Description
TUI and CLI tool for managing Claude Code context — skills, rules, agents, plugins, MCP servers, and profiles
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
TUI and CLI for managing Claude Code context
Toggle skills, rules, agents, plugins, and MCP servers. Save profiles. Switch contexts instantly.
Install · Quick Start · CLI Reference · TUI Guide · Profiles · Architecture
Why
Claude Code loads everything in `~/.claude/` — every skill, rule, agent, plugin, and MCP server. On a large setup this burns context window tokens on things irrelevant to your current project.
cctl lets you curate what's active:
| Context | What you enable |
|---|---|
| Web project | frontend skills, TypeScript agents, Playwright MCP |
| Go CLI project | Go patterns, Go reviewers, gopls LSP |
| Research | Obsidian MCP, Zotero, paper-writing skills |
Save a profile, switch projects, restore in one command.
Install
Download binary
Grab the latest release for your platform from [Releases](https://github.com/Gauravism2017/cctl/releases):
# macOS (Apple Silicon)
curl -Lo cctl.tar.gz https://github.com/Gauravism2017/cctl/releases/latest/download/cctl_$(curl -s https://api.github.com/repos/Gauravism2017/cctl/releases/latest | grep tag_name | cut -d'"' -f4 | tr -d v)_darwin_arm64.tar.gz
tar xzf cctl.tar.gz && mv cctl ~/.local/bin/ && rm cctl.tar.gz
# Linux (amd64)
curl -Lo cctl.tar.gz https://github.com/Gauravism2017/cctl/releases/latest/download/cctl_$(curl -s https://api.github.com/repos/Gauravism2017/cctl/releases/latest | grep tag_name | cut -d'"' -f4 | tr -d v)_linux_amd64.tar.gz
tar xzf cctl.tar.gz && mv cctl ~/.local/bin/ && rm cctl.tar.gz
Build from source
**Prerequisites:** Go 1.21+
git clone https://github.com
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11