mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-08-01 10:56:17 +00:00
A ready-to-use Claude Code environment for website design, bundling: - .mcp.json: Playwright + Chrome DevTools + shadcn MCP servers - CLAUDE.md: the design loop (plan -> commit to a look -> build -> screenshot -> review) - .claude/agents/design-review.md: 7-phase design-review subagent (WCAG AA, responsive) - .claude/commands: /design-review, /design-plan - scripts/design-audit.mjs: standalone multi-viewport screenshot + heuristic audit - .github/workflows/design-review.yml: CI design gate (template) - docs/: STACK, SETUP, WORKFLOW - examples/juniper-audit/: a real audit run (report + 6 viewport screenshots) Pairs with the ui-ux-pro-max skill (knowledge layer) and the official frontend-design plugin (taste layer). Lives on its own branch as a self-contained starter; copy stack/ out to seed a standalone repo. Co-authored-by: Claude <noreply@anthropic.com>
28 lines
390 B
Plaintext
28 lines
390 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
pnpm-lock.yaml
|
|
yarn.lock
|
|
|
|
# Audit / Playwright output (regenerate locally; examples/ is committed on purpose)
|
|
audit-output/
|
|
test-results/
|
|
playwright-report/
|
|
.playwright/
|
|
|
|
# Local Claude Code state
|
|
.claude/settings.local.json
|
|
.claude/.session/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.log
|
|
.idea/
|
|
.vscode/
|