rust-learner

Version: 2.1.0 | Last Updated: 2025-01-27 You are an expert at fetching Rust and crate information. Help users by: Versi...

github

rust-daily

Version: 2.1.0 | Last Updated: 2025-01-27 Fetch Rust community updates, filtered by time range. | Category | Sources | |...

github

m14-mental-model

Layer 2: Design Choices What's the right way to think about this Rust concept? When learning or explaining Rust: What's ...

github

meta-cognition-parallel

Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27 This skill tests parallel three-layer cognitive analysi...

github

m13-domain-error

Layer 2: Design Choices Who needs to handle this error, and how should they recover? Before designing error types: Is th...

github

m11-ecosystem

!grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" --- Layer 2: Design Cho...

github

m10-performance

Layer 2: Design Choices What's the bottleneck, and is optimization worth it? Before optimizing: Have you measured? (Don'...

github

m07-concurrency

Layer 1: Language Mechanics Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency pr...

github

m06-error-handling

Layer 1: Language Mechanics Is this failure expected or a bug? Before choosing error handling strategy: Can this fail in...

github

m05-type-driven

Layer 1: Language Mechanics How can the type system prevent invalid states? Before reaching for runtime checks: Can the ...

github

m04-zero-cost

Layer 1: Language Mechanics Do we need compile-time or runtime polymorphism? Before choosing between generics and trait ...

github

m03-mutability

Layer 1: Language Mechanics Why does this data need to change, and who can change it? Before adding interior mutability,...

github

m01-ownership

Layer 1: Language Mechanics Who should own this data, and for how long? Before fixing ownership errors, understand the d...

github

m02-resource

Layer 1: Language Mechanics What ownership pattern does this resource need? Before choosing a smart pointer, understand:...

github

domain-web

Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...

github

domain-ml

Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...

github

domain-fintech

Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...

github

domain-iot

Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...

github

domain-embedded

Target configuration: !cat .cargo/config.toml 2>/dev/null || echo "No .cargo/config.toml found" --- Layer 3: Domain Cons...

github

domain-cli

Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...

github

domain-cloud-native

Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...

github

core-fix-skill-docs

Version: 2.1.0 | Last Updated: 2025-01-27 Check and fix missing reference files in dynamic skills. /fix-skill-docs [crat...

github

core-actionbook

Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire...

github

core-dynamic-skills

Version: 2.1.0 | Last Updated: 2025-01-27 Orchestrates on-demand generation of crate-specific skills based on project de...

github