Ccagents
Description
CLI tool for managing Claude Code agents in local projects"
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
ccagents
[](https://crates.io/crates/ccagents) [](https://docs.rs/ccagents) [](https://opensource.org/licenses/MIT) [](https://github.com/Bitropy/ccagents/actions/workflows/ci.yml)
Manage Claude Code agents in your local projects with ease
`ccagents` is a Rust CLI tool that helps you manage [Claude Code](https://claude.ai/code) agents by creating symlinks, handling configuration, and downloading agents from GitHub. It ensures your agents are portable across different environments and team members.
Features
- 🔗 Symlink-based management - Enable/disable agents without copying files
- 📦 Portable configuration - Uses relative paths in
.agents.json - 🌐 GitHub integration - Download individual agent files directly from GitHub
- 🔍 Smart diagnostics - Detect and fix broken symlinks, missing sources, and orphaned agents
- 🎨 Beautiful CLI - Colored output with clear status indicators
- ⚡ Fast & lightweight - Written in Rust for easy portability
Installation
From source (requires Rust)
# Clone the repository
git clone https://github.com/yourusername/ccagents.git
cd ccagents
# Build and install
cargo install --path .
From crates.io
cargo install ccagents
Pre-built binaries
Download the latest release for your platform from the [releases page](https://github.com/yourusername/ccagents/releases).
Quick Start
# Add an agent from a local file
ccagents add ./my-agent.md
# Add an agent from GitHub (single file only)
ccagents add https://github.com/user/repo/blob/main/agents/backend.md
# List all agents
ccagents list
# Enable/disable agents
ccagents enable my-agent.md
ccagents disable my-agent.md
# Sync agents (create/remove syml
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development