diff --git a/.gitignore b/.gitignore index 536039899..66b81a81e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ extension/detector/ # User design context .impeccable.md + +# Evals (private, commercial) +evals/ diff --git a/public/antipattern-examples/visual-mode-demo.html b/public/antipattern-examples/visual-mode-demo.html index 6834bac1d..b9561496a 100644 --- a/public/antipattern-examples/visual-mode-demo.html +++ b/public/antipattern-examples/visual-mode-demo.html @@ -118,39 +118,32 @@ background: rgba(255,255,255,0.06); border-radius: 12px; padding: 20px 16px; - border-left: 4px solid #8b5cf6; backdrop-filter: blur(8px); } - .card-icon { - width: 32px; - height: 32px; - border-radius: 8px; - background: linear-gradient(135deg, #8b5cf6, #a855f7); - margin-bottom: 12px; + .card-heading { display: flex; align-items: center; - justify-content: center; - font-size: 14px; + gap: 10px; + margin-bottom: 8px; + } + + .card-icon { + font-size: 18px; + line-height: 1; } .card h3 { font-size: 14px; font-weight: 700; - margin-bottom: 6px; } .card p { - font-size: 11px; - color: rgba(255,255,255,0.5); + font-size: 13px; + color: rgba(255,255,255,0.55); line-height: 1.5; } - .card:nth-child(2) { border-left-color: #ec4899; } - .card:nth-child(2) .card-icon { background: linear-gradient(135deg, #ec4899, #f472b6); } - .card:nth-child(3) { border-left-color: #06b6d4; } - .card:nth-child(3) .card-icon { background: linear-gradient(135deg, #06b6d4, #22d3ee); } - /* Stats */ .stats { display: flex; @@ -195,18 +188,24 @@
Blazing fast inference with our optimized pipeline.
Enterprise-grade security with encrypted data.
Powerful insights to help you make better decisions.
The Chrome extension on any site, embedded in /critique during an AI design review, or standalone via npx impeccable live.
21 commands that steer your AI toward better design, in real time. The full Impeccable experience.
/impeccable teach to set up your project's design context.
/plugin marketplace add pbakaus/impeccable
-
- /plugin to install from Discover tab
- Deterministic anti-pattern detection, cheatsheet and more. Use in CI and beyond.
+ +npm i -g impeccable
-
- npx impeccable ...
- detect Scan files, dirs, or URLs
- skills install Install skills into your project
- skills update Update to latest version
- impeccable skills help
+ /plugin marketplace add pbakaus/impeccable
+
+ /plugin in Claude Code
+ Skills give your AI the full design toolkit. The CLI adds automated quality gates for reviews and CI.
-Anti-pattern detection from the terminal. Scans HTML, CSS, JSX/TSX, Vue, and Svelte — perfect for CI, pre-commit hooks, and one-off audits.
+ +npm i -g impeccable
+
+ npx impeccable directly without installing.
+ One-click anti-pattern detection on any live page — yours, staging, production, or anyone else's. Same detection engine as /critique, in your browser.
Currently in Chrome Web Store review.
+ +Roughly monthly notes on new commands, anti-patterns, and the design thinking behind Impeccable.
+ +