yuma yamazaki avatar

yuma yamazaki

Community

@yumazak

12Followers
|
67Public Repos
|
29Published Skills

Agent Skills by yuma yamazaki

Showing 29 vetted skills indexed across 1 GitHub repositories.

yumazakyumazak

m13-domain-error

Categorize domain errors and design recovery strategies for software systems.

Community
Advanced
yumazakyumazak

m15-anti-pattern

Identify common Rust anti-patterns during code review.

Community
Intermediate
yumazakyumazak

coding-guidelines

Applies Rust coding-standards checks to improve consistency across your project.

Community
Intermediate
yumazakyumazak

m10-performance

Identify and mitigate performance bottlenecks in Rust projects with profiling and benchmarking.

Community
Advanced
yumazakyumazak

m12-lifecycle

Design resource lifecycles using RAII, Drop, lazy initialization, and pooling patterns.

Community
Intermediate
yumazakyumazak

m09-domain

Define Entity, Value Object, Aggregate ownership and invariants for domain modeling in Rust and DDD contexts.

Community
Advanced
yumazakyumazak

rust-trait-explorer

Identify trait implementations and their authors in Rust codebases.

Community
Advanced
yumazakyumazak

rust-code-navigator

Navigate Rust code via LSP to locate definitions, references, and hover information.

Community
Advanced
yumazakyumazak

meta-cognition-parallel

Coordinate three concurrent meta-cognition analyses to produce a synthesized solution.

Community
Advanced
yumazakyumazak

domain-fintech

Build auditable fintech domains with immutable transactions and rust_decimal arithmetic.

Community
Advanced
yumazakyumazak

m04-zero-cost

Decide between generics and trait objects for zero-cost abstraction in Rust.

Community
Advanced
yumazakyumazak

m14-mental-model

Explain Rust ownership, borrowing, and lifetimes with mental models and analogies.

Community
Intermediate
yumazakyumazak

rust-call-graph

Visualizes Rust function call relationships using LSP-derived hierarchies and configurable depth/direction options.

Community
Intermediate
yumazakyumazak

m11-ecosystem

Evaluates Rust crates for compatibility and proposes an implementation plan.

Community
Advanced
yumazakyumazak

unsafe-checker

Detect unsafe Rust patterns and enforce safety invariants across codebases.

Community
Advanced
yumazakyumazak

domain-embedded

Enforce no_std constraints and safe hardware ownership in Rust microcontroller code.

Community
Advanced
yumazakyumazak

m07-concurrency

Guide safe Rust concurrency design with Arc<Mutex>, channels, and tokio tasks.

Community
Advanced
yumazakyumazak

m01-ownership

Explain Rust ownership and lifetime errors with fixes for E0382, E0597, E0506, E0507, E0515, E0716, and E0106.

Community
Advanced
yumazakyumazak

rust-deps-visualizer

Render Rust Cargo dependency trees as ASCII art.

Community
Intermediate
yumazakyumazak

m06-error-handling

...

Community
Advanced
yumazakyumazak

domain-ml

{your formula here}

Community
Advanced
yumazakyumazak

rust-router

Routes Rust queries to layered, domain-specific skills for structured answers.

Community
Advanced
yumazakyumazak

domain-iot

Codify IoT constraints and patterns for edge device design.

Community
Advanced
yumazakyumazak

rust-refactor-helper

Automate safe Rust refactoring with LSP-based impact analysis.

Community
Advanced