From sundial-org-awesome-openclaw-skills-4
Generates production-ready components with TypeScript, accessibility, and Tailwind styling from natural language descriptions. Supports React, Vue, and Svelte.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:component-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Describe what you want, get a production-ready component. Supports React, Vue, and Svelte.
Describe what you want, get a production-ready component. Supports React, Vue, and Svelte.
npx ai-component "A pricing card with monthly/yearly toggle"
# Generate React component
npx ai-component "user profile card with avatar"
# Specify framework
npx ai-component "dropdown menu" --framework vue
# With specific styling
npx ai-component "modal dialog" --css tailwind
Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios
npx claudepluginhub sundial-org/awesome-openclaw-skillsGenerates React components following frontend best practices, covering CSS, accessibility, and modern patterns.
Generates React components with step-by-step guidance, best practices, and production-ready code for frontend development tasks.
Generates React/Vue components with TypeScript, tests, CSS modules, barrel exports, and project-pattern validation. Detects Next.js App Router and adjusts output accordingly.