A personal collection of skills for Claude Code.
| Skill | Description |
|---|---|
| atdd-mob | Mob programming team with testing coaches and a craftsman communicating via agent-chat |
| hotspots | Identify risky hotspots by combining churn and complexity analysis |
Pick the scope that fits your needs.
Copy a skill into your personal skills directory:
mkdir -p ~/.claude/skills
cp -r skills/agent-team ~/.claude/skills/agent-teamCopy a skill into the project's .claude/skills/ directory:
cd /path/to/your/project
mkdir -p .claude/skills
cp -r skills/agent-team .claude/skills/agent-teamCommit it to share with your team.
Clone this repo and symlink instead of copying:
git clone https://github.com/beatmadsen/claude-skills.git ~/claude-skills
# Link a specific skill
ln -s ~/claude-skills/skills/agent-team ~/.claude/skills/agent-teamPull to get updates:
cd ~/claude-skills && git pullSome skills have external dependencies. Check the skill's SKILL.md for details.
agent-team requires agent-chat to be installed and on your PATH.
After installing a skill, start a new Claude Code session. Invoke it with the slash command:
/agent-team build a REST API for managing bookmarks
Or describe what you want and let Claude match it to the skill automatically.