From a031d5de9278a857424cebfba193620a77ccd8fc Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 22 Jun 2026 12:20:59 -0700 Subject: [PATCH] Add GitHub Copilot app built-in note to setup guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Get started section tells Copilot-app users the skill is built in (enable under Settings → Experimental) so they skip a needless install; the setup guide's Step 1 only listed Copilot as an npx install target. Add the matching note right after the install command for consistency. Co-Authored-By: Claude Opus 4.8 (1M context) --- site/content/tutorials/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/content/tutorials/getting-started.md b/site/content/tutorials/getting-started.md index 0afe73297..303031dce 100644 --- a/site/content/tutorials/getting-started.md +++ b/site/content/tutorials/getting-started.md @@ -44,6 +44,8 @@ npx impeccable install This auto-detects your AI coding tool and writes the right skill files for it (for example, `.claude/skills/` or `.cursor/skills/`). It works with Cursor, Claude Code, GitHub Copilot, Gemini CLI, Codex CLI, and every other major harness. Reload your tool and type `/`. You should see `/impeccable` in the autocomplete. Type it and the argument hint will show the available commands. +**On the GitHub Copilot app?** Impeccable is built in. Skip the install above and enable it under **Settings → Experimental**, then jump to step 2. + Prefer a different setup? Claude Code users can install the plugin with `/plugin marketplace add pbakaus/impeccable`, and the general-purpose `npx skills add pbakaus/impeccable` still works (though it installs one shared build for all harnesses rather than the one compiled for yours). When a new version ships later, run `npx impeccable update` from the same project root. `npx impeccable check` tells you first whether you are behind, and plugin users update from the `/plugin` menu instead.