claude-crew
Pre-built AI agent personas for Claude Code. 15 production agents, 6 fun modes, 3 swarm templates. Drop them in, they work.
claude mcp add --transport stdio hlsitechio-claude-crew npx -y claude-crew
How to use
Claude Crew provides a collection of ready-to-use AI agent personas for Claude Code. Each agent is a specialized expert with a defined personality, methodology, and output format, designed to be dropped into your Claude Code workflow. Use these agents to power tasks such as code reviews, test generation, documentation, refactoring planning, API design, DevOps guidance, and more, by pointing Claude Code at the agents directory and invoking the appropriate persona for the job. To start, clone the repository and place the desired agents into your Claude Code environment; Claude will automatically detect and apply any agent definitions found under .claude/agents/ or the corresponding fun and swarm templates. You can selectively pull individual agents (for example, a code-reviewer) into your project and leverage their specialized approaches directly in your coding and review processes.
How to install
Prerequisites:
- Git
- Node.js installed locally if you plan to use the MCP route via npx (optional depending on your setup)
Installation steps:
- Clone the repository: git clone https://github.com/hlsitechio/claude-crew.git
- Navigate into the project (optional for exploration): cd claude-crew
- Use an MCP-compatible runner (example with npx):
- Ensure you have npm installed and Node.js available.
- Install or run the MCP server wrapper as described by your MCP tooling using the provided package name if applicable. For Claude Code integration, you typically point Claude Code at the agents directory or copy agents into your project’s .claude/agents/ path as shown in the Quick Start.
- If you want to experiment with a subset of agents, copy the desired agents into your project’s .claude/agents/ directory (or the equivalent path you use in Claude Code).
- Launch Claude Code and verify that the agents are detected and available for selection in your tasks or workflows.
Additional notes
Tips and caveats:
- Agents live as markdown definitions within the repository (under agents/ and fun/ directories). Claude Code reads these definitions to adopt persona, methodology, and output format.
- You can mix and match agents (e.g., Code Reviewer + Test Writer + Doc Generator) within a workflow or swarm to achieve multi-faceted analysis.
- For best results, ensure the agents you deploy have clear output formats and rules to minimize ambiguity in Claude Code responses.
- If Claude Code does not automatically detect agents, confirm the presence of a .claude/agents/ directory in your project and that your version of Claude Code supports custom agents via markdown definitions.
Related MCP Servers
everything-claude-code
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Cowork, and beyond.
claude-code-plugins-plus-skills
270+ Claude Code plugins with 739 agent skills. Production orchestration patterns, interactive tutorials (11 Jupyter notebooks), and CCPI package manager. 4.13.0
claude-emporium
🏛 [UNDER CONSTRUCTION] A (roman) claude plugin marketplace
claude-historian
📜 An MCP server for conversation history search and retrieval in Claude Code
mcp-task-orchestrator
A Model Context Protocol server that provides task orchestration capabilities for AI assistants
claude-praetorian
⚜️ An MCP server for context compaction and recycling in Claude Code