Audit the Resend dashboard for design system alignment.
npx -y skills add resend/design-skills --skill design-audit --agent claude-codeInstalls into .claude/skills of the current project.
Audits src/app/(dashboard)* for design system compliance and src/ui/ for documentation coverage. Reports findings without modifying any source files or opening PRs.
This skill is read-only. Never edit source files, create branches, or open PRs.
src/app/(internal)/design/_common/sidebar-data.ts to extract:
_common, layout.tsx, shared.ts, page.tsx, todo)"avatar team" → "avatar", "command" → "combobox")src/app/(internal)/design/_common/documented-components.json for the list of documented componentssrc/app/(internal)/design/_common/documented-patterns.json for the list of documented patternsgit rev-parse HEADFollow references/rubric.md exactly. Run all categories:
Cross-reference the resend-design-system skill to verify whether a DS primitive exists for a flagged use case before marking it a violation.
For judgment-based findings (e.g. "this dialog should probably be a stepper", "this column is mostly empty", "this disabled button has no explanation"), cite the relevant file under design-system/references/heuristics/ as the design_ref. Heuristics are guidelines, not rules — phrase the finding as a suggestion, not a violation, and route it to Category 6 (rubric candidates) when there is no existing rule to cite.
Emit the structured JSON defined in references/report-format.md, then render it as markdown per the template in that file.
Follow references/linear-delivery.md to file or update the Linear issue. Before creating any tickets, run the triage-backlog preflight in that doc — if 10+ tickets are already pending in Triage, defer non-error tickets this run.
Load these when running the audit:
design-audit/references/rubric.md — what counts as a violation and how to detect itdesign-audit/references/report-format.md — exact JSON + markdown report structuredesign-audit/references/linear-delivery.md — Linear MCP playbook for filing the issueleonxlnx/taste-skill
supercent-io/skills-template
supercent-io/skills-template