🦀
QualityHTML

Fast Rust

by PsiACE

Fast Rust is a Quality skill for Claude Code, published by PsiACE in skills.

170 stars7 forkson PsiACE/skillsAdded 2026/09/08Repository updated 2026/08/19
agentbest-practicesclaude-codecodexpythonrustskills
Install in seconds
Install Fast Rust
Copy Fast Rust into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/PsiACE/skills/tree/main/skills/fast-rust ~/.claude/skills/fast-rust

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/PsiACE/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/fast-rust/SKILL.md in PsiACE/skills
Installs to
~/.claude/skills/fast-rust
Collection
One of 4 skills cataloged from this repository
Category
Quality1897 skills

What Fast Rust does

Fast Rust provides guidance for writing, refactoring, and reviewing Rust code with attention to correctness, maintainability, and performance. Use it when designing APIs, handling errors, or improving compile and runtime behavior.

Fast Rust is cataloged under Quality on DirSkills. Fast Rust comes from a repository tagged agent, best-practices, claude-code, codex and python.

Documentation

README

fast-rust

Concise guidance for high-quality Rust engineering, balancing correctness, maintainability, and performance.

Purpose and Triggers

  • Writing new code, refactoring, reviewing, or designing public APIs/CLIs.
  • Rust or files with .rs.
  • Prefer clear boundaries, error semantics, and evolvability.

Decision Order

  1. Correctness and clear boundaries
  2. Readability and maintainability
  3. Extensibility and evolution cost
  4. Performance and optimization

Workflow

  1. Locate the relevant topic below.
  2. Apply the guidance and examples.
  3. Read the reference if you need more detail.

Topics

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Fast Rust

  • What else does PsiACE publish alongside Fast Rust?

    Fast Rust is one of 4 skills that DirSkills catalogs from PsiACE/skills, the repository it ships in. Its siblings there include Friendly Python, Modular Go and Piglet. Each one is a separate skill with its own page in this directory, installs the same way Fast Rust does, and is maintained by PsiACE in that same repository. The rest of the collection is listed on the PsiACE/skills page.

  • How does Fast Rust compare to other Quality skills?

    Fast Rust ranks #1755 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Fast Rust against them. Open each page to compare what they document and how they install.