TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
ZhangHanDong

m07-concurrency

by ZhangHanDong

star 693

CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel,...

ZhangHanDong

domain-ml

by ZhangHanDong

star 693

Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network, deep...

ZhangHanDong

domain-cloud-native

by ZhangHanDong

star 693

Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service me...

ZhangHanDong

m05-type-driven

by ZhangHanDong

star 693

CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern, make in...

ZhangHanDong

domain-embedded

by ZhangHanDong

star 693

Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal, fir...

ZhangHanDong

domain-iot

by ZhangHanDong

star 693

Use when building IoT apps. Keywords: IoT, Internet of Things, sensor, MQTT, device, edge computing, telemetry, actuator...

ZhangHanDong

domain-fintech

by ZhangHanDong

star 693

Use when building fintech apps. Keywords: fintech, trading, decimal, currency, financial, money, transaction, ledger, pa...

ZhangHanDong

domain-web

by ZhangHanDong

star 693

Use when building web services. Keywords: web server, HTTP, REST API, GraphQL, WebSocket, axum, actix, warp, rocket, tow...

ZhangHanDong

m15-anti-pattern

by ZhangHanDong

star 693

Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice, co...

ZhangHanDong

m02-resource

by ZhangHanDong

star 693

CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer, he...

ZhangHanDong

m14-mental-model

by ZhangHanDong

star 693

Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker, vis...

ZhangHanDong

m04-zero-cost

by ZhangHanDong

star 693

CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn, whe...

ZhangHanDong

m11-ecosystem

by ZhangHanDong

star 693

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature fla...

ZhangHanDong

m09-domain

by ZhangHanDong

star 693

CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object, aggregate, r...

ZhangHanDong

rust-learner

by ZhangHanDong

star 693

Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust relea...

ZhangHanDong

coding-guidelines

by ZhangHanDong

star 693

Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, c...

ZhangHanDong

m12-lifecycle

by ZhangHanDong

star 693

Use when designing resource lifecycles. Keywords: RAII, Drop, resource lifecycle, connection pool, lazy initialization,...

ZhangHanDong

m10-performance

by ZhangHanDong

star 693

CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, crite...

ZhangHanDong

m03-mutability

by ZhangHanDong

star 693

CRITICAL: Use for mutability issues. Triggers: E0596, E0499, E0502, cannot borrow as mutable, already borrowed as immuta...

ZhangHanDong

rust-router

by ZhangHanDong

star 693

CRITICAL: Use for ALL Rust questions including errors, design, and coding. HIGHEST PRIORITY for: 比较, 对比, compare, vs...

ZhangHanDong

m01-ownership

by ZhangHanDong

star 693

CRITICAL: Use for ownership/borrow/lifetime issues. Triggers: E0382, E0597, E0506, E0507, E0515, E0716, E0106, value mov...

ZhangHanDong

rust-daily

by ZhangHanDong

star 693

CRITICAL: Use for Rust news and daily/weekly/monthly reports. Triggers on: rust news, rust daily, rust weekly, TWIR, rus...

ZhangHanDong

m06-error-handling

by ZhangHanDong

star 693

CRITICAL: Use for error handling. Triggers: Result, Option, Error, ?, unwrap, expect, panic, anyhow, thiserror, when to...

ZhangHanDong

domain-cli

by ZhangHanDong

star 693

Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand, inter...