agent-designer

by alirezarezvani 25k MIT Updated Aug 17, 2026
Workflow Claude Code
agent-designer skill by alirezarezvani
agent-designer — Workflow skill by alirezarezvani

agent-designer is an open-source workflow skill for Claude Code, published by alirezarezvani. Its author describes it as: “Use when the user asks to design a multi-agent system, pick an orchestration pattern (supervisor/swarm/pipeline), generate tool schemas for agents, or evaluate agent execution logs for cost, latency, and failure bottl…”. The project has 25k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add alirezarezvani/claude-skills`.

What agent-designer does

Design, schema-generate, and evaluate multi-agent systems with three deterministic tools. The scripts are the workflow — do not freehand an architecture when the planner can score one from requirements.

Installation

Add agent-designer to your agent with:

/plugin marketplace add alirezarezvani/claude-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for agent-designer is organised into these sections:

  • When to use
  • Pattern decision table
  • Workflow
  • 1. Design the architecture
  • 2. Generate tool schemas
  • 3. Evaluate execution logs
  • 4. Verification loop
  • References

When to use it

Reach for agent-designer when you want workflow help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in alirezarezvani/claude-skills, an established project with 24,617 GitHub stars
  • Declares compatibility with Claude Code
  • Actively maintained (recent commits)

Topics

agent-pluginsagent-skillsagentic-aiai-coding-agentanthropic-claudeclaude-aiclaude-codeclaude-code-pluginsclaude-code-skillsclaude-skillscodex-skillscoding-agent-pluginscursor-skillsdeveloper-toolsgemini-cli-skillsopenai-codexopenclawopenclaw-pluginsopenclaw-skillsprompt-engineering

Frequently asked questions

What does agent-designer do?
Use when the user asks to design a multi-agent system, pick an orchestration pattern (supervisor/swarm/pipeline), generate tool schemas for agents, or evaluate agent execution logs for cost, latency, and failure bottlenecks. Examples: 'design an agent architecture for research automation', 'generate Anthropic tool schemas from these tool descriptions', 'analyze these agent run logs for bottlenecks'. NOT for Claude Code workflow files (use workflow-builder) or single-agent prompt design (use agent-workflow-designer).
How do I install agent-designer?
Run /plugin marketplace add alirezarezvani/claude-skills in your agent, then reload your skills. Review the source at https://github.com/alirezarezvani/claude-skills before installing.
Is agent-designer free to use?
Yes. agent-designer is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Which agents does agent-designer work with?
agent-designer declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Where does agent-designer come from?
agent-designer ships inside alirezarezvani/claude-skills, a repository that contains 41 catalogued skills in total. The repository's 24,617 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Workflow →

Turn any domain folder of skills into a bounded agentic loop: compile a goal into a verifiable task plan, execute tasks with the domain's own tools, verify every task with machine-run checks, retry with caps, escalate to a human when budgets exhaust, and refuse to close until everything is verified or explicitly waived. Use when you want an agent or subagent to pick up a goal and drive it to a verified close across one of this repo's 18 domains ('run this goal through the engineering harness', 'set up an agentic loop for marketing work', 'make the finance domain self-verifying'). NOT for authoring Claude Code Workflow-tool .js scripts (workflow-builder), N-agent tournaments on one task (agenthub), single-file metric optimization (autoresearch-agent), or discovering published loop recipes (loop-library).

25k alirezarezvani MIT

Design production-grade multi-agent workflows with clear pattern choice (sequential, parallel, hierarchical), handoff contracts, failure handling, and cost/context controls. Use when architecting a multi-step agent pipeline, choosing between single-agent vs multi-agent approaches, or refactoring an LLM workflow that suffers from context bloat or unreliable handoffs.

25k alirezarezvani MIT

Use when the user asks to automate browser tasks, scrape websites, fill forms, capture screenshots, extract structured data from web pages, or build web automation workflows. NOT for testing — use playwright-pro for that.

25k alirezarezvani MIT

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

39k wshobson MIT

Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.

39k wshobson MIT