Directory / impeccable
impeccable
StrongAudits and polishes frontend interfaces with 23 design-focused commands and 59 deterministic local detector rules.
Verdict
Impeccable is the most substantial of the three: 23 commands, a 59-rule deterministic design detector that runs entirely offline without an LLM or API key, proper PostToolUse/Stop hooks, and a DESIGN.md/PRODUCT.md context system that makes later commands coherent without re-explaining the project. Three outbound network patterns exist — a weekly version-check ping, an opt-in design-direction randomizer (DO_NOT_TRACK honored), and OpenAI image generation only when the user's key is set. None are silent or telemetric; all are documented. The network footprint should be surfaced to end-users; it is not grounds for exclusion, but it is grounds for disclosure.
Install
Source: github.com/pbakaus/impeccable
Audit receipts
Every listing is verified against a specific commit. These are the receipts.
Installs via npx impeccable install (recommended), git submodule, or /plugin marketplace add. PostToolUse and Stop hooks via hook.mjs on UI file edits.
Three disclosed outbound calls: (1) a once-per-session version check to impeccable.style (cached 24h, DO_NOT_TRACK honored); (2) an opt-in design-direction dice roll to impeccable.style/api/roll; (3) OpenAI image generation only when OPENAI_API_KEY is set, cost disclosed in the script header. None are silent; all are documented.