33 skills ranked by installs
Coding Guidelines
Write clean Rust code with 50 core style and best practice rules
M07 Concurrency
Manage Rust concurrency with threads async and safe data sharing
M10 Performance
Identify performance bottlenecks and apply proven optimization techniques for faster code
M06 Error Handling
Master Rust error handling choose Result Option or panic with confidence
M02 Resource
Pick the right Rust smart pointer for ownership and threads every time
M01 Ownership
Fix Rust ownership errors by understanding data roles and design choices
M05 Type Driven
Use Rust type magic to prevent bugs before compile time
M04 Zero Cost
Rust zero cost abstraction choose generics or trait objects wisely
M03 Mutability
Solve Rust mutability errors with borrowing rules and interior mutability patterns
M15 Anti Pattern
Find and fix Rust anti-patterns during code reviews to write cleaner code
M09 Domain
Model your software's core ideas using clear patterns like unique items and shareable values
M14 Mental Model
Build Rust intuition with mental models, analogies, and common misconceptions explained.
M12 Lifecycle
Design resource lifecycles using RAII Drop lazy initialization and connection pooling
M13 Domain Error
Design robust error handling with categories and recovery strategies for any system
Unsafe Checker
Verify unsafe Rust code safety and FFI with clear guidance and checks
M11 Ecosystem
Find the best Rust crate and integrate it smoothly into your project
Rust Refactor Helper
Safe Rust refactoring with impact analysis and LSP support for confident code changes
Rust Code Navigator
Use LSP to navigate Rust code find definitions references type info
Rust Call Graph
Visualize Rust function call graphs with LSP depth and direction control
Rust Symbol Analyzer
Analyze your Rust project structure by listing structs traits and functions
Rust Trait Explorer
Discover who implements a trait and what traits a type has in Rust
Domain Cli
Build robust CLI tools with clear help, error handling, and progress bars
Meta Cognition Parallel
Get parallel deep analysis of Rust code across three cognitive layers
Rust Learner
Find Rust version info, crate details, and docs quickly
Domain Web
Build secure and fast web APIs in Rust with clear rules
Rust Daily
Get the latest Rust news and reports from top sources every day week or month
Rust Skill Creator
Create reusable skills from any Rust crate or standard library documentation
Rust Deps Visualizer
Visualize Rust dependencies as easy to read ASCII art trees
Domain Cloud Native
Build cloud-native apps with Kubernetes Docker and observability best practices
Domain Ml
Build fast and efficient ML apps in Rust with proven patterns
Domain Embedded
Develop safe embedded Rust firmware for microcontrollers with no heap
Domain Fintech
Build reliable fintech apps with precise decimal math and immutable records
Domain Iot
Build reliable IoT apps with offline-first design, power management, secure MQTT, and Rust