diff --git a/site/pages/index.astro b/site/pages/index.astro index ad6b4d98a..fa3fd55d6 100644 --- a/site/pages/index.astro +++ b/site/pages/index.astro @@ -617,22 +617,111 @@ import '../styles/testimonials.css';
npx impeccable install
-
+ + + On the GitHub Copilot app? Impeccable is built in. Skip the install and enable it under Settings → Experimental. +
+ +npx impeccable install
+
+ Installs the build tailored to your harness and model. Requires Node 24+.
+ +Same skill, recompiled per target. The part that matters: builds for models with known tells carry extra slop rules banning that model's habits. The Gemini build kills its image-on-hover motion; the Codex build refuses ghost-cards and over-rounding. Native hook wiring and a subagent ship too, where the tool supports them.
+/plugin marketplace add pbakaus/impeccable
+
+ Claude Code only. After adding the marketplace, open /plugin and install Impeccable from the list.
npx skills add pbakaus/impeccable
+
+ The general-purpose skills installer. It installs one shared build for every harness rather than the one compiled for yours, so you give up the provider-native command files and paths tuned to your tool. Functionally complete, just not tailored.
npx impeccable update
-
+
+ npx impeccable update
+
+ npx skills update
+
+ Works with Cursor, Claude Code, GitHub Copilot, Gemini CLI, Codex CLI, and every other major AI coding harness. install sets up the build for your harness. Then run /impeccable init inside your AI tool so the skill can save your design context. update pulls the latest version. Run npx impeccable check to see if you're behind. Installed the Claude Code plugin? Update it from the /plugin menu instead.
/plugin marketplace add pbakaus/impeccable
-
- /plugin in Claude Code and install Impeccable from the list. Claude Code only.
- npx skills add pbakaus/impeccable
-
- npx impeccable install above for the correct setup.
- Works with Cursor, Claude Code, GitHub Copilot, Gemini CLI, Codex CLI, and every other major AI coding harness.