design-swarm — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited design-swarm (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Orchestrate 10 specialized design agents — each embodying a different skill/lens — to run holistic audits, ideation sessions, and implementations in parallel.
When invoked, follow these steps exactly:
Extract from the invocation:
audit, ideate, implement (default: audit if none specified).png, .jpg, .webp)http:// or https://)| 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 |
Read these files:
modules/orchestrator.md — synthesis logic, conflict resolution, final report templatereferences/scoring-rubric.md — universal 1-10 scalereferences/agent-weights.md — default weights for composite scoringTeamCreate(team_name: "design-swarm", description: "Holistic design audit/ideation/implementation")For each requested mode, in order (audit → ideate → implement):
#### Phase: Audit
baseline-uia. Read the agent template: modules/agents/<agent-name>.md b. Read the source knowledge file(s) listed in the template's "Source Knowledge" section c. Construct the agent prompt by combining:
Task(
name: "<agent-name>",
team_name: "design-swarm",
subagent_type: "general-purpose",
run_in_background: true,
prompt: [constructed prompt above]
)#### Phase: Ideate
#### Phase: Implement
After all phases complete:
shutdown_request to all active agentsTeamDelete to clean up| Agent | Lens | Weight | Template | Source Knowledge |
|---|---|---|---|---|
| craft-philosophy | Principled reasoning, tiebreaker | 1.5 | modules/agents/craft-philosophy.md | ~/.claude/skills/design-craft/modules/craft-philosophy.md, ~/.claude/skills/craft-philosophy/SKILL.md |
| foundations | Color, type, spacing, tokens | 1.0 | modules/agents/foundations.md | ~/.claude/skills/design-craft/modules/foundations.md |
| interaction | Forms, gestures, physics, a11y | 1.0 | modules/agents/interaction.md | ~/.claude/skills/design-craft/modules/interaction.md |
| composition | Layout, IA, content strategy | 1.0 | modules/agents/composition.md | ~/.claude/skills/design-craft/modules/composition.md |
| critique | 5-step systematic evaluation | 1.2 | modules/agents/critique.md | ~/.claude/skills/design-craft/modules/critique.md |
| interface-craft | Animation DSL, polish | 0.8 | modules/agents/interface-craft.md | ~/.agents/skills/interface-craft/SKILL.md |
| baseline-ui | Constraint enforcement | 1.0 | modules/agents/baseline-ui.md | ~/.agents/skills/baseline-ui/SKILL.md |
| frontend-design | Visual aesthetics | 1.0 | modules/agents/frontend-design.md | ~/Documents/samos/.claude/skills/frontend-design/SKILL.md |
| accessibility | WCAG, ARIA, focus | 1.2 | modules/agents/accessibility.md | ~/.agents/skills/fixing-accessibility/SKILL.md, ~/.claude/skills/design-craft/modules/interaction.md |
| motion | Motion principles + performance | 0.8 | modules/agents/motion.md | ~/.local/share/claude-tools/design-motion-principles/skills/design-motion-principles/SKILL.md, ~/.agents/skills/fixing-motion-performance/SKILL.md |
/design-swarm audit ~/Desktop/screenshot.png
/design-swarm audit ideate https://example.com
/design-swarm audit ideate implement ./src/components/Settings.tsx
/design-swarm ideate "dark mode settings panel with toggle, theme preview, and schedule"
/design-swarm audit implement ./src/pages/Dashboard.tsxideate without prior audit uses the target directly (no findings context). implement without ideate applies audit findings directly.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.