34 skills ranked by installs
M15 Anti Pattern
Spot and fix Rust anti-patterns clone everywhere unwrap production idiomatic code
Coding Guidelines
Master Rust coding style with 50 clear rules on naming, formatting, and more
M10 Performance
Find and fix slow code with profiling and smart optimization choices
M07 Concurrency
Pick the correct concurrency pattern for CPU or I/O workloads in Rust
M06 Error Handling
Choose Result Option or panic with confidence using clear rules
Rust Refactor Helper
Safe Rust refactoring with LSP analysis and dry-run previews
M01 Ownership
Fix ownership errors by asking who owns the data and for how long
M04 Zero Cost
Choose between static and dynamic dispatch for zero-cost Rust abstractions
M05 Type Driven
Catch bugs at compile time with type-driven design patterns for safer code
M02 Resource
Choose the right Rust smart pointer for ownership, threads, and cycles
M03 Mutability
Fix borrow conflicts and choose the right mutability pattern in Rust
M12 Lifecycle
Design resource lifecycles with RAII lazy initialization pooling and guards
M14 Mental Model
Build the right mental models for Rust ownership borrowing and lifetimes
M09 Domain
Turn business ideas into safe Rust code with domain driven design
M11 Ecosystem
Pick the right Rust crate and integrate it smoothly every time
M13 Domain Error
Design error categories and recovery patterns for resilient software systems
Rust Trait Explorer
Explore Rust trait implementations and understand polymorphic code with ease
Rust Code Navigator
Quickly navigate Rust code with LSP to find definitions and references
Unsafe Checker
Review unsafe Rust code, raw pointers, and FFI for soundness
Domain Cli
Build professional CLI tools with proper argument parsing and error handling
Rust Symbol Analyzer
Explore Rust project structure with LSP symbols for structs traits and functions
Rust Call Graph
Visualize Rust function call graphs to understand code relationships quickly
Rust Router
Get expert help for all your Rust coding and debugging questions
Rust Deps Visualizer
Turn your Rust project dependencies into an easy to read ASCII tree
Rust Learner
Use this skill to check Rust versions, crate info, and docs
Rust Skill Creator
Create custom skills for Rust crates and standard library documentation
Domain Web
Build fast and safe web services with Rust frameworks like axum and actix
Meta Cognition Parallel
Three parallel experts analyze your Rust question for a smarter solution
Rust Daily
Get Rust news daily weekly or monthly from Reddit blogs and foundation sources
Domain Embedded
Build reliable embedded systems in Rust without heap or operating system
Domain Cloud Native
Build cloud-native apps with containers, Kubernetes, and Rust best practices
Domain Fintech
Build safe fintech apps with exact decimal math and permanent audit trails
Domain Ml
Build fast and reliable machine learning apps in Rust with proven patterns
Domain Iot
Build reliable IoT apps with offline-first design and power-efficient code