rust▌
34 indexed skills · max 10 per page
rust-symbol-analyzer
actionbook/rust-skills · Backend
Analyze project structure by examining symbols across your Rust codebase.
rust-desktop-applications
bobmatnyc/claude-mpm-skills · Backend
Rust has emerged as a premier language for building desktop applications that combine native performance with memory safety. The ecosystem offers two main approaches: Tauri for hybrid web UI + Rust backend apps (think Electron but 10x smaller and faster), and native GUI frameworks like egui, iced, and slint for pure Rust interfaces.
systems-programming-rust-project
sickn33/antigravity-awesome-skills · Backend
You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing setup, and configuration following Rust best practices.
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.
rust-learner
actionbook/rust-skills · Backend
Version: 2.1.0 | Last Updated: 2025-01-27
rust-daily
zhanghandong/rust-skills · Backend
Aggregates Rust community news and updates from multiple sources, filtered by time range. \n \n Fetches from five primary sources: Reddit r/rust, This Week in Rust, official Rust blog, Inside Rust, and Rust Foundation news/blog/events \n Supports three time ranges (day, week, month) and category filtering (all, ecosystem, official, foundation) \n Operates in two modes: agent-based (if rust-daily-reporter.md exists) or inline (direct source fetching via agent-browser, actionbook MCP, or WebFetch)
rust-router
zhanghandong/rust-skills · Backend
Router for Rust questions, errors, and design patterns across ownership, async, and domain-specific architectures. \n \n Routes all Rust queries through a three-layer cognitive framework: language mechanics (ownership, borrowing, lifetimes), design choices (patterns, performance, error handling), and domain constraints (web, fintech, embedded, CLI) \n Automatically triggers negotiation mode for comparative queries (\"vs\", \"best practice\", \"compare\") and dual-skill loading when domain keywor
rust-patterns
affaan-m/everything-claude-code · Backend
Idiomatic Rust patterns and best practices for building safe, performant, and maintainable applications.
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-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