Caddie
Description
Skill profile manager for AI coding agents — manage skills across Claude Code, OpenCode, and others
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
caddie
Skill Profile Manager for Claude Code & other coding agents
caddie manages skills from registered git repos and creates project-specific skill profiles for Claude Code and other agents. It maintains a canonical skill store and configures agent-specific skill directories via symlinks.
Quick Install
Requires Go 1.22+ (`brew install go`).
./scripts/build.sh
cp dist/caddie /usr/local/bin/caddie
# Initialize (creates config directories, skill store, ~/.claude/skills symlink)
caddie init
The repo also keeps `ai-env-frozen` — the original bash implementation, retained as the parity oracle for the contract test suite. It is not installed by default.
First-time Setup
`caddie init` does the heavy lifting:
- Creates
~/.config/caddie/with default configuration - Creates
~/.config/caddie/environments/for your project profiles - Creates an empty
~/.config/caddie/sources.yamlrepo registry - Backs up your existing
~/.claude/skills/to~/.claude/skills.bak.YYYY-MM-DD - Migrates any hand-written skills to
~/.agents/skills/(canonical store) - Replaces
~/.claude/skills/with symlinks managed by caddie
After init, register git repos with `caddie repo add ` and run `caddie scan`.
Usage Flow
1. Register & update skill repos
caddie repo add lenny https://github.com/RefoundAI/lenny-skills # register + clone
caddie repo add my-team git@host:org/skills.git skills # custom skills_path
caddie repo list # show registered repos + status
caddie repo update # git pull every repo
caddie repo update lenny # pull a specific one
caddie repo remove lenny
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI