natural-language-generation

Installation
SKILL.md

Natural Language Component Generation Skill

Overview

Generate complete, production-ready components from natural language descriptions. Simply describe what you want in plain English, and get fully-typed TypeScript components with props, variants, stories, and tests.

Example:

"Create a user profile card with an avatar on the left, name and title stacked vertically in the middle, and a follow button on the right. Include an online status indicator and verified badge."

→ Generates complete UserProfileCard component with all requested features, TypeScript interfaces, 8+ story variants, and accessibility baked in.

How It Works

1. Parse Description

AI extracts structured requirements:

  • Component name: Inferred from description
  • UI elements: Avatar, buttons, badges, etc.
  • Layout structure: Left/middle/right, grid, flex
Related skills

More from flight505/storybook-assistant

Installs
4
GitHub Stars
6
First Seen
Apr 4, 2026