/audit-design
Audit an existing HTML/CSS design. Deterministic checks only (contrast, fonts, colors, states, dark mode) plus a visual pass. No generation.
$ npx -y skills add fusengine/agents --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/audit-design
Context preview
What this command does when you run it.
Audit an existing HTML/CSS design. Deterministic checks only (contrast, fonts, colors, states, dark mode) plus a visual pass. No generation.
Command definition
audit-design.mdname: design-audit
description: "Audit an existing HTML/CSS design. Deterministic checks only (contrast, fonts, colors, states, dark mode) plus a visual pass. No generation."
/design:audit — Design Quality Audit
Validate an existing design without generating new code.
**Complete documentation**: `skills/design-review/SKILL.md`.
Usage
/design:audit ./pages/index.html
/design:audit ./site-1/
/design:audit
When no path is provided, audits all HTML files in the current directory.
Workflow
1. Identify target files (path argument, or all `.html` in the current directory). 2. Read `design-system.md` if it exists — the reference for token compliance. If missing, audit against `skills/design-system/references/typography-pairs.md` (forbidden fonts) and `contrast-ratios.md` (contrast) only. 3. Run `skills/design-review/SKILL.md` Part 1 (deterministic checks): contrast, forbidden fonts, color format, em-dash, token adherence, anti-AI-slop, mechanical pre-flight, WCAG, consistency. 4. Run Part 2 (bounded visual review): serve, screenshot light+dark, cross-viewport, motion verdict if any animation exists. 5. Report with severity levels: **CRITICAL** (contrast, missing dark mode, broken accessibility), **MAJOR** (forbidden fonts, non-OKLCH colors, missing states), **MINOR** (token mismatches), **PASS**.
Output Format
| Check | Status | Details |
|-----------|----------|----------------------------------------|
| Fonts | FAIL | Found Inter in header.css:12 |
| Colors | WARN | 3 hex values found, convert to oklch() |
| Contrast | PASS | All ratios >= 4.5:1 |
| States | WARN | Missing :focus on .btn-secondary |
| Dark mode | FAIL | No dark mode implementation found |
Forbidden
Generating or modifying code (audit only, unless the user explicitly asks for fixes afterward). Skipping any deterministic check. Reporting PASS without actually verifying. Skipping the light+dark screenshot pass.
Read more
name: design-audit description: "Audit an existing HTML/CSS design. Deterministic checks only (contrast, fonts, colors, states, dark mode) plus a visual pass. No generation."
/design:audit — Design Quality Audit
Validate an existing design without generating new code.
**Complete documentation**: `skills/design-review/SKILL.md`.
Usage
/design:audit ./pages/index.html /design:audit ./site-1/ /design:audit
When no path is provided, audits all HTML files in the current directory.
Workflow
1. Identify target files (path argument, or all `.html` in the current directory). 2. Read `design-system.md` if it exists — the reference for token compliance. If missing, audit against `skills/design-system/references/typography-pairs.md` (forbidden fonts) and `contrast-ratios.md` (contrast) only. 3. Run `skills/design-review/SKILL.md` Part 1 (deterministic checks): contrast, forbidden fonts, color format, em-dash, token adherence, anti-AI-slop, mechanical pre-flight, WCAG, consistency. 4. Run Part 2 (bounded visual review): serve, screenshot light+dark, cross-viewport, motion verdict if any animation exists. 5. Report with severity levels: **CRITICAL** (contrast, missing dark mode, broken accessibility), **MAJOR** (forbidden fonts, non-OKLCH colors, missing states), **MINOR** (token mismatches), **PASS**.
Output Format
| Check | Status | Details | |-----------|----------|----------------------------------------| | Fonts | FAIL | Found Inter in header.css:12 | | Colors | WARN | 3 hex values found, convert to oklch() | | Contrast | PASS | All ratios >= 4.5:1 | | States | WARN | Missing :focus on .btn-secondary | | Dark mode | FAIL | No dark mode implementation found |
Forbidden
Generating or modifying code (audit only, unless the user explicitly asks for fixes afterward). Skipping any deterministic check. Reporting PASS without actually verifying. Skipping the light+dark screenshot pass.
A plugin ecosystem that turns Claude Code into a supervised, multi-agent development environment.
Repo: fusengine/agents
Other commands on fusengine-agents.
- /apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Open command - /apex
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through mandatory parallel research, self-review, and validation gates.
Open command - /cleanup-context
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Open command - /create-pull-request
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Open command - /deep-code-analysis
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding complex systems.
Open command - /epct
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.
Open command

