80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
coding-guidelines
by rustfs
Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, c...
m15-anti-pattern
by rustfs
Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice, co...
domain-cloud-native
by rustfs
Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service me...
m01-ownership
by rustfs
CRITICAL: Use for ownership/borrow/lifetime issues. Triggers: E0382, E0597, E0506, E0507, E0515, E0716, E0106, value mov...
domain-ml
by rustfs
Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network, deep...
domain-iot
by rustfs
Use when building IoT apps. Keywords: IoT, Internet of Things, sensor, MQTT, device, edge computing, telemetry, actuator...
unsafe-checker
by rustfs
Use when reviewing unsafe code or writing FFI. Keywords: unsafe, raw pointer, FFI, extern, transmute, *mut, *const, unio...
m03-mutability
by rustfs
CRITICAL: Use for mutability issues. Triggers: E0596, E0499, E0502, cannot borrow as mutable, already borrowed as immuta...
m02-resource
by rustfs
CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer, he...
domain-web
by rustfs
Use when building web services. Keywords: web server, HTTP, REST API, GraphQL, WebSocket, axum, actix, warp, rocket, tow...
rust-learner
by rustfs
Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust relea...
m11-ecosystem
by rustfs
Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature fla...
domain-embedded
by rustfs
Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal, fir...
m06-error-handling
by rustfs
CRITICAL: Use for error handling. Triggers: Result, Option, Error, ?, unwrap, expect, panic, anyhow, thiserror, when to...
rust-router
by rustfs
CRITICAL: Use for ALL Rust questions including errors, design, and coding. Triggers on: Rust, cargo, rustc, crate, Cargo...
m04-zero-cost
by rustfs
CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn, whe...
m13-domain-error
by rustfs
Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry, fallba...
m07-concurrency
by rustfs
CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel,...
m09-domain
by rustfs
CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object, aggregate, r...
m14-mental-model
by rustfs
Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, vis...
m05-type-driven
by rustfs
CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern, make in...
m12-lifecycle
by rustfs
Use when designing resource lifecycles. Keywords: RAII, Drop, resource lifecycle, connection pool, lazy initialization,...
domain-cli
by rustfs
Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand, inter...
m10-performance
by rustfs
CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, crite...