1 repo · 34 skills
Repositories
Skills — ranked by installs
M15 Anti Patternrust-skills
Spot and fix Rust anti-patterns clone everywhere unwrap production idiomatic code
Coding Guidelinesrust-skills
Master Rust coding style with 50 clear rules on naming, formatting, and more
M10 Performancerust-skills
Find and fix slow code with profiling and smart optimization choices
M07 Concurrencyrust-skills
Pick the correct concurrency pattern for CPU or I/O workloads in Rust
M06 Error Handlingrust-skills
Choose Result Option or panic with confidence using clear rules
Rust Refactor Helperrust-skills
Safe Rust refactoring with LSP analysis and dry-run previews
M01 Ownershiprust-skills
Fix ownership errors by asking who owns the data and for how long
M04 Zero Costrust-skills
Choose between static and dynamic dispatch for zero-cost Rust abstractions
M05 Type Drivenrust-skills
Catch bugs at compile time with type-driven design patterns for safer code
M02 Resourcerust-skills
Choose the right Rust smart pointer for ownership, threads, and cycles
M03 Mutabilityrust-skills
Fix borrow conflicts and choose the right mutability pattern in Rust
M12 Lifecyclerust-skills
Design resource lifecycles with RAII lazy initialization pooling and guards
M14 Mental Modelrust-skills
Build the right mental models for Rust ownership borrowing and lifetimes
M09 Domainrust-skills
Turn business ideas into safe Rust code with domain driven design
M11 Ecosystemrust-skills
Pick the right Rust crate and integrate it smoothly every time
M13 Domain Errorrust-skills
Design error categories and recovery patterns for resilient software systems
Rust Trait Explorerrust-skills
Explore Rust trait implementations and understand polymorphic code with ease
Rust Code Navigatorrust-skills
Quickly navigate Rust code with LSP to find definitions and references
Unsafe Checkerrust-skills
Review unsafe Rust code, raw pointers, and FFI for soundness
Domain Clirust-skills
Build professional CLI tools with proper argument parsing and error handling
Rust Symbol Analyzerrust-skills
Explore Rust project structure with LSP symbols for structs traits and functions
Rust Call Graphrust-skills
Visualize Rust function call graphs to understand code relationships quickly
Rust Routerrust-skills
Get expert help for all your Rust coding and debugging questions
Rust Deps Visualizerrust-skills
Turn your Rust project dependencies into an easy to read ASCII tree
Rust Learnerrust-skills
Use this skill to check Rust versions, crate info, and docs
Rust Skill Creatorrust-skills
Create custom skills for Rust crates and standard library documentation
Domain Webrust-skills
Build fast and safe web services with Rust frameworks like axum and actix
Meta Cognition Parallelrust-skills
Three parallel experts analyze your Rust question for a smarter solution
Rust Dailyrust-skills
Get Rust news daily weekly or monthly from Reddit blogs and foundation sources
Domain Embeddedrust-skills
Build reliable embedded systems in Rust without heap or operating system
Domain Cloud Nativerust-skills
Build cloud-native apps with containers, Kubernetes, and Rust best practices
Domain Fintechrust-skills
Build safe fintech apps with exact decimal math and permanent audit trails
Domain Mlrust-skills
Build fast and reliable machine learning apps in Rust with proven patterns
Domain Iotrust-skills
Build reliable IoT apps with offline-first design and power-efficient code