chore(skills): vendor impeccable frontend-design skill (Apache-2.0)#348
Merged
Conversation
Commit the pbakaus/impeccable skill into the repo, reversing the local-only gitignore from PR #346, so it is permanently findable across ephemeral web sessions (re-installing each session is no longer required). Changes: - un-ignore .agents/ + skills-lock.json + the .claude/skills/impeccable symlink - add .agents/skills/impeccable/LICENSE (verbatim Apache-2.0, satisfies the Apache-2.0 §4(a) redistribution-must-include-a-copy requirement) - new .gitattributes marks the vendored scripts/ + LICENSE as linguist-vendored - THIRD_PARTY_NOTICES.md: new pbakaus/impeccable entry (Apache-2.0 + the modern-screenshot MIT sub-library + audited security posture + reversal note) - CLAUDE.md: .agents/skills/ layout row, skill-count note, and a Gotchas entry for the IMPECCABLE_NO_UPDATE_CHECK / IMPECCABLE_UPDATE_HOST phone-home env-vars plus the live "Apply" bypassPermissions note - AGENTS.md: mirror (skill-count line, .agents/ tree row, Security bullet) - PHASE_STATUS_INFLIGHT.md: in-flight entry Audited before commit (both read-only, spawned in parallel): security-reviewer verdict COMMIT-WITH-MITIGATIONS; dependency-auditor SAFE-TO-MERGE (0 new pip/npm manifest deps, CVE baseline unchanged). License verified via WebFetch as Apache-2.0 (Copyright 2025 Paul Bakaus) -- correcting both agents' guesses (security-reviewer assumed MIT, dependency-auditor assumed undeclared). The bundled scripts are dev-session tooling only: they never run in CI, the Vercel static export, or the compute cron (no package.json, no install hooks). No compute / schema / scoring / valuation / frontend code change. https://claude.ai/code/session_012xxKfyR939bZDmbxxqMFZi
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Commits the pbakaus/impeccable frontend-design skill into the repo, reversing the local-only gitignore from PR #346 so the skill is permanently findable across ephemeral web sessions (no
npx skills addre-install each session). Installed vianpx skills add pbakaus/impeccable(skills.sh cross-tool layout).Audited before commit (both read-only, spawned in parallel)
security-reviewergit clone/ CI /npm install(nopackage.json, no install hooks); scripts run only when an agent explicitly invokes thelive/detectworkflowsdependency-auditormodern-screenshot.umd.js= MIT sub-libLicense verified via WebFetch = Apache-2.0 (Copyright 2025 Paul Bakaus) — correcting both agents (security-reviewer assumed MIT, dependency-auditor assumed undeclared; neither has web access).
Mitigations applied (security-reviewer punch list)
.agents/skills/impeccable/LICENSE— verbatim Apache-2.0, satisfies §4(a) (redistribution must include a copy of the License)THIRD_PARTY_NOTICES.md§pbakaus/impeccable (Apache-2.0 + themodern-screenshotMIT sub-library + audited security posture + reversal rationale)IMPECCABLE_NO_UPDATE_CHECK/IMPECCABLE_UPDATE_HOSTphone-home env-vars documented in CLAUDE.md §Gotchas + AGENTS.md §Security.gitattributesmarks the vendoredscripts/+LICENSEaslinguist-vendoredlive"Apply" feature spawns aclaudesubprocess with--permission-mode bypassPermissions(writes source without per-op prompts) — dev-session only, documentedPhone-home (transparency)
scripts/context.mjsmakes a once-dailyGET https://impeccable.style/api/versionversion check — no repo content / paths / credentials sent, only a version probe; opt out withIMPECCABLE_NO_UPDATE_CHECK=1.Scope
.gitignore−15 (remove the PR chore(gitignore): ignore local-only impeccable design skill #346 local-only block).agents/skills/impeccable/**(83 files incl.LICENSE) +.claude/skills/impeccablesymlink (mode 120000) +skills-lock.json.gitattributesTHIRD_PARTY_NOTICES.md·CLAUDE.md·AGENTS.md·PHASE_STATUS_INFLIGHT.mdDev-session tooling only — the scripts never run in CI / the Vercel static export / the compute cron. No compute / schema / scoring / valuation / frontend code change.
ruff check .passed.https://claude.ai/code/session_012xxKfyR939bZDmbxxqMFZi
Generated by Claude Code