hqman/claude_code_subagents
8 stars · Last commit 2025-07-26
README preview
# Claude Code Custom Agents This repository contains custom agents for Claude Code. ## Installation ### For Project-Specific Use Copy the agents to your project's `.claude/agents/` directory: ```bash mkdir -p .claude/agents cp agents/*.md .claude/agents/ ``` ### For Global Use (All Projects) Copy the agents to your user's Claude directory: ```bash