Scaffold a new React component with optional Storybook story and Vitest test files. Use this skill whenever the user asks to "create a component", "make a button", "scaffold a card", "add a new component", or asks for a new file under app/components/ following the project's component pattern (PascalCase folder, index.tsx, tests/).
$npx -y skills add gaia-react/gaia --skill new-componentInstalls into the current project.
Run `npx skills use "https://github.com/gaia-react/gaia" --skill "gaia-react/gaia/new-component"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gaia-react/gaia" that are relevant to the current task. Run `npx skills add "https://github.com/gaia-react/gaia"` and select the relevant skills, then follow their instructions.