Create, implement, and review Claude Code agents and commands with multi-model validation.
/plugin install agentdev@mag-claude-plugins- 3 Specialized Agents for the full agent development lifecycle
- 1 Orchestration Command for end-to-end workflows
- 3 Reusable Skills with XML standards, patterns, and schemas
- Multi-Model Validation via Claudish for quality assurance
- Parallel Execution for 3-5x faster reviews
| Agent | Usage | Description |
|---|---|---|
agentdev:architect |
Design agents | Creates comprehensive agent design plans |
agentdev:developer |
Implement agents | Writes agent/command files from designs |
agentdev:reviewer |
Review agents | Validates quality and standards compliance |
| Command | Description |
|---|---|
/develop |
Full-cycle agent development with multi-model validation |
| Skill | Description |
|---|---|
agentdev:xml-standards |
XML tag structure patterns for agents |
agentdev:patterns |
Common agent templates and patterns |
agentdev:schemas |
YAML frontmatter schemas |
/develop Create an agent that reviews GraphQL schemas for security
/develop Improve the backend-developer agent to support GraphQL
/develop Create a /deploy-aws command for ECS deployment
orchestration@mag-claude-plugins(auto-installed)
The /develop command uses external AI models via Claudish for:
- Plan Review - Validate design before implementation
- Implementation Review - Quality check with multiple perspectives
Install Claudish: npm install -g claudish
Supported models:
x-ai/grok-code-fast-1- Fast, coding-focusedgoogle/gemini-2.5-flash- Budget-friendlygoogle/gemini-2.5-pro- Advanced reasoningdeepseek/deepseek-chat- Reasoning specialistanthropic/claude-sonnet-4.5- Alternative perspective
MIT