Conversation
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Deploying website with
|
| Latest commit: |
cabff9f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0c6061a8.website-70y.pages.dev |
| Branch Preview URL: | https://claude-impeccable-install-se.website-70y.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Impeccable (v0.1.5 engine), installed with
npx impeccable install --providers=claude --scope=project:.claude/skills/impeccable/: the/impeccableskill (24 design commands such asinit,audit,critique,polish) plus its launcher and live-browser scripts.claude/agents/impeccable-*.md: 4 subagents the skill hands work toWhy
This gives every Claude Code session in the repo the same design vocabulary and anti-pattern checks for the site's frontend, with no per-person global install.
Reviewer notes
.claude/skills/impeccable/scripts/bin/holds a 12 MB platform-specific binary. The launcher downloads it into~/.impeccable/bin/on first run when it's missing, so it stays out of git..prettierignore) and ESLint (eslint.config.mjs), so lint-staged and CI don't reformat third-party output. A freshnpx impeccable installreproduces the committed files byte for byte (checked withdiff -r). Refresh them withnpx impeccable update..claude/settings.local.json, which is gitignored, so this PR doesn't include them. Anyone who wants the hooks can re-run the installer locally. We could also move them into the tracked.claude/settings.jsonin a follow-up./impeccable initto generatePRODUCT.md.pnpm format:checkandpnpm lintpass.🤖 Generated with Claude Code