Skills design-system-starter
๐Ÿ“ฆ

design-system-starter

v1.0.0 Content revision r2 Safe โš™๏ธ External commands๐Ÿ“ Filesystem access๐ŸŒ Network access

Build an Accessible Design System

Inconsistent interface decisions slow teams and weaken accessibility. This skill provides token structures, React patterns, templates, and checklists for a scalable design system.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 76 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "design-system-starter" from https://skillstore.io/skills/ariegoldkin-design-system-starter.md and its manifest at https://skillstore.io/api/skills/ariegoldkin-design-system-starter/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "design-system-starter". Create foundations for a business dashboard with light and dark themes.

Expected outcome:

  • A token hierarchy covering brand, text, surfaces, feedback, typography, spacing, radii, and shadows.
  • Semantic light and dark theme mappings with contrast requirements.
  • A first component set covering buttons, inputs, navigation, tables, dialogs, and feedback.

Using "design-system-starter". Review an existing React component library for accessibility and consistency.

Expected outcome:

  • A prioritized inventory of token, component, documentation, and governance gaps.
  • Accessibility findings covering contrast, keyboard support, focus management, semantics, and ARIA.
  • A staged remediation plan with migration and deprecation guidance.

Using "design-system-starter". Define a reusable form component family.

Expected outcome:

  • Clear responsibilities for labels, inputs, hints, errors, and grouped controls.
  • Consistent properties for sizes, validation states, disabled behavior, and required fields.
  • Keyboard, screen-reader, documentation, and testing requirements for every component.

Security Audit

Safe
v9 โ€ข 7/23/2026 Open versioned report

All 63 static findings are false positives caused by documentation syntax, relative imports, keyboard-event properties, public links, schema metadata, or design-system language. The reviewed files contain no command execution, path traversal, secret handling, unauthorized networking, prompt injection, or malicious intent.

5
Files scanned
2,557
Lines analyzed
0
Review items
0
False positives ignored
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/ariegoldkin-design-system-starter/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/ariegoldkin-design-system-starter/security.svg)](https://skillstore.io/skills/ariegoldkin-design-system-starter?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/ariegoldkin-design-system-starter?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ariegoldkin-design-system-starter/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/ariegoldkin-design-system-starter.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

AI Agent Hub. (2026). design-system-starter security audit report (audit version 9) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/ariegoldkin-design-system-starter/audits/9

BibTeX citation

@techreport{ai-agent-hub-ariegoldkin-design-system-starter-2026, author = {AI Agent Hub}, title = {design-system-starter security audit report (audit version 9)}, institution = {Skillstore}, year = {2026}, number = {9}, url = {https://skillstore.io/skills/ariegoldkin-design-system-starter/audits/9}, note = {Author version 1.0.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "design-system-starter security audit report (audit version 9)" version: "1.0.0" type: report authors: - name: "AI Agent Hub" date-released: "2026-07-23" url: "https://skillstore.io/skills/ariegoldkin-design-system-starter/audits/9" identifiers: - type: other value: "skillstore:ariegoldkin-design-system-starter:audit:9" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
41
Architecture
100
Maintainability
87
Content
71
Community
78
Spec Compliance

What You Can Build

Establish Product Foundations

Define shared visual tokens and component principles before designing a new application.

Build Reusable Components

Create typed React components with consistent variants, composition patterns, theming, and accessibility behavior.

Audit System Coverage

Review an existing library for missing tokens, components, documentation, testing, governance, and accessibility requirements.

Try These Prompts

Start a Design System
Create a design-system foundation for [product]. Define principles, token categories, core components, and accessibility requirements. Explain each decision briefly.
Define Design Tokens
Design primitive and semantic tokens for [brand]. Include color, typography, spacing, radii, shadows, and light and dark themes. Note accessibility constraints.
Specify a Component Family
Specify the React and TypeScript architecture for [component family]. Cover APIs, variants, composition, states, keyboard behavior, ARIA, documentation, and tests.
Plan a System Migration
Audit [existing interface] against the included checklist. Prioritize gaps, map legacy styles to tokens, define deprecations, and propose a staged adoption plan.

Best Practices

  • Separate primitive values from semantic tokens so themes and brands can change without rewriting components.
  • Build accessibility into component APIs, examples, tests, and documentation from the first implementation.
  • Document migration, versioning, deprecation, and ownership rules before broad adoption.

Avoid

  • Do not expose raw palette values throughout product code when semantic tokens can express intent.
  • Do not create highly configurable components that replace clear composition with many unrelated properties.
  • Do not claim accessibility compliance without keyboard, screen-reader, contrast, and browser testing.

Frequently Asked Questions

Does this skill generate a complete component library?
No. It provides architecture, templates, examples, and checklists that guide implementation.
Which frontend stack do the examples use?
The component examples use React, TypeScript, and utility-style class names.
Can it support dark mode?
Yes. It covers CSS variables, utility-class dark mode, theme providers, and semantic token mappings.
Does it address accessibility?
Yes. It covers WCAG 2.1 AA contrast, keyboard navigation, focus management, ARIA, semantics, and screen-reader considerations.
Can I use it with an existing design system?
Yes. Use the checklist to identify gaps, then adapt the token and component patterns incrementally.
Does it include governance guidance?
Yes. It discusses documentation, semantic versioning, deprecation, migration guides, adoption, feedback, and maintenance.

Developer Details

License

MIT

Author version

v1.0.0

Skillstore revision

r2

Ref

89edfdc710d0846129dcee6a929477b04f08052c

Maintenance freshness

7/24/2026

Usage

7 downloads ยท 297 views

File structure