๐ŸŽฏ

generate-component-documentation

๐ŸŽฏSkill

from longbridge/gpui-component

VibeIndex|
What it does
|

Generates structured documentation for GPUI components by following existing documentation patterns and referencing story implementations.

๐Ÿ“ฆ

Same repository

longbridge/gpui-component(15 items)

generate-component-documentation

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add longbridge/gpui-component --skill generate-component-documentation
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add longbridge/gpui-component --skill generate-component-documentation
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/generate-component-documentation/SKILL.md

SKILL.md

157Installs
10,086
-
Last UpdatedJan 28, 2026

More from this repository10

๐ŸŽฏ
gpui-layout-and-style๐ŸŽฏSkill

GPUI layout and styling skill for building components with CSS-like properties in Rust, covering flexbox layout system, size units, colors, borders, and the Styled trait for chaining styles

๐ŸŽฏ
gpui-async๐ŸŽฏSkill

Async operations and background task management skill for GPUI, covering foreground UI updates and background computation coordination

๐ŸŽฏ
gpui-context๐ŸŽฏSkill

60+ cross-platform desktop UI components for GPUI framework with native macOS/Windows-inspired design, featuring virtualized tables, dock layouts, Markdown/HTML rendering, code editor with LSP support, syntax highlighting via Tree Sitter, and built-in charting.

๐ŸŽฏ
gpui-event๐ŸŽฏSkill

GPUI event handling and subscriptions skill for coordinating between components in Rust, covering custom events, entity observations, event subscriptions, and global app-wide event handling patterns

๐ŸŽฏ
gpui-action๐ŸŽฏSkill

GPUI action definitions and keyboard shortcuts skill for implementing declarative keyboard-driven UI interactions in Rust, covering custom action macros, key binding configuration, context-aware actions, and event subscriptions

๐ŸŽฏ
gpui-entity๐ŸŽฏSkill

Entity management and state handling skill for GPUI, providing safe concurrent access to application state with reactive patterns

๐ŸŽฏ
gpui-style-guide๐ŸŽฏSkill

GPUI Component project style guide covering component structure, trait implementations, naming conventions, and API patterns for consistent code in the gpui-component library

๐ŸŽฏ
gpui-element๐ŸŽฏSkill

Guides implementation of custom elements using GPUI's low-level Element API for maximum control over layout, prepaint, and paint phases in performance-critical UI components

๐ŸŽฏ
gpui-global๐ŸŽฏSkill

GPUI global state management skill for implementing app-wide shared data in Rust, covering the Global trait, set/access/update patterns, and global observers

๐ŸŽฏ
gpui-focus-handle๐ŸŽฏSkill

GPUI focus management and keyboard navigation skill for building keyboard-driven interfaces in Rust, covering focus handles, focus tracking, tab navigation, and focus event handling