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