Search Skills
Found 84133 results
m03-mutability
rustfs
Resolves Rust mutability errors (E0596, E0499, E0502) and borrowing conflicts using interior mutability patterns.
m05-type-driven
rustfs
Enables type-driven design in Rust to enforce compile-time validation and eliminate invalid states using patterns like newtypes and sealed traits.
m01-ownership
rustfs
Resolves Rust ownership, borrowing, and lifetime errors including E0382, E0597, and E0506 through context-aware solutions.
m14-mental-model
rustfs
Provides intuitive mental models and analogies to explain Rust ownership, borrow checker, and memory concepts for beginners transitioning from languages like Java or Python.
m06-error-handling
rustfs
Guides on Rust error handling patterns including Result vs panic usage, custom errors, and propagation best practices.
rust-learner
rustfs
Provides up-to-date information on Rust versions, crate details, and documentation from crates.io and docs.rs.
domain-cloud-native
rustfs
Assists in building cloud-native applications using container orchestration, microservices, and service mesh patterns for scalable deployment.
m09-domain
rustfs
Assists in creating and validating domain models, entities, aggregates, and business rules following Domain-Driven Design principles.
domain-cli
rustfs
Framework for developing Rust-based command-line interfaces with argument parsing, subcommands, and TUI features.
m02-resource
rustfs
Explains Rust's smart pointer patterns including Box, Rc, Arc, and reference counting for effective resource management and memory safety.
domain-ml
rustfs
Enables development of machine learning and AI applications in Rust, supporting model training, inference, and deep learning with Rust libraries.
m10-performance
rustfs
Optimizes software performance through profiling, benchmarking, and code analysis to improve speed and resource efficiency.
rust-router
rustfs
Expert assistance for Rust programming, covering error debugging, code implementation, and core language concepts like ownership and async.
rust-daily
rustfs
Provides daily, weekly, and monthly Rust programming language news and reports for developers and enthusiasts.
m12-lifecycle
rustfs
Manages resource lifecycles in Rust using RAII, Drop, and scope guard patterns for efficient cleanup and resource handling.
rust-skill-creator
rustfs
Generates specialized documentation skills for Rust crates and standard library, streamlining technical documentation tool creation.
coding-guidelines
rustfs
Provides Rust code style guidance including naming conventions, formatting with rustfmt, and linting via clippy for best practices.
domain-embedded
rustfs
Provides Rust tooling for embedded systems development without std, targeting microcontrollers and bare-metal environments.
domain-fintech
rustfs
Provides domain-specific utilities for handling financial operations including currency, transactions, and precision calculations in fintech applications.
m07-concurrency
rustfs
Provides utilities for managing Rust concurrency patterns including threads, async/await, and synchronization primitives to prevent deadlocks and race conditions.
m13-domain-error
rustfs
Designs robust domain error handling systems with categorization, recovery strategies, and resilience patterns for application reliability.
unsafe-checker
rustfs
Reviews and assists in writing safe wrappers for Rust's unsafe code and FFI to prevent undefined behavior and ensure memory safety.
m04-zero-cost
rustfs
Resolves Rust compiler errors related to generics, traits, and zero-cost abstractions.
domain-web
rustfs
Enables development of web services in Rust with REST, GraphQL, and WebSocket APIs using middleware and authentication features.