Skills tagged "rust" (58)

58 Claude Code skills tagged "rust". Test each skill in the interactive playground.

🔍 Rust Optimization
This skill helps optimize Rust performance and memory usage by applying caching, parallelization, and async strategies to compute-intensive tasks.
rustperformancebackenddebugging
🧪 Port C Module
This skill guides porting a C module to Rust, outlining analysis, planning, and integration to ensure a safe, idiomatic Rust implementation.
rusttestingintegration-testsmigration
🔍 Rust Performance
This skill helps you optimize Rust performance by guiding profiling, memory layout, and NUMA-aware strategies to reduce hot-path costs.
rustperformancedebuggingcode-review
🧪 Analyze Rust Ffi Crate Surface
This skill analyzes Rust FFI crate surfaces to map C-visible symbols and their usage in the C codebase.
rustdebuggingcode-reviewapi
🧪 Gpui
This skill helps you apply GPUI best practices to desktop UI development, improving performance, reliability, and maintainability across views, state, events,
rustfrontendperformancetesting
🔍 Rust Backend
This skill enforces Rust backend coding guidelines to improve safety, readability, and maintainability when editing backend code.
rustbackendcode-reviewlinting
📝 Rust Docs Guidelines
This skill helps Rust projects improve documentation quality by applying consistent intra-documentation linking and focusing on explanation of concepts.
rustdocswriting
🐛 Rust Mutability
This skill analyzes Rust interior mutability patterns and guides safe, efficient use of Cell, RefCell, Mutex, and RwLock across single- and multi-threaded
rustdebuggingperformance
🎨 Biome
This skill provides ultra-fast TypeScript/React linting and formatting with a single Rust tool, replacing ESLint and Prettier for faster code quality.
lintingformattingrustreact
🧪 Check Rust Coverage
This skill identifies uncovered Rust test lines by executing cargo llvm-cov and reports per-file gaps to guide targeted testing.
rusttestingdebuggingautomation
🎨 Code Review
This skill helps you review code for Rust, React, and databases, identifying risks, regressions, and incorrect typings to improve reliability.
code-reviewbackendfrontendrust
⚙️ Code Symbols
This skill uses ast-grep to search and edit code symbols across languages, enabling finding definitions, usages, and renaming.
cliscriptingrustgo
⚙️ Create Github Issue
This skill creates GitHub issues using gh with repository templates, automatically filling fields, labels, assignees, milestones, and draft options.
cligitautomationci-cd
📋 Devcontainer Setup
This skill creates pre-configured devcontainers with Claude Code and language tooling for Python, Node, Rust, or Go, enabling isolated, persistent development
devopspythongorust
🎨 Dioxus Knowledge Patch
This skill helps you write up-to-date Dioxus 0.5+ code, RSX, signals, server functions, and components across platforms.
rustfrontendfullstackcode-review
⚙️ Dns Tools
This skill helps you perform fast, readable DNS queries with DoT/DoH support and machine-parseable JSON for automation.
cliscriptingrustautomation
📋 Docs
This skill helps you engage with Moltbook by posting, commenting, voting, and creating communities to grow your agent presence.
aicommunityrustsocial-media
🛡️ Dust Breaking Changes
This skill prevents breaking private API changes by enforcing explicit user approval and guiding safe, backwards-compatible alternatives.
apibackendcode-reviewsecurity
⚙️ Dust Call Agent
This skill helps you access Dust agents to read, create, and manage information and tasks across projects, Slack, Notion, or Drive.
aiautomationproductivitycli
🎨 Dust Writing React Effects
This skill guides writing React components to avoid unnecessary useEffect by deriving state during render and avoiding effect-driven updates.
reactfrontendcode-reviewrefactor
🧪 Hrea Integration
This skill helps you integrate hREA GraphQL mappings with ValueFlows, enabling proposal creation, prerequisite management, and automatic retry of queued items.
typescriptgraphqlsveltekitfrontend
⚙️ Image Compress Skill
This skill automatically compresses images by routing between WebP and optimized PNG, delivering smaller files with minimal quality loss.
rustperformanceautomationcli
🧪 Implementation
This skill guides test-driven development workflows for implementing features, refactoring, and bug fixes in a Rust-based multi-agent trading bot.
rusttestingcode-reviewdebugging
📝 Index Knowledge
This skill generates a hierarchical AGENTS.md knowledge base for a codebase, creating root and subdirectory documentation with complexity scoring.
databasesqlrustdocs
🐛 Khala Logs
This skill checks Khala deployment logs from the CLI to diagnose errors, verify deployment, and understand which functions ran and their outcomes.
debuggingclidevopsmonitoring
📋 Lang Rust
This skill helps you build high-performance, memory-safe Rust applications using Axum, Tokio, SQLx, and Serde with best practices.
rustbackendapiperformance
🔍 Lint
This skill checks code quality and formatting before committing, guiding you to fix lint, clippy, and license issues.
lintingformattingcode-reviewci-cd
📋 Markdown Docs
This skill helps you understand Materialize queries, sources, sinks, and views by summarizing key concepts from the official docs.
sqldatabasedataanalytics
🧪 Minimize Rust Ffi Crate Surface
This skill analyzes Rust FFI crates to remove symbols unused or only used in tests, reducing surface area and compilation overhead.
rustrefactortestingcode-review
🐛 Multiversx Blockchain Data
This skill helps you read on-chain state from MultiversX contracts, exposing caller info, balances, block data, and token metadata for safer logic.
datarustapiobservability
📋 Multiversx Cache Patterns
This skill helps developers implement gas-optimized multiversx cache patterns with drop-based write-back and read-only caches.
rustperformancedata
🛡️ Multiversx Constant Time
This skill helps auditors verify constant-time cryptographic operations to prevent timing leaks in smart contracts and security-sensitive code.
securitycode-reviewrusttesting
🐛 Multiversx Cross Contract Calls
This skill streamlines cross-contract calls in MultiversX by guiding typed proxies, callbacks, and tx-builder usage for safe, efficient inter-contract
rustdocsdebuggingperformance
🐛 Qwen3 Tts Profile
This skill profiles and benchmarks qwen3-tts-rs inference inside a CUDA Docker container, producing Chrome Trace, timing breakdowns, and bottleneck insights.
performancedebuggingrust
⚙️ Release
This skill automates releasing all screenpipe monorepo components, bumps versions, generates changelogs, and triggers CI workflows to streamline shipping.
releaseautomationci-cdrust
⚙️ Rotz Dotfiles
This skill helps you manage rotz-based dotfiles, configuring installs, links, and structure for fast, maintainable setups.
rustscriptingdevopsautomation
🧪 Run Rust Tests
This skill analyzes Rust changes and runs affected crate tests to verify correctness after edits.
testingdebuggingrustci-cd
🐛 Rust Async
This skill helps you implement and optimize advanced Rust async patterns, including streams, backpressure, cancellation, and join operations, across real-world
rustperformancebackenddebugging
🧪 Rust Best Practices
This skill helps you write idiomatic Rust code by applying Apollo's best practices for ownership, error handling, testing, and performance.
rustperformancetestingcode-review
📋 Rust Distributed
This skill helps you design and optimize distributed Rust systems, covering Raft, 2PC, consensus, and distributed transactions for reliability.
rustperformancebackend
🐛 Rust Gpu
This skill helps optimize GPU memory management and CUDA/OpenCL workflows in Rust engineering, enabling efficient data transfer, memory access, and kernel
rustperformancedebuggingscripting
🔍 Rust Knowledge Patch
This skill helps you leverage Rust 2024-2026 features, including async closures and extract_if, to modernize code safely and efficiently.
rustaicode-reviewdebugging
🧪 Rust Skill
This skill helps you diagnose and optimize Rust code by guiding ownership, lifetimes, concurrency, and async patterns with practical examples.
rustdebuggingperformancetesting
🔍 Rust Unsafe
This skill helps engineers write safer, higher-performance unsafe Rust code by enforcing SAFETY comments, validating patterns, and guiding FFI and pointer use.
rustperformancedebuggingcode-review
🔍 Rust Zero Cost
This skill helps Rust engineers optimize generic and trait-object usage, balancing zero-cost abstractions with runtime flexibility for safer, scalable code.
rustperformancedesignrefactor
📋 Screenpipe Search
This skill lets you search your locally recorded screen, audio, and UI events to quickly recall meetings, apps used, and moments.
aianalyticsdataproductivity
🛡️ Skill
This skill guides Stellar and Soroban development end-to-end, enabling secure asset issuance, dApp frontends, and RPC-driven integrations.
rustjavascriptfrontendtesting
🧪 Solana Sdk Zig
This skill helps Zig developers implement Solana SDK features with Rust-compatible references, module mappings, and integration tests.
rusttestingintegration-tests
⚙️ Stellar Skills
This skill helps you develop Stellar and Soroban dApps by guiding wallet integration, contract deployment, and RPC usage across networks.
rustjavascripttypescriptbackend
🧪 Tdd Workflow
This skill guides you through test-driven development cycles, ensuring 80%+ coverage via red-green-refactor, with tests, code, and refactor steps.
testingunit-testsintegration-testsrust
🧪 Testing
This skill guides you in writing and running tests across .sqltest and Rust, enabling reliable SQL compatibility and regression coverage.
testingdatabaserustsql
🧪 Testing Patterns
This skill guides you in writing and debugging unit and integration tests, mocking services, and testing Tryorama scenarios.
testingunit-testsintegration-testssveltekit
🧪 Testing Strategy
This skill helps you design and enforce robust testing strategies for Rust and front-end components, guiding unit, integration, and TDD practices.
testingunit-testsintegration-testsrust
🛡️ Valinor
This skill connects you to Valinor MAD, enabling AI agents to meet, chat, form friendships, and exchange mail for collaboration.
aiautomationrustcli
🧪 Worker Logs
This skill helps you tail and inspect Cloudflare Worker logs from the CLI to debug API 401/500 and inspect headers.
debuggingobservabilityclicloud
🧪 Worktrunk Review
This skill reviews a pull request for idiomatic Rust, project conventions, and code quality to improve maintainability.
rustcode-reviewunit-testsgit
🛡️ Yara Rule Authoring
This skill guides authoring of high quality YARA-X rules for malware detection, focusing on performance, accuracy, and safe migration.
securityrustpythonperformance
🦀 Rust Expert
Write safe, performant Rust with proper error handling, ownership, and idiomatic patterns
rustsystemsownershipasync

More Tags

automation (2772) ai (1905) testing (1783) backend (1548) scripting (1540) debugging (1486) code-review (1426) docs (1343) api (1309) frontend (1279) productivity (1166) devops (1160) data (1050) workflow (1015) cli (1007) performance (984) security (836) analytics (822) design (787) python (653)

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.