implement-cmsds-react-components

star 354

Implements, modifies, and troubleshoots CMS Design System (CMSDS) React components. Use when users ask for "CMSDS component guidance", "implement a CMSDS component", or "fix CMSDS component usage".

CMSgov By CMSgov schedule Updated 6/11/2026

name: implement-cmsds-react-components description: Implements, modifies, and troubleshoots CMS Design System (CMSDS) React components. Use when users ask for "CMSDS component guidance", "implement a CMSDS component", or "fix CMSDS component usage".

Use CMS Design System Components

Purpose

Use this skill to navigate CMS Design System (CMSDS) documentation and retrieve up-to-date usage, accessibility, and implementation guidance for a given CMSDS React component.

Determine the installed design system package

First, inspect the project's root package.json to determine which CMS Design System package is installed.

If @cmsgov/design-system or @cmsgov/ds-cms-gov is installed, read:

  • references/design-system-guide.md

If @cmsgov/ds-medicare-gov is installed, read:

  • references/ds-medicare-gov-guide.md

If @cmsgov/ds-healthcare-gov is installed, read:

  • references/ds-healthcare-gov-guide.md

After selecting the appropriate guide, follow it to:

  • Locate component usage and accessibility guidance
  • Verify expected props using TypeScript definitions
Install via CLI
npx skills add https://github.com/CMSgov/design-system --skill implement-cmsds-react-components
Repository Details
star Stars 354
call_split Forks 107
navigation Branch main
article Path SKILL.md
More from Creator