🔍
QualityTypeScript

Design Lint

by bitjaru

Design Lint is a Quality skill for Claude Code, published by bitjaru in styleseed.

906 stars82 forkson bitjaru/styleseedAdded 2026/08/22Repository updated 2026/08/21
agent-skillsai-codingai-designai-uiclaude-codeclaude-skillscodexcursordesign-judgmentdesign-systemdesign-tokensnextjsradix-uireactshadcnshadcn-uitailwindcsstypescriptui-designvibe-coding
Install in seconds
Install Design Lint
Copy Design Lint into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/bitjaru/styleseed/tree/main/skills/ss-lint ~/.claude/skills/ss-lint

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/bitjaru/styleseed.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ss-lint/SKILL.md in bitjaru/styleseed
Installs to
~/.claude/skills/ss-lint
Collection
One of 23 skills cataloged from this repository
Category
Quality1354 skills

What Design Lint does

Design Lint runs quick automated checks for common design system violations. Use it after file changes to catch token, spacing, and component contract drift before deeper review.

Design Lint is cataloged under Quality on DirSkills. Design Lint comes from a repository tagged agent-skills, ai-coding, ai-design, ai-ui and claude-code.

Documentation

README

Design Lint (Quick Check)

Registry-first artifact boundary

When .styleseed/project.json and .styleseed/artifacts/index.json exist, resolve the requested artifact ID first, then read only .styleseed/bundles/<artifact-id>.md and .styleseed/manifests/<artifact-id>.json. Never fall back to the global legacy bundle for a registry project. Legacy projects may use .styleseed/effective-rules.md only when no registry exists.

Canonical executable check

For a reproducible, artifact-bound scan with machine-readable output, use:

node <installed-ss-score>/scripts/styleseed-check.mjs scan \
  --project-root . --artifact <artifact-id> --format json
node <installed-ss-score>/scripts/styleseed-check.mjs scan \
  --project-root . --all --format sarif

This is the opening of the README. Read the full README on GitHub.

Commands Design Lint provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /ss-resolve
  • /ss-review
  • /ss-a11y
  • /ss-audit

Frequently asked about Design Lint

  • What else does bitjaru publish alongside Design Lint?

    Design Lint is one of 23 skills that DirSkills catalogs from bitjaru/styleseed, the repository it ships in. Its siblings there include Accessibility Audit, Design Score and Motion Seed Applier. Each one is a separate skill with its own page in this directory, installs the same way Design Lint does, and is maintained by bitjaru in that same repository. The rest of the collection is listed on the bitjaru/styleseed page.

  • How does Design Lint compare to other Quality skills?

    Design Lint ranks #895 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Design Lint against them. Open each page to compare what they document and how they install.

More from bitjaru/styleseed

Design Lint is one of 23 skills cataloged on DirSkills from bitjaru/styleseed.

See all 23 skills
1w ago

Accessibility Audit

Accessibility Audit checks a component or page for WCAG 2.2 AA issues and suggests or applies fixes. Use it for static audits of contrast, labels, focus states, semantics, and other accessibility problems.
Quality
90682
🎯
1w ago

Design Score

Design Score scores a visual artifact from 0–100 against its StyleSeed rule set, with category breakdowns, evidence, and prioritized fixes. It is used after a render or implementation pass to judge UI quality and guide revisions.
Quality
90682
🎞️
1w ago

Motion Seed Applier

Motion Seed Applier translates vibe words, brand names, or UI moments into the right StyleSeed motion for a component. It uses the motion library’s seed and keyword recipes to generate Framer Motion JSX from one source of truth.
AI Engineering
90682
🧱
1w ago

Product Page Scaffolder

Product Page Scaffolder creates a new product page or screen from StyleSeed's compiled grammar, adapter, brand recipe, and project lock. Use it when starting a page scaffold rather than editing an existing page.
Frontend
90682
✍️
1w ago

Ss Copy

Ss Copy generates UX microcopy for buttons, errors, empty states, toasts, and form text in a casual-but-polite voice. Use it when you need concise, action-oriented UI copy for a single language.
Writing
90682
🧭
1w ago

StyleSeed

StyleSeed routes a StyleSeed request to one first workflow after resolving the current artifact boundary. Use it for general StyleSeed help when the user has not asked for a specific ss-* skill.
AI Engineering
90682