design-swarm

Solid

Orchestrate a team of 10 design agents for holistic UI audit, ideation, and implementation. Use when: "design swarm", "holistic audit", "design review with all lenses", "full design analysis". Modes: audit, ideate, implement (any combination). Targets: screenshots, URLs, file paths, or text briefs.

Web & Frontend 14 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Design Swarm Orchestrate 10 specialized design agents — each embodying a different skill/lens — to run holistic audits, ideation sessions, and implementations in parallel. --- ## Orchestration Flow When invoked, follow these steps exactly: ### 1. Parse Arguments Extract from the invocation: - **Modes**: One or more of `audit`, `ideate`, `implement` (default: `audit` if none specified) - **Target**: The thing to evaluate — one of: - Screenshot path (`.png`, `.jpg`, `.webp`) - URL (`http://` or `https://`) - File path (code file) - Text brief (quoted description of an interface) ### 2. Detect Target Type | Signal | Type | Notes | |--------|------|-------| | `.png`, `.jpg`, `.webp`, `.gif` | screenshot | Read the image directly | | `http://`, `https://` | url | Use browser tools to snapshot the page | | Existing file path | code | Read the file(s) | | Everything else | brief | Treat as text description | ### 3. Load Orchestration Context Read these files: - `modules/orchestrator.md` — synthesis logic, conflict resolution, final report template - `references/scoring-rubric.md` — universal 1-10 scale - `references/agent-weights.md` — default weights for composite scoring ### 4. Create Team ``` TeamCreate(team_name: "design-swarm", description: "Holistic design audit/ideation/implementation") ``` ### 5. Execute Phases For each requested mode, in order (`audit` → `ideate` → `implement`): #### Phase: Audit 1. **Determine participating agents** (see orchestra...

Details

Author
SZoloth
Repository
SZoloth/skill-pack
Created
6 months ago
Last Updated
yesterday
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

design-swarm

(v2026-08-06.1) Run a design swarm: a divergence-first DESIGN pass that fans independent lens agents over a hard problem, competes approaches under different axioms, kills the weak ones at a critique gate, and stops at a written design the operator ratified. Never builds. Trigger on: 'design swarm', 'swarm this design', 'run a design pass on', 'brainstorm swarm', 'swarm the design process', or any ask to design/architect something non-trivial where the operator wants competing options rather than one answer. Do NOT trigger for build/implementation work (that is run-list territory) or quick single-answer questions.

1 Updated 1 months ago
fastedd27
Code & Development Listed

orchestrate

Fan a task out across a swarm of parallel coding agents via `agents teams` — the engine behind every /swarm:* command. Build a distribution plan with boundary contracts, spawn a mixed team (claude/codex/antigravity), monitor, and synthesize. Use whenever a task is wide enough that one agent would serialize 4+ independent edits, or when you want independent agents to verify a conclusion instead of trusting one. Triggers on: 'swarm', 'fan out', 'spin up a team', 'parallel agents', 'distribute this', 'independent verification'.

0 Updated today
phnx-labs
Web & Frontend Listed

design-arena

Orchestrate competitive UI/UX design exploration using Claude Code Agent Teams and Pencil.dev. Multiple agents create competing layout interpretations from the same design brief, you pick the best elements, then build out the final design. Use when exploring designs for a new project, comparing layout approaches, iterating on UI direction, or when you say "design arena", "explore designs", or "competing layouts".

1 Updated today
seanwinslow28