Maintainer shelf

Zhanghandong

Reusable agent skills published under this GitHub owner—sorted by stars with aggregate signals below.
41 skills25K GitHub stars0 weekly installsGitHub
Strongest repo by stars
zhanghandong/rust-skills

31 skills · 18K stars total

Open repo

41 skills

makepad-platform
Backend

This skill helps you understand Makepad platform support across macOS, Windows, Linux, Web, and mobile backends and use conditional compilation effectively.

DebuggingDocsFrontendPerformance+3
makepad-dsl
Debugging

This skill helps you write and explain Makepad DSL with inheritance, overriding, and live-reload patterns for efficient UI definitions.

DesignDocsPerformanceScripting+1
makepad-animation
Ai

This skill helps you implement Makepad animation patterns, generating code and answering questions about states, transitions, and timelines for dynamic UI.

Code ReviewFrontendProductivityScripting+1
robius-matrix-integration
Api

This skill helps you integrate Matrix SDK with Makepad applications, enabling real-time timelines, room management, and UI-driven async operations.

BackendIntegration TestsScriptingShell
makepad-splash
Ai

This skill helps you author and execute dynamic Splash scripts for AI-assisted UI, async tasks, and rapid prototyping.

AutomationCliFrontendProductivity+2
molykit
Ai

This skill helps you build cross-platform AI chat interfaces with Makepad using MolyKit, offering ready-made widgets, BotClient, and SSE streaming.

ApiBackendDocsFrontend+2
robius-app-architecture
Backend

This skill guides structuring Makepad apps with Robius patterns, enabling async backend integration, signal-driven UI updates, and Tokio-runtime orchestration.

DebuggingDocsFrontendObservability+2
makepad-shaders
Cli

This skill helps you generate and explain Makepad shader code, focusing on Sdf2d, gradients, and advanced drawing patterns for widgets.

Code ReviewDebuggingDocsFrontend+3
makepad-event-action
Ai

This skill helps you handle Makepad events and actions, enabling widget-to-parent communication and robust event flow.

AutomationDebuggingDocsFrontend+3
makepad-font
Accessibility

This skill helps you configure and render crisp text with Makepad fonts, layouts, and SDF-based GPU rendering.

DesignDocsFrontendPerformance+1
rust-call-graph
Ai

This skill visualizes Rust function call graphs using LSP, helping you quickly understand callers and callees with depth control.

CliCode ReviewDebuggingProductivity+2
rust-symbol-analyzer
Ai

This skill analyzes a Rust project to reveal structure and symbols using LSP, listing modules, structs, traits, and functions.

AutomationCliDebuggingDocs+3
rust-trait-explorer
Cli

This skill helps you explore Rust trait implementations and find all implementors using LSP-driven insights for faster polymorphism understanding.

Code ReviewDebuggingDocsProductivity+1
rust-deps-visualizer
Cli

This skill visualizes Rust project dependencies as ASCII art, helping you quickly understand structure, depth, and feature-driven relationships.

DebuggingProductivityScriptingShell
rust-code-navigator
Cli

This skill helps navigate large Rust codebases by locating definitions, references, and hover info via LSP.

Code ReviewDebuggingDocsProductivity+1
rust-refactor-helper
Code Review

This skill helps you perform safe Rust refactoring with LSP analysis, providing impact checks and automated changes.

ProductivityRefactorScriptingShell
domain-fintech
Backend

This skill helps you design and implement immutable, precise fintech transactions using rust_decimal, event sourcing, and audit trails for compliance.

DatabaseDesignObservabilitySecurity+1
domain-iot
Cli

This skill helps you design offline-first, power-efficient IoT apps with secure, reliable messaging and safe OTA updates.

DebuggingDesignPerformanceProduct+3
domain-cloud-native
Backend

This skill helps you design and run cloud-native Rust services with proper observability, health checks, graceful shutdown, and 12-factor config.

CloudDebuggingDevopsInfra+2
domain-ml
Ai

This skill helps you build efficient Rust ML apps by applying domain constraints for memory, GPU, and model portability.

DataPerformanceShell
domain-embedded
Code Review

This skill helps you implement no_std embedded Rust projects safely by enforcing heapless data structures, interrupt-safe patterns, and clear peripheral

DebuggingDocsPerformanceRefactor+2
m03-mutability
Ai

This skill helps you reason about Rust mutability, choose appropriate patterns, and prevent borrow conflicts across single and multi-thread contexts.

Code ReviewDebuggingRefactorTesting+1
unsafe-checker
Code Review

This skill helps review unsafe Rust code and FFI usage, highlighting safety concerns, soundness, and proper SAFETY comments to prevent undefined behavior.

DebuggingPerformanceSecurityShell
rust-daily
Ai

This skill fetches and summarizes Rust daily, weekly, and monthly updates from major sources to keep you informed efficiently.

AutomationContentDataProductivity+2
m14-mental-model
Docs

This skill helps you learn Rust concepts by mapping ownership, borrowing, and memory layouts to intuitive mental models and practical analogies.

PlanningProductivityResearchUx+1
m15-anti-pattern
Code Review

This skill helps you identify and replace anti-patterns in Rust code, improving idiomatic design and reliability during reviews.

DebuggingDesignPerformanceRefactor+1
m11-ecosystem
Api

This skill helps you choose the right Rust crate and integration approach for a project by evaluating maintenance, scope, and compatibility.

BackendCliPlanningProduct+2
m13-domain-error
Backend

This skill helps design robust domain error handling by classifying errors, guiding recovery, and applying retry, fallback, and circuit-breaker patterns.

DebuggingMonitoringObservabilityPerformance+1
rust-skill-creator
Ai

This skill helps you generate dynamic Rust crate and std library skills from documentation URLs, accelerating llms-based skill creation.

AutomationBackendCliDocs+2
rust-router
Ai

This skill guides Rust questions across errors, design, and coding, routing to the right expertise for precise, actionable guidance.

Code ReviewDebuggingPerformanceStrategy+1
m10-performance
Backend

This skill helps you optimize Rust performance by guiding measurement, profiling, and design choices to reduce allocations, improve cache, and parallelize.

DebuggingPerformanceShell
domain-web
Api

This skill helps you design and implement fast, secure web services in Rust using async, state management, and middleware patterns.

BackendObservabilityPerformanceSecurity+1
m06-error-handling
Code Review

This skill helps you assess and apply error handling strategies in Rust, guiding when to use Result, Option, or panic with context.

DebuggingRefactorTestingShell
m12-lifecycle
Backend

This skill helps you design robust resource lifecycles in Rust by applying RAII, lazy init, and pooling patterns across scopes.

DatabasePerformanceRefactorShell
domain-cli
Automation

This skill helps you design robust CLI tools with layered config, strong error handling, and user-friendly prompts.

CliDebuggingDocsProductivity+1
m09-domain
Backend

This skill helps you model domain concepts in Rust by guiding entity vs value object, aggregates, and repository patterns for correct invariants.

Code ReviewDesignPlanningProductivity+1
m02-resource
Code Review

This skill helps you select appropriate Rust smart pointers for resource management, guiding ownership, threading, and cycle avoidance.

DebuggingDesignPerformanceRefactor+2
m04-zero-cost
Ai

This skill helps you choose between generics and trait objects for zero-cost abstraction in Rust, optimizing performance and flexibility.

DebuggingDocsPerformanceRefactor+1
m07-concurrency
Code Review

This skill helps you design and reason about Rust concurrency, choosing appropriate primitives and avoiding deadlocks.

DebuggingPerformanceProductivityShell
m01-ownership
Code Review

This skill helps you diagnose and resolve Rust ownership and lifetime errors by guiding design decisions and refactoring strategies.

DebuggingDesignGitProductivity+2
m05-type-driven
Debugging

This skill helps you design safer Rust APIs by encoding invariants in types, enabling compile-time validation and zero-cost state transitions.

DesignDocsTestingUnit Tests+1
Full skills directory
Search and filter the entire library—then dive back into this owner anytime.
Browse by topic
See how skills cluster by workflow problem space—not just by repository.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational