mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Add GitHub Copilot app built-in note to setup guide
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) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
867fab2188
commit
a031d5de92
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user