claco - Claude Code Helper

claco (Claude Code Helper) is a CLI tool for boosting Claude Code productive.
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
# Import agent from GitHub
# Import agent from local file
# Generate agent template with all properties
Manage Slash Commands
# List all claude code slash commands
# Import command from github repo
# Generate command via claude code cli (or use 'gen' shortcut)
Manage Hooks
# List all claude code hooks
# Add stop sound notification
List user messages in current project
# Show all user messages in the current directory's Claude project
# Or use the alias
# Show messages from a specific session
License
MIT.