Agent Skills by yuma yamazaki
Showing 29 vetted skills indexed across 1 GitHub repositories.
m13-domain-error
Categorize domain errors and design recovery strategies for software systems.
m15-anti-pattern
Identify common Rust anti-patterns during code review.
coding-guidelines
Applies Rust coding-standards checks to improve consistency across your project.
m10-performance
Identify and mitigate performance bottlenecks in Rust projects with profiling and benchmarking.
m12-lifecycle
Design resource lifecycles using RAII, Drop, lazy initialization, and pooling patterns.
m09-domain
Define Entity, Value Object, Aggregate ownership and invariants for domain modeling in Rust and DDD contexts.
rust-trait-explorer
Identify trait implementations and their authors in Rust codebases.
rust-code-navigator
Navigate Rust code via LSP to locate definitions, references, and hover information.
meta-cognition-parallel
Coordinate three concurrent meta-cognition analyses to produce a synthesized solution.
domain-fintech
Build auditable fintech domains with immutable transactions and rust_decimal arithmetic.
m04-zero-cost
Decide between generics and trait objects for zero-cost abstraction in Rust.
m14-mental-model
Explain Rust ownership, borrowing, and lifetimes with mental models and analogies.
rust-call-graph
Visualizes Rust function call relationships using LSP-derived hierarchies and configurable depth/direction options.
m11-ecosystem
Evaluates Rust crates for compatibility and proposes an implementation plan.
unsafe-checker
Detect unsafe Rust patterns and enforce safety invariants across codebases.
domain-embedded
Enforce no_std constraints and safe hardware ownership in Rust microcontroller code.
m07-concurrency
Guide safe Rust concurrency design with Arc<Mutex>, channels, and tokio tasks.
m01-ownership
Explain Rust ownership and lifetime errors with fixes for E0382, E0597, E0506, E0507, E0515, E0716, and E0106.
rust-deps-visualizer
Render Rust Cargo dependency trees as ASCII art.
m06-error-handling
...
domain-ml
{your formula here}
rust-router
Routes Rust queries to layered, domain-specific skills for structured answers.
domain-iot
Codify IoT constraints and patterns for edge device design.
rust-refactor-helper
Automate safe Rust refactoring with LSP-based impact analysis.