diff --git a/public/css/main.css b/public/css/main.css index 5f90f300d..581e8fc90 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -2943,6 +2943,78 @@ code { color: var(--color-accent); } +/* Compact 3-row "try it" table. Replaces the numbered sub-steps + inside step 2 to condense vertical height. Each row: mono command + example + one-line caption. Collapses to stacked on narrow screens. */ +.install-howto-rows { + margin: var(--spacing-lg) 0 0; + padding: 0; + display: flex; + flex-direction: column; +} + +.install-howto-row { + display: grid; + grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr); + gap: var(--spacing-md); + align-items: baseline; + padding: var(--spacing-sm) 0; + border-bottom: 1px solid var(--color-mist); +} + +.install-howto-row:first-child { + padding-top: 0; +} + +.install-howto-row:last-child { + padding-bottom: 0; + border-bottom: 0; +} + +.install-howto-row dt { + margin: 0; + min-width: 0; +} + +.install-howto-row dt code { + font-family: var(--font-mono); + font-size: 0.8125rem; + font-weight: 500; + color: var(--color-ink); + background: var(--color-accent-dim); + padding: 3px 8px; + border-radius: 3px; + white-space: nowrap; +} + +.install-howto-row dd { + margin: 0; + font-size: 0.9375rem; + line-height: 1.55; + color: var(--color-ink); +} + +.install-howto-row dd code { + font-family: var(--font-mono); + font-size: 0.8125em; + background: var(--color-mist); + padding: 1px 5px; + border-radius: 3px; + color: var(--color-ink); + white-space: nowrap; +} + +.install-howto-row .install-path-slash { + color: var(--color-accent); +} + +@media (max-width: 700px) { + .install-howto-row { + grid-template-columns: 1fr; + gap: 6px; + } +} + .install-howto-footer { display: flex; flex-wrap: wrap; @@ -3432,6 +3504,7 @@ code { font-size: 0.75rem; color: var(--color-ash); line-height: 1.5; + text-wrap: pretty; } .install-cmd-note code { @@ -3441,6 +3514,11 @@ code { padding: 2px 5px; border-radius: 3px; color: var(--color-ink); + white-space: nowrap; +} + +.install-cmd-note a { + white-space: nowrap; } diff --git a/public/index.html b/public/index.html index 8285bda85..69beea2ba 100644 --- a/public/index.html +++ b/public/index.html @@ -698,8 +698,8 @@
One agent skill that teaches your AI to design, with 23 commands bundled inside. Plus the CLI that powers visual mode and scans files outside the skill.
+One agent skill that teaches your AI to design, with 23 commands bundled inside. Works in every major AI coding harness.
npm i -g impeccable
-
- Impeccable gives you a shared design vocabulary with your AI. 23 commands (polish, audit, critique, typeset, and more) that each encode a specific design discipline, so you can steer with precision.
-Say /impeccable redo this hero section and let the skill pick the right approach. No command names to memorize.
Type /impeccable alone to see the full vocabulary, or reach for a command by name: /impeccable audit checkout, /impeccable polish pricing, /impeccable critique onboarding.
Use one all the time? /impeccable pin audit gives you /audit as a standalone shortcut.
/impeccable redo this hero/impeccable audit checkout/impeccable alone to see all 23./impeccable pin audit/audit becomes a standalone shortcut.Run anti-pattern scans outside the skill: in CI, in a PR check, or against a whole directory. 25 deterministic rules, no LLM required, JSON output ready for build gates.
+ +npm i -g impeccable
+
+ impeccable detect src/ to scan a project, or npx impeccable detect without installing. View on npm →
+