GitHub
Skills harvested from GitHub repositories
14810 skills availablerust-learner
Version: 2.1.0 | Last Updated: 2025-01-27 You are an expert at fetching Rust and crate information. Help users by: Versi...
rust-daily
Version: 2.1.0 | Last Updated: 2025-01-27 Fetch Rust community updates, filtered by time range. | Category | Sources | |...
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 ...
meta-cognition-parallel
Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27 This skill tests parallel three-layer cognitive analysi...
m13-domain-error
Layer 2: Design Choices Who needs to handle this error, and how should they recover? Before designing error types: Is th...
m11-ecosystem
!grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" --- Layer 2: Design Cho...
m10-performance
Layer 2: Design Choices What's the bottleneck, and is optimization worth it? Before optimizing: Have you measured? (Don'...
m07-concurrency
Layer 1: Language Mechanics Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency pr...
m06-error-handling
Layer 1: Language Mechanics Is this failure expected or a bug? Before choosing error handling strategy: Can this fail in...
m05-type-driven
Layer 1: Language Mechanics How can the type system prevent invalid states? Before reaching for runtime checks: Can the ...
m04-zero-cost
Layer 1: Language Mechanics Do we need compile-time or runtime polymorphism? Before choosing between generics and trait ...
m03-mutability
Layer 1: Language Mechanics Why does this data need to change, and who can change it? Before adding interior mutability,...
m01-ownership
Layer 1: Language Mechanics Who should own this data, and for how long? Before fixing ownership errors, understand the d...
m02-resource
Layer 1: Language Mechanics What ownership pattern does this resource need? Before choosing a smart pointer, understand:...
domain-web
Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...
domain-ml
Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...
domain-fintech
Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...
domain-iot
Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...
domain-embedded
Target configuration: !cat .cargo/config.toml 2>/dev/null || echo "No .cargo/config.toml found" --- Layer 3: Domain Cons...
domain-cli
Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...
domain-cloud-native
Layer 3: Domain Constraints | Domain Rule | Design Constraint | Rust Implication | |-------------|-------------------|--...
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...
core-actionbook
Pre-computed action manuals for browser automation. Agents receive structured page information instead of parsing entire...
core-dynamic-skills
Version: 2.1.0 | Last Updated: 2025-01-27 Orchestrates on-demand generation of crate-specific skills based on project de...