Rust skills

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

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

rust-skills

73

leonardomso/rust-skills

Skill Claude CodeCodex

Comprehensive Rust coding guidelines with 265 rules across 26 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, concurrency, unsafe code, API design, memory optimization, performance, numeric safety, conversions, serde, pattern matching, macros…

not rated 482 2mo ago A 84 tokens original MIT

beautify-decoration

74

IvanWng97/pixtuoid

Skill Claude CodeCodex

Iterate on the visual identity of a top-down pixel-art decoration (sprite + layout integration) in pixtuoid. Use when redesigning an existing decoration (pantry, lounge, meeting room, cubicle decor) or adding a new one. Captures the rebuild trap, the visual-verification loop, resolution constraints, sprite-format…

not rated 467 today A 93 tokens original MIT

procedural-lofi

75

IvanWng97/pixtuoid

Skill Claude CodeCodex

Generate a royalty-free lofi (or rain / typing / chime / any ambient) soundtrack ENTIRELY in code — no sampled audio ships. Fingerprint a beloved reference recording, shape synthesis to the measured spectral + temporal curve, freeze one human-blessed take into constant tables, and re-synthesize at launch (loop the…

not rated 467 today A 142 tokens original MIT

two-lens-review

76

IvanWng97/pixtuoid

Skill Claude CodeCodex

Run pixtuoid's review protocol at either scope — the mandatory pre-merge DIFF gate (2+ differentiated-lens agents on the diff) or a whole-codebase AUDIT (subsystem × factor fan-out over the whole tree). Both draw ONE shared factor taxonomy + verify contract + disposition; they differ only in population and…

not rated 467 changed today A 171 tokens original MIT

use-ifclite

77

LTplus-AG/ifc-lite

Skill Claude CodeCodex

Work with IFC / BIM files (.ifc, .ifcx, IFC2X3 / IFC4 / IFC4X3 / IFC5) from the terminal using the ifc-lite CLI — inspect, query, validate (IDS), export (CSV/JSON/IFC/glTF/Parquet), create elements, merge, convert schema versions, diff, clash-check, run BCF collaboration, and script the SDK. Use whenever a task…

not rated 359 today A 142 tokens original MPL-2.0

dirge-code/dirge

Skill Claude CodeCodex

Use when receiving code-review feedback, before implementing suggestions — especially when feedback seems unclear or technically questionable. Verify against the codebase and reason about each item instead of agreeing performatively or implementing blindly.

not rated 339 yesterday A 43 tokens GPL-3.0

dirge-code/dirge

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — find the root cause first instead of guessing at symptom patches.

not rated 339 yesterday A 34 tokens GPL-3.0

writing-skills

80

dirge-code/dirge

Skill Claude CodeCodex

Use when creating, editing, or reviewing a dirge skill — how to structure SKILL.md, write a description that gets the skill loaded at the right time, keep it token-efficient, and verify it actually changes behavior.

not rated 339 yesterday A 49 tokens GPL-3.0

add-model

81

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Adapt and port new LLM model architectures to this xinfer project. Use when the user asks to add, port, support, or adapt a new model (e.g. Llama, Gemma, Qwen, GPT-OSS, DeepSeek, or any HuggingFace architecture) including safetensors and GGUF formats, Dense and MoE architectures, and quantization formats (MXFP4…

not rated 312 yesterday B 95 tokens original MIT

check-model

82

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Check model compatibility with xinfer before loading. Validates config.json, weight tensor shapes and naming, quantization format correctness, and multi-rank (tensor-parallel) divisibility. Use when the user asks to check, validate, audit, or verify a model will load correctly — from a HuggingFace URL/config, local…

not rated 312 yesterday A 76 tokens original MIT

test-model

83

guoqingbao/xinfer

Skill Claude CodeCodexCursor

Test LLM models served by xinfer for correctness, output quality, and performance. Use when the user asks to test, benchmark, validate, or verify models — either from a local folder path or HuggingFace model IDs. Supports all xinfer-compatible formats: BF16, FP8, MXFP4, NVFP4, GGUF, GPTQ, AWQ, ISQ, Dense, MoE, and…

not rated 312 yesterday A 93 tokens original MIT

orchestrate

84

varun29ankuS/shodh-memory

Skill Claude CodeCodex

This skill should be used when the user asks to 'orchestrate a task', 'break down work into parallel agents', 'coordinate subtasks', 'run agents in parallel', or mentions 'multi-agent'. Decomposes complex tasks into tracked subtasks, dispatches parallel subagents, and coordinates until completion.

not rated 275 today A 67 tokens original Apache-2.0

shodh-memory

85

varun29ankuS/shodh-memory

Skill Claude CodeCodex

Persistent memory system for AI agents. Use this skill to remember context across conversations, recall relevant information, and build long-term knowledge. Activate when you need to store decisions, learnings, errors, or context that should persist beyond the current session.

not rated 275 today A 53 tokens original Apache-2.0

edge-python

86

dylan-sutton-chavez/edge-python

Skill Claude CodeCodex

Write, run, test and package Edge Python programs with the edge CLI. Use when editing .py files in an Edge Python project or when the user asks for Edge Python code.

not rated 264 changed today A 39 tokens original Apache-2.0

Dicklesworthstone/asupersync

Skill Claude CodeCodex

Build, migrate, debug, and maintain Asupersync. Use when working with Tokio migration, Cx/Scope/cancellation, local tasks, Lab replay, browser/Wasm, protocols, databases, OTLP, or repository proof.

not rated 270 changed today A 57 tokens

bug-triage

88

phase-rs/phase

Skill Claude CodeCodex

Use when triaging Phase Discord bug reports, syncing reports into triage artifacts, creating or updating GitHub issues, tracking bug clusters, or applying the repository's bug-fix review workflow.

not rated 268 today A 43 tokens original Apache-2.0

oracle-parser

89

phase-rs/phase

Skill Claude CodeCodex

Use when doing any parser work — adding new Oracle text patterns, verb forms, phrase helpers, target patterns, subject handling, effect chain composition, fixing Unimplemented fallbacks, or understanding the parser architecture. This is the SINGLE SOURCE OF TRUTH for all oracle parser knowledge. Covers the nom…

not rated 268 today A 82 tokens original Apache-2.0

pr-review-loop

90

phase-rs/phase

Skill Claude CodeCodex

Use to run a continuous review sweep over open contributor PRs in phase.rs. The skill is a thin orchestration layer over scripts/prreview.py: discover candidates, detect stale reviews/follow-ups, dispatch review-impl for PRs that need judgment, and delegate authorized merge handling to pr-contribution-handler.

not rated 268 today A 66 tokens original Apache-2.0

skills

91

Ariestar/sivtr

Skill Claude CodeCodex

Verify sivtr environment and diagnose issues. Run when sivtr commands fail or return empty results.

not rated 257 today A 19 tokens original Apache-2.0

sivtr-memory

92

Ariestar/sivtr

Skill Claude CodeCodex

Retrieve shared local work memory: terminal activity, AI conversation history, prior decisions, validation evidence, debugging trails, recaps, and handoff context. Use before asking the user to repeat local work context.

not rated 257 today A 46 tokens original Apache-2.0

add-crate

93

y5-snowies/nourish

Skill Claude CodeCodex

Add a new member crate to a Cargo workspace in this repo using the y5-template binary. Use whenever the user asks to add/create/scaffold a new crate, module, or workspace member (e.g. "add a crate under compositor.window", "scaffold action.foo"). Handles the chain-prefix naming convention and non-interactive…

not rated 228 +2 6d ago A 74 tokens original Apache-2.0

symposium

94

symposium-dev/symposium

Skill Claude CodeCodex

Critical information that will help you with Rust development or information about Rust crates.

not rated 225 7d ago A 18 tokens

cargo-release

95

ushironoko/octorus

Skill Claude CodeCodex

A release guide for Rust projects using Cargo, Rust’s build and package tool. It describes the commands, arguments, checks, and stages of the release process.

not rated 222 4d ago A 31 tokens

CodyBontecou/health-md

Skill Claude CodeCodex

Develop or debug the standalone Rust Health.md CLI, portable healthmd-mcp server, and iPhone direct service. Use when changing CLI/MCP tools, Manual IP pairing/transport, Rust protocol/client/storage, Swift↔Rust fixtures, direct query protocol v3, durable raw/file transfer, canonical extraction, or iPhone HealthKit…

not rated 220 4d ago A 81 tokens AGPL-3.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: