Skip to content

beatmadsen/claude-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Claude Skills

A personal collection of skills for Claude Code.

Skills

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

Installation

Pick the scope that fits your needs.

For all your projects (personal)

Copy a skill into your personal skills directory:

mkdir -p ~/.claude/skills
cp -r skills/agent-team ~/.claude/skills/agent-team

For a single project

Copy 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-team

Commit it to share with your team.

Stay up to date

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-team

Pull to get updates:

cd ~/claude-skills && git pull

Prerequisites

Some skills have external dependencies. Check the skill's SKILL.md for details.

agent-team requires agent-chat to be installed and on your PATH.

Usage

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.

About

Personal collection of Claude Code skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors