rust skills

1,570 tagged rust, measured the same way as everything else here.

Browse within: tui 121tauri 116agent-orchestration 113terminal 113ReAct 98typescript 90macos 75opencode 74coding-agent 68local-first 661c-enterprise 59ai-assistant 59bsl 58sandbox 57

lint-all

01

denoland/deno

Skill Claude CodeCodex

Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed.

108k 2d ago A 24 tokens original MIT

node-compat

02

denoland/deno

Skill Claude CodeCodex

Run a Node.js compatibility test, diagnose failures, and either fix the implementation, skip, or ignore the test. Use when asked to work on node compat tests.

108k 2d ago A 37 tokens original MIT

review-pr

03

denoland/deno

Skill Claude CodeCodex

Review a Deno runtime pull request for correctness, tests, security, and conventions. Use when asked to review a PR or when a PR number/URL is provided for review.

108k 2d ago A 39 tokens original MIT

design-patterns

04

rtk-ai/rtk

Skill Claude CodeCodex

Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones.

78k +233 today A 42 tokens original Apache-2.0

imagegen

05

openinterpreter/openinterpreter

Skill Claude CodeCodex

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

68k 12d ago A 113 tokens copy · 100% Apache-2.0

plugin-creator

06

openinterpreter/openinterpreter

Skill Claude CodeCodex

Create and scaffold plugin directories for Codex with a required .codex-plugin/plugin.json, optional plugin folders/files, valid manifest defaults, and personal-marketplace entries by default. Use when Codex needs to create a new personal plugin, add optional plugin structure, generate or update marketplace entries…

68k 12d ago A 86 tokens copy · 98% Apache-2.0

qa-testing

07

openinterpreter/openinterpreter

Skill Claude CodeCodex

Verify your work by actually operating the app or website you changed, instead of assuming it works. Strongly recommended whenever you build, modify, or debug a web app, website, or desktop GUI app. Drive real browsers with the agent-browser CLI and native desktop apps with the cua-driver CLI. These are installed on…

68k 12d ago A 77 tokens original Apache-2.0

warpdotdev/warp

Skill Claude CodeCodex

GUI desktop app only. Launch two parallel Oz cloud agents with computer use to download and install the latest stable Linux Warp build, capture screenshots while walking through first-time onboarding in both logged-out and logged-in states, then selectively fan out follow-up cloud agents for distinct onboarding…

65k 2d ago A 98 tokens AGPL-3.0

claude-api

09

warpdotdev/warp

Skill Claude CodeCodex

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

65k 2d ago A 193 tokens AGPL-3.0

create-skill

10

warpdotdev/warp

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

65k 2d ago A 64 tokens AGPL-3.0

bugs

11

tw93/Pake

Skill Claude CodeCodex

Proactively sweep a Pake area for latent UX and runtime defects before users report them, using this repo's own fix history and boundary archetypes, and confirm every finding with a probe run this turn. Use for 找找有没有bug, 主动找bug, 有没有隐患, 排查隐患, 举一反三, 上线前扫一遍, 这块可靠吗, latent bug scan, sibling sweep after a fix. Not for an…

61k 2d ago A 0 tokens GPL-3.0

release

12

tw93/Pake

Skill Claude CodeCodex

Prepare, validate, and publish a Pake release. Not for version bumps without release intent.

61k 2d ago A 21 tokens GPL-3.0

pake

13

tw93/Pake

Skill Claude CodeCodex

Package any website or local web build into a lightweight desktop app using Pake (Tauri/Rust). Use when the user wants to: wrap a URL as a native app, build a desktop app from a website or a local dist/ folder, use Pake CLI to package a page, set up proxy for a packaged app, customize app icons or bundle IDs, or…

61k 2d ago A 119 tokens GPL-3.0

best-of-n

14

Hmbown/CodeWhale

Skill Claude CodeCodex

Generate a small set of independent candidate solutions in worktrees, judge them against one explicit rubric, and apply the winner only after PASS verification.

41k 2d ago A 32 tokens original MIT

Hmbown/CodeWhale

Skill Claude CodeCodex

Help a new contributor get productive on this checkout - inspect sync state against main, build, run the repository's exact verification gate, and produce a local what's-new digest. Never fetches, pulls, or modifies a dirty tree on its own. Explicit-only.

41k 2d ago A 57 tokens original MIT

fleet-manager

16

Hmbown/CodeWhale

Skill Claude CodeCodex

Use when managing, triaging, restarting, escalating, or summarizing Codewhale Agent Fleet runs and workers.

41k 2d ago A 26 tokens original MIT

rust-code-quality

17

rustfs/rustfs

Skill Claude CodeCodex

Run a focused Rust quality review when the user requests one, when reviewing a Rust PR/commit, or when another selected review workflow delegates Rust-specific checks. Do not auto-load for every implementation edit.

32k yesterday A 44 tokens original Apache-2.0

rustfs/rustfs

Skill Claude CodeCodex

Run the end-to-end RustFS console gate, version bump, preview validation, human confirmation, and final-tag publication pipeline. Use only when the user explicitly asks to release or publish a RustFS version (发版/发布).

32k yesterday A 52 tokens original Apache-2.0

pr-review

19

rustfs/rustfs

Skill Claude CodeCodex

Review a GitHub PR end-to-end from a URL or number — fetch metadata, inspect the diff, run multi-role adversarial review, check CI status, and post the review comment. Use when the user provides a PR link and asks to review it.

32k yesterday A 55 tokens original Apache-2.0

gpui-component-dev

20

longbridge/gpui-component

Skill Claude CodeCodex

Contributing to the gpui-component library: creating new UI components, writing component stories, writing component documentation, and writing GitHub PR descriptions. Use when adding a new component to crates/ui, writing a story in crates/story/src/stories, creating docs in the docs/ folder, or writing a PR…

14k yesterday A 0 tokens

gpui-component

21

longbridge/gpui-component

Skill Claude CodeCodex

How to use the gpui-component UI library in GPUI applications, and the normative Design and Coding Guides that govern it. Use when building UIs with gpui-component components (Button, Input, Select, Dialog, Tabs, Sidebar, List, Table, etc.), setting up the library, handling component state or theming, finding the…

14k yesterday A 112 tokens

gpui

22

longbridge/gpui-component

Skill Claude CodeCodex

GPUI framework knowledge covering actions/keybindings, async/background tasks, context management (App/Window/Context /AsyncApp), custom elements (low-level Element trait), entity state management, event system, focus handling, global state, layout/styling (flexbox/CSS-like), and testing. Use when working with any…

14k yesterday A 90 tokens

get-convex/convex-backend

Skill Claude CodeCodex

Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own tables, packaging Convex functionality for reuse, or when…

12k 3d ago A 95 tokens

get-convex/convex-backend

Skill Claude CodeCodex

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC conflict errors or mutation retries appear, subscriptions or UI…

12k 3d ago A 97 tokens