Rust skills

939 tagged Rust, measured the same way as everything else here.

Browse within: tauri 81terminal 73local-first 50ai-coding 44p2p 43did 42gossip-protocol 42mutual-credit 42quic 42rust-lang 42Multi-Agent 40multiplexer 38agent-orchestration 31game-engine 31

Azure/azure-sdk-for-rust

Skill Claude CodeCodex ✓ vendor

Enforce consistent struct design conventions across sdk/cosmos crates. Validates visibility modifiers, field privacy, #[nonexhaustive] usage, and construction API patterns (Default/new with with setters, or optional separate builders with builder()/build()), and construction correctness on public structs. Can auto-fix…

not rated 885 today A 83 tokens original MIT

crate-structure

52

xberg-io/html-to-markdown

Skill Claude CodeCodex

Map of the html-to-markdown workspace — the seven crates/ (core, cli, ffi, py, node, php, wasm) with the unsafecode forbid/override rule, the out-of-workspace language packages under packages/, and the primary convert() API with its ConversionResult shape, feature flags, and dual parser. Load when navigating…

not rated 860 5d ago A 95 tokens original MIT

ast-grep

53

vinhnx/VTCode

Skill Claude CodeCodex

Use for ast-grep project setup, rule authoring, rule debugging, and structural search workflows.

not rated 830 today A 24 tokens original Apache-2.0

skill-installer

54

vinhnx/VTCode

Skill Claude CodeCodex

Install VT Code skills into /.agents/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo, including private repos.

not rated 830 today A 52 tokens original Apache-2.0

vinhnx/VTCode

Skill Claude CodeCodex

Migrate an existing Claude, Copilot, Codex, Cursor, Kiro, VS Code, or other client-specific agent plugin to the portable Agent Plugins v1 structure while preserving platform-specific hooks, agents, commands, LSP, UI, and marketplace behavior. Use when auditing, converting, or modernizing an agent plugin.

not rated 830 today A 71 tokens original Apache-2.0

NVIDIA/TileGym

Skill Claude CodeCodex ✓ vendor

Use this skill to convert, port, or translate Triton-TileIR or cuTile-Python GPU kernels to cutile-rs (Rust). The orchestrator runs scripts/preflight.sh, then drives a bounded Agent A -> B -> D -> E pipeline (Agent C is diagnostic, Agent F optional), delegating all kernel/host/correctness/perf work to sub-agents and…

not rated 806 4d ago A 103 tokens

rust-skills

57

sockudo/sockudo

Skill Claude CodeCodex

Comprehensive Rust coding guidelines with 179 rules across 14 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, API design, memory optimization, performance, testing, and common anti-patterns. Invoke with /rust-skills.

not rated 795 today A 62 tokens original MIT

security-audit

58

sockudo/sockudo

Skill Claude CodeCodex

Security audit of a codebase — web apps, APIs, services, CLI tools, libraries, daemons, and more. Use when asked to find security bugs, do a security review, audit for vulnerabilities, or pen-test the code. Focuses on exploitable issues with real impact, not theoretical concerns or industry-standard behavior.

not rated 795 today A 70 tokens copy · 94% MIT

modern-short-video

59

Marve10s/Better-Fullstack

Skill Claude CodeCodex

Create modern product launch/pitch videos using Remotion. Use when creating app promo videos, SaaS launch videos, product demos, or startup pitch videos.

not rated 729 today A 35 tokens original MIT

remotion-animation

60

Marve10s/Better-Fullstack

Skill Claude CodeCodex

Generates animation configurations for Remotion including spring configs, interpolations, easing functions, and timing logic. Focuses ONLY on animation parameters, NOT component implementation. Use when defining animation behavior or when asked to "configure animations", "setup spring configs", "define easing curves".

not rated 729 today A 59 tokens original MIT

remotion-bits

61

Marve10s/Better-Fullstack

Skill Claude CodeCodex

Animation components and utilities for Remotion video projects. Use when building Remotion compositions with text animations, gradient transitions, particle effects, 3D scenes, or staggered motion effects. Provides example bits (complete compositions) and reusable components that can be installed via jsrepo.

not rated 729 today A 60 tokens original MIT

RustExpert

62

val1813/kwcode

Skill Claude CodeCodex

Guidance for Rust programming, including ownership and borrowing, error handling, patterns, and asynchronous code.

not rated 687 +1 3mo ago A 2 tokens

Xoshbin/asyar

Skill Claude CodeCodex

Use before planning or implementing ANY feature, bug fix, refactor, or API change that touches Asyar's architecture — extension system, service layer, IPC contracts, Tauri commands, manifest contributions, or cross-layer data flow. Triggers on new features, new extension APIs, new services, bug fixes involving…

not rated 697 +47 today A 176 tokens GPL-3.0

design-language

64

Xoshbin/asyar

Skill Claude CodeCodex

Use when building, modifying, or fixing any frontend UI in the Asyar launcher — new components, new views, layout changes, styling decisions, new built-in features, visual bug fixes, and anything in settings or onboarding. Answers "what do I use here?" for fonts, colour, typography, spacing, motion, components, and…

not rated 697 +47 today A 72 tokens GPL-3.0

generated-files

65

Xoshbin/asyar

Skill Claude CodeCodex

Never hand-edit or hand-copy generated content. Use when touching permissions.rs, error.rs, AppError/SearchError variants, runtimes/catalog.fallback.json, any #[derive(specta::Type)] struct, any file with an AUTO-GENERATED banner (kinds.ts, gatedPermissions.ts, knownRuntimes.ts, bindings.ts, emoji data), or whenever…

not rated 697 +47 today A 95 tokens GPL-3.0

deep-research

66

qhkm/zeptoclaw

Skill Claude CodeCodex

Systematic multi-phase web research producing thorough, cited reports.

not rated 649 2d ago A 15 tokens original Apache-2.0

github

67

qhkm/zeptoclaw

Skill Claude CodeCodex

Interact with GitHub using the gh CLI for pull requests, issues, and runs.

not rated 649 2d ago A 19 tokens original Apache-2.0

skill-creator

68

qhkm/zeptoclaw

Skill Claude CodeCodex

Create or update ZeptoClaw skills. Use when designing, structuring, or authoring new agent skills.

not rated 649 2d ago A 27 tokens original Apache-2.0

papr-rss

69

l0ng-ai/papr

Skill Claude CodeCodex

Read, search and triage the user's Papr RSS subscriptions from the shell via the papr CLI. Use when the user wants to catch up on their feeds, find or summarize articles they've subscribed to, check what's unread, star/save articles, subscribe to a new feed, or pull new posts. Triggers on: "what's in my feeds", "any…

not rated 521 +1 today A 113 tokens original MIT

check-bounds-safety

70

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Apply type-safe bounds checking patterns using VPIndex/VPLength types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.

not rated 484 today A 46 tokens original Apache-2.0

organize-modules

71

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Apply private modules with public re-exports (barrel export) pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.

not rated 484 today A 47 tokens original Apache-2.0

write-documentation

72

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers voice & tone, prose style (opening lines, explicit subjects, verb tense), structure (inverted pyramid), intra-doc links (crate:: paths, reference-style), constant conventions (binary/byte…

not rated 484 today A 0 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: