Claco
Description
claco is a CLI tool for boosting Claude Code productivity - manage hooks, slash commands, and inspect session history
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
claco - Claude Code Helper

`claco` (Claude Code Helper) is a CLI tool for boosting Claude Code productive.
[中文说明](/README.zh.md)
Installation
On Linux/macOS:
- Install via Homebrew(Mac ONLY):
brew install kaichen/tap/claco - Install via script
curl -fsSL https://raw.githubusercontent.com/kaichen/claco/main/install.sh | bash - Install via crates.io
cargo install claco - Install via Github(Unstable)
cargo install --git https://github.com/kaichen/claco
*NOTICE* cargo is package manager from rust toolchain.
Features and Usage
- agents: Manage custom agents (list, import, delete, clean, generate)
- commands: Manage slash commands configurations
- hooks: Manage hooks configuration
- history: Lists all user input messages for the current project
- session: Shows session info including first user message and timestamp
- projects: Lists all projects with their session IDs
Manage Custom Sub Agents
# List all custom agents
claco agents list
# Import agent from GitHub
claco agents import https://github.com/owner/repo/blob/main/agent.md --scope user
# Import agent from local file
claco agents import ../my-agent.md --scope project
# Generate agent template with all properties
claco agents gen "my-agent"
Manage Slash Commands
# List all claude code slash commands
claco commands list
# Import command from github repo
claco commands import https://github.com/amantus-ai/vibetunnel/blob/main/.claude/commands/review-pr.md
# Generate command via claude code cli (or use 'gen' shortcut)
claco commands gen "my-command"
Manage Hooks
# List all claude code hooks
claco hooks list
# Add stop sound notification
claco hooks add --scope=user --event=Stop --command="afplay /System/Library/Sounds/Glass.aiff
List user messages in current project
# Show all user messages in the current directory's Claude project
claco history
# Or use the alias
claco showmeyourtalk
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