This generates component stories for GPUI UI components following the patterns already established in the crates/story/src/stories directory. You point it at a component and it scaffolds out a complete story file with sections for basic usage, variants, interactive examples, and edge cases. It's pulling from existing examples like tabs_story.rs and group_box_story.rs, so the output should match the project's conventions without you having to remember the structure. Useful if you're building UI components in the longbridge/gpui-component ecosystem and want consistent documentation without the boilerplate. Saves you from copy-pasting story templates and missing coverage areas.
npx -y skills add longbridge/gpui-component --skill generate-component-story --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar