Agent Skills by zerx-lab
Showing 24 vetted skills indexed across 2 GitHub repositories.
ui-ux-pro-max
Extract and organize UI/UX design guidelines with BM25-based search.
daily-tech-news
Aggregate and summarize daily tech news into a Chinese blog article.
gpui-code-quality
Enforce GPUI coding best practices during refactoring and code reviews.
gpui-async
Coordinate foreground UI updates with background tasks in GPUI apps.
github-pull-request-description
Generates a structured GitHub pull request description from metadata and diffs.
gpui-context
Manage GPUI contexts for state updates, notifications, and async tasks.
gpui-action
Define GPUI actions and bind keyboard shortcuts with cx.bind_keys().
gpui-global
Manage app-wide global state in GPUI with the Global trait.
gpui-layout-and-style
Style and lay out GPUI components with a CSS-like API in Rust.
gpui-test
Test GPUI components and async operations with #[gpui::test].
gpui-style-guide
Standardize GPUI component code patterns across projects.
gpui-element
Implement GPUI Element traits for custom layout, prepaint, and paint phases.
generate-component-documentation
Generate UI component documentation from established patterns and templates.
gpui-patterns
Consolidate reusable GPUI UI patterns with runnable code samples.
new-component
Scaffold new GPUI components from existing UI patterns with documentation and stories.
gpui-init
Scaffold GPUI projects with standard Cargo.toml and src/main.rs templates.
generate-component-story
Generate UI component story examples using section! blocks and existing patterns.
gpui-event
Define, emit, and subscribe to type-safe events in GPUI components.
gpui-troubleshooting
Diagnose GPUI compile errors, runtime panics, and borrow-checker issues.
gpui-styling
Automate GPUI component styling with chainable Tailwind-like utility methods.
rust-coding-guidelines
Enforce Rust GPUI coding standards for error handling and naming conventions.
gpui-fundamentals
Teach core GPUI concepts for building desktop UIs with Rust.
gpui-focus-handle
Manage keyboard focus and navigation with GPUI focus handles and focus events.
gpui-entity
Manage concurrent GPUI entity state with Entity<T> and WeakEntity<T>.