rust▌
37 indexed skills · max 10 per page
rust-expert-best-practices-code-review
wispbit-ai/skills · Backend
Simple, pragmatic, opinionated. Only what matters for writing production-grade Rust code.
rust-async-patterns
wshobson/agents · Backend
$22
rust-skills
leonardomso/rust-skills · Backend
179 Rust coding rules across 14 categories, prioritized by impact for writing idiomatic, optimized, and maintainable code. \n \n Covers critical foundations: ownership and borrowing, error handling, memory optimization, and API design with detailed rules and examples \n Includes high-priority async/await patterns, compiler optimization techniques, and performance tuning strategies for production systems \n Provides medium-priority guidance on naming conventions, type safety, testing, documentati
rust-backend
windmill-labs/windmill · Backend
Apply these Windmill-specific patterns when writing Rust code in backend/.
rust-trait-explorer
zhanghandong/rust-skills · Backend
Explore Rust trait implementations and find all types implementing a trait or traits implemented by a type. \n \n Supports two primary queries: find all implementors of a trait using LSP goToImplementation , or discover all traits implemented by a struct using grep pattern matching \n Generates structured output including trait definitions, implementation tables, code snippets, and implementation hierarchies \n Provides coverage analysis to verify all trait methods are implemented and identifies
join-meeting
pattern-ai-labs/agentcall · productivity
Agentcall (join-meeting) lets your AI agent to join meetings and collaborate like a real teammate
rust-engineer
jeffallan/claude-skills · Backend
Writes, reviews, and debugs idiomatic Rust code with memory safety and zero-cost abstractions. \n \n Handles ownership patterns, lifetime annotation, borrowing design, and trait hierarchies with generics and associated types \n Implements async/await applications with tokio, concurrent task spawning, and proper error propagation via Result/Option \n Enforces validation through cargo clippy, rustfmt, and comprehensive testing (unit, integration, doctests) \n Minimizes unsafe code with documented
rust-call-graph
actionbook/rust-skills · Backend
Visualize function call relationships using LSP call hierarchy.
rust-best-practices
apollographql/skills · Backend
Idiomatic Rust coding standards based on Apollo GraphQL's best practices handbook. \n \n Covers nine core areas: coding styles and idioms, clippy linting, performance optimization, error handling, testing patterns, generics and dispatch, type state pattern, documentation, and pointer safety \n Emphasizes borrowing over cloning, Result-based error handling with thiserror/anyhow, and performance profiling with release builds \n Includes quick reference guidance on ownership patterns, panic avoidan
rust-pro
sickn33/antigravity-awesome-skills · Backend
You are a Rust expert specializing in modern Rust 1.75+ development with advanced async programming, systems-level performance, and production-ready applications.