Fix GitHub Copilot logo and site mentions (#182)

* Fix GitHub Copilot site mentions

* Fix mobile command blocks

* Fix mobile nav drawer centering

* Align mobile nav controls

* Align mobile nav controls

* Pad mobile nav drawer

* Fix light mobile nav drawer

* Remove light drawer active border

* Restore light drawer active underline

* Fix designing mobile layout

* Tune designing mobile loop

* Fix designing mobile section gutters

* Keep polish commands on one mobile row

* Fix designing mobile bento gutters
This commit is contained in:
Abdul Wahab
2026-05-31 20:20:18 -07:00
committed by GitHub
parent b913668ba4
commit ea3e66b984
8 changed files with 192 additions and 23 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ You will end this tutorial with Impeccable installed in your project, a `PRODUCT
## Prerequisites
- An AI coding harness: Claude Code, Cursor, Gemini CLI, Codex CLI, or any of the other supported tools.
- An AI coding harness: Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex CLI, or any of the other supported tools.
- A project with at least one HTML or component file you want to improve. A fresh scaffolded landing page works fine.
## How Impeccable works
@@ -34,7 +34,7 @@ From the root of your project, run:
npx impeccable skills install
```
This auto-detects your harness and writes the build compiled for it to the right location (e.g., `.claude/skills/`, `.cursor/skills/`). It works with Cursor, Claude Code, Gemini CLI, Codex CLI, and every other major harness. Reload your harness and type `/`. You should see `/impeccable` in the autocomplete. Type it and the skill's argument hint will show all available commands.
This auto-detects your harness and writes the build compiled for it to the right location (e.g., `.claude/skills/`, `.cursor/skills/`). It works with Cursor, Claude Code, GitHub Copilot, Gemini CLI, Codex CLI, and every other major harness. Reload your harness and type `/`. You should see `/impeccable` in the autocomplete. Type it and the skill's argument hint will show all available commands.
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).