skills/agent-designer/SKILL.md
Design multi-step AI agent architectures with tools, memory, and orchestration. TRIGGERS - Use when user wants to design AI agents, multi-agent systems, or autonomous AI workflows.
npx skillsauth add Winbda/claude-skills-collection agent-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Designs AI agent architectures — single agents or multi-agent systems — with clear roles, tools, memory, and orchestration patterns.
| Pattern | When to Use | |---------|-------------| | Single agent + tools | One task, multiple steps | | Sequential chain | Linear workflow, each step feeds the next | | Router agent | Different tasks need different specialists | | Parallel agents | Independent tasks that can run simultaneously | | Hierarchical | Manager delegates to worker agents | | Collaborative | Agents discuss and refine outputs |
For each agent:
## Agent: [Name]
### Role
[One sentence — what this agent does]
### System Prompt
[Full system prompt]
### Tools Available
| Tool | Purpose | Input | Output |
|------|---------|-------|--------|
| [tool] | [why] | [format] | [format] |
### Memory
- **Short-term**: [conversation context]
- **Long-term**: [persistent storage approach]
- **Shared**: [what other agents can access]
### Decision Logic
- IF [condition] → [action]
- IF [condition] → [escalate to human]
- IF [error] → [fallback]
### Output
[What this agent produces and where it goes]
# AI Agent System: [Name]
## Architecture Overview
**Pattern**: [architecture type]
**Agents**: [count]
**Orchestration**: [how they coordinate]
## System Diagram
[Text-based architecture diagram]
## Agent Specifications
### Agent 1: [Name]
[Full specification per template above]
### Agent 2: [Name]
[Full specification]
## Orchestration Logic
[How agents communicate and coordinate]
## Error Handling
[What happens when things go wrong]
## Human Touchpoints
[Where and when humans intervene]
## Implementation Guide
- **Platform**: [recommendation]
- **Models**: [which LLMs for which agents]
- **Estimated cost**: [per-run cost estimate]
- **Setup steps**: [how to build it]
development
Build AI data analysis assistants with visualization. TRIGGERS - Use when user needs help with ai-data-analyst related tasks.
data-ai
Design AI customer service systems with handoff. TRIGGERS - Use when user needs help with ai-customer-service related tasks.
data-ai
Extract AI customer insights. TRIGGERS - Use when user needs help with ai-customer-insights related tasks.
development
Build AI crisis monitoring and alerting systems. TRIGGERS - Use when user needs help with ai-crisis-monitor related tasks.