apex-quick
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
Audit an existing HTML/CSS design. Deterministic checks only (contrast, fonts, colors, states, dark mode) plus a visual pass. No generation.
> /plugin marketplace add fusengine/agentsHow it fires
How this command gets triggered: by you, by Claude, or both.
/audit-designContext 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.
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."
Validate an existing design without generating new code.
**Complete documentation**: `skills/design-review/SKILL.md`.
/design:audit ./pages/index.html /design:audit ./site-1/ /design:audit
When no path is provided, audits all HTML files in the current directory.
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**.
| 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 |
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
Quick Flow for simple fixes - Single expert handles explore, code, review, and validate in one pass. Inspired by BMAD Barry.
APEX Methodology - The systematic Analyze-Plan-Execute-eLicit-eXamine approach for intelligent development. Reduces hallucination and defect risk through…
Memory optimization - removes duplicates, consolidates knowledge, and cleans memory banks for better performance.
Auto-generate Pull Request with comprehensive description, test plan, and changelog. Uses gh CLI for creation.
Comprehensive codebase investigation using research-expert for documentation, explore-codebase for structure, and deep analysis. Perfect for understanding…
Systematic Explore-Plan-Code-Test methodology for structured development. Ensures comprehensive approach to feature implementation.