This repository contains custom agents for Claude Code.
Copy the agents to your project's .claude/agents/
directory:
mkdir -p .claude/agents
cp agents/*.md .claude/agents/
Copy the agents to your user's Claude directory:
mkdir -p ~/.claude/agents
cp agents/*.md ~/.claude/agents/
- code-refactorer: Code refactoring assistance
- content-writer: Content writing assistance
- frontend-designer: Frontend design assistance
- prd-writer: Product requirement document writing
- project-task-planner: Project planning and task breakdown
- security-auditor: Security audit assistance
- vibe-coding-coach: Coding guidance and coaching
Once installed, Claude Code will automatically detect and use these agents when appropriate for your tasks.