Skip to content

lynx v1.0.0 — sharp-eyed visual audit suite

Choose a tag to compare

@krzemienski krzemienski released this 29 Apr 14:21
· 14 commits to main since this release

First public release of lynx — two coupled audit skills for Claude Code.

What's inside

  • full-ui-experience-audit — app-wide audit-and-remediate loop (3-cycle convergence, critical-high threshold, fix-loop protocol)
  • ui-experience-audit — per-screen deep audit (5-phase: triage → visual → interactive → content → heuristics)

Track record

  • 9/9 detection accuracy on the Whac-A-Mole synthetic (entangled-fix design — cycle-1 fix unmasks cycle-2 mole)
  • 26/26 strict bundle PASS (validate-bundle.sh)
  • Iron Rule: zero mocks, zero stubs, zero test files. Real-system validation only.

Standards covered

  • WCAG 2.2 AA + APCA Lc ≥ 60 for body text
  • Nielsen's 10 UX heuristics
  • Native iOS HIG (companion ios-protocol.md)
  • Web protocol with response-shape contract validation (latent bug class)

Install

```
/plugin marketplace add krzemienski/lynx
/plugin install lynx@lynx-dev
```

Restart Claude Code, then trigger with: "audit and fix my next.js dashboard until it passes critical-high" or "per-screen audit on /settings".

See README for the full dual-skill decision matrix.

Sibling plugins

Pairs well with crucible (evidence-gated execution), validationforge (e2e validation), and anneal (iterative refinement).

🦌 Sharp-eyed by design.