zerx-lab avatar

zerx-lab

Community

@zerx-lab

84Followers
|
98Public Repos
|
24Published Skills

Agent Skills by zerx-lab

Showing 24 vetted skills indexed across 2 GitHub repositories.

zerx-labzerx-lab

ui-ux-pro-max

Extract and organize UI/UX design guidelines with BM25-based search.

Community
Intermediate
zerx-labzerx-lab

daily-tech-news

Aggregate and summarize daily tech news into a Chinese blog article.

Community
Advanced
zerx-labzerx-lab
62

gpui-code-quality

Enforce GPUI coding best practices during refactoring and code reviews.

Community
Basic
zerx-labzerx-lab
62

gpui-async

Coordinate foreground UI updates with background tasks in GPUI apps.

Community
Advanced
zerx-labzerx-lab
62

github-pull-request-description

Generates a structured GitHub pull request description from metadata and diffs.

Community
Basic
zerx-labzerx-lab
62

gpui-context

Manage GPUI contexts for state updates, notifications, and async tasks.

Community
Intermediate
zerx-labzerx-lab
62

gpui-action

Define GPUI actions and bind keyboard shortcuts with cx.bind_keys().

Community
Intermediate
zerx-labzerx-lab
62

gpui-global

Manage app-wide global state in GPUI with the Global trait.

Community
Intermediate
zerx-labzerx-lab
62

gpui-layout-and-style

Style and lay out GPUI components with a CSS-like API in Rust.

Community
Intermediate
zerx-labzerx-lab
62

gpui-test

Test GPUI components and async operations with #[gpui::test].

Community
Intermediate
zerx-labzerx-lab
62

gpui-style-guide

Standardize GPUI component code patterns across projects.

Community
Basic
zerx-labzerx-lab
62

gpui-element

Implement GPUI Element traits for custom layout, prepaint, and paint phases.

Community
Advanced
zerx-labzerx-lab
62

generate-component-documentation

Generate UI component documentation from established patterns and templates.

Community
Basic
zerx-labzerx-lab
62

gpui-patterns

Consolidate reusable GPUI UI patterns with runnable code samples.

Community
Advanced
zerx-labzerx-lab
62

new-component

Scaffold new GPUI components from existing UI patterns with documentation and stories.

Community
Basic
zerx-labzerx-lab
62

gpui-init

Scaffold GPUI projects with standard Cargo.toml and src/main.rs templates.

Community
Advanced
zerx-labzerx-lab
62

generate-component-story

Generate UI component story examples using section! blocks and existing patterns.

Community
Advanced
zerx-labzerx-lab
62

gpui-event

Define, emit, and subscribe to type-safe events in GPUI components.

Community
Intermediate
zerx-labzerx-lab
62

gpui-troubleshooting

Diagnose GPUI compile errors, runtime panics, and borrow-checker issues.

Community
Basic
zerx-labzerx-lab
62

gpui-styling

Automate GPUI component styling with chainable Tailwind-like utility methods.

Community
Intermediate
zerx-labzerx-lab
62

rust-coding-guidelines

Enforce Rust GPUI coding standards for error handling and naming conventions.

Community
Advanced
zerx-labzerx-lab
62

gpui-fundamentals

Teach core GPUI concepts for building desktop UIs with Rust.

Community
Basic
zerx-labzerx-lab
62

gpui-focus-handle

Manage keyboard focus and navigation with GPUI focus handles and focus events.

Community
Intermediate
zerx-labzerx-lab
62

gpui-entity

Manage concurrent GPUI entity state with Entity<T> and WeakEntity<T>.

Community
Advanced