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
rustfs

coding-guidelines

by rustfs

star 22.8k

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

rustfs

m15-anti-pattern

by rustfs

star 22.8k

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

rustfs

domain-cloud-native

by rustfs

star 22.7k

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

rustfs

m01-ownership

by rustfs

star 22.7k

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

rustfs

domain-ml

by rustfs

star 22.7k

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

rustfs

domain-iot

by rustfs

star 22.7k

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

rustfs

unsafe-checker

by rustfs

star 22.7k

Use when reviewing unsafe code or writing FFI. Keywords: unsafe, raw pointer, FFI, extern, transmute, *mut, *const, unio...

rustfs

m03-mutability

by rustfs

star 22.7k

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

rustfs

m02-resource

by rustfs

star 22.7k

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

rustfs

domain-web

by rustfs

star 22.7k

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

rustfs

rust-learner

by rustfs

star 22.7k

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

rustfs

m11-ecosystem

by rustfs

star 22.7k

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

rustfs

domain-embedded

by rustfs

star 22.7k

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

rustfs

m06-error-handling

by rustfs

star 22.7k

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

rustfs

rust-router

by rustfs

star 22.7k

CRITICAL: Use for ALL Rust questions including errors, design, and coding. Triggers on: Rust, cargo, rustc, crate, Cargo...

rustfs

m04-zero-cost

by rustfs

star 22.7k

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

rustfs

m13-domain-error

by rustfs

star 22.7k

Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry, fallba...

rustfs

m07-concurrency

by rustfs

star 22.7k

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

rustfs

m09-domain

by rustfs

star 22.7k

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

rustfs

m14-mental-model

by rustfs

star 22.7k

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

rustfs

m05-type-driven

by rustfs

star 22.7k

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

rustfs

m12-lifecycle

by rustfs

star 22.7k

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

rustfs

domain-cli

by rustfs

star 22.7k

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

rustfs

m10-performance

by rustfs

star 22.7k

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