ui-design-token-refactor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited ui-design-token-refactor (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill to turn ad hoc CSS or Tailwind styling into a maintainable, token-based UI system that another agent can safely update later.
package.json, Tailwind version/config, CSS entry points, CSS modules, Sass/Less, component libraries, Storybook, design-system packages, and theme toggles.scripts/audit_style_tokens.py script to inventory raw colors, dimensions, typography values, and Tailwind utility patterns. Run it from the skill package or by absolute path, for example: python /path/to/ui-design-token-refactor/scripts/audit_style_tokens.py <project-root> --output style-token-audit.md.references/css-architecture.md.references/tailwind-architecture.md.references/core-principles.md.references/refactor-playbook.md.references/review-checklist.md.--color-bg-surface, --color-text-muted, --color-border-subtle, --color-primary, --space-4, --radius-md.--button-bg, --card-border, --modal-shadow.!important, ID selectors, and highly specific selectors unless required to override third-party CSS.When finishing a styling refactor, include:
## Summary
[What changed and why]
## Token architecture
[Primitive, semantic, and component token decisions]
## Files changed
- `path`: change summary
## Validation
[Commands run and results, or why they were unavailable]
## Remaining design debt
[Short list of next improvements]For audit-only or PR-review tasks, use the audit template in references/examples.md instead of implying code was changed.
references/core-principles.md: token hierarchy, naming, categories, and source-of-truth decisions.references/css-architecture.md: CSS custom properties, cascade layers, CSS modules, Sass, and component CSS patterns.references/tailwind-architecture.md: Tailwind v4 @theme, Tailwind v3 config patterns, dark mode, and utility mapping.references/refactor-playbook.md: practical migration sequence for existing sites.references/review-checklist.md: acceptance checklist for accessibility, maintainability, and handoff quality.references/examples.md: before/after examples and reusable output templates.references/research-basis.md: source notes behind the recommendations.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.