sundial-org/awesome-openclaw-skills

component-gen

Generate React/Vue/Svelte components from descriptions

First seen Mar 23, 2026

Installation

$ npx skills add sundial-org/awesome-openclaw-skills --skill component-gen

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sundial-org/awesome-openclaw-skills · top by installs.

npx skills add sundial-org/awesome-openclaw-skills

Browse all from sundial-org/awesome-openclaw-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 660
License LICENSE
Default branch main
Open issues 12
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,157 B
  • docs SUMMARY.md 75 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 6 installs

SKILL.md

Component Generator

Describe what you want, get a production-ready component. Supports React, Vue, and Svelte.

Quick Start

npx ai-component "A pricing card with monthly/yearly toggle"

What It Does

  • Generates full components from descriptions
  • Supports React, Vue, and Svelte
  • Includes TypeScript types
  • Adds proper accessibility
  • Includes Tailwind styling

Usage Examples

# 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

Output Includes

  • Component file with proper structure
  • TypeScript interfaces
  • Default props
  • Basic tests scaffold
  • Storybook story (optional)

Requirements

Node.js 18+. OPENAIAPIKEY required.

License

MIT. Free forever.


Built by LXGIC Studios