This directory contains custom agent definitions for Claude Code. Agents are specialized sub-agents with specific expertise and behaviors.
Creates specialized sub-agents with specific expertise for Claude Code workflows.
/plugin marketplace add ohare93/claude-setup/plugin install ohare93-jmo-development-tools@ohare93/claude-setupThis directory contains custom agent definitions for Claude Code. Agents are specialized sub-agents with specific expertise and behaviors.
---
name: agent-name
description: When to use this agent and what it does
model: sonnet | opus | haiku
color: blue | green | red | purple | yellow | orange
---
Your agent instructions here...
# Copy to Claude config
cp agent-name.md ~/.claude/agents/
# Or use the installation script
../scripts/install.sh
All agent files must:
.md extensionAgents are deployed to ~/.claude/agents/ where Claude Code will automatically discover them.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences