·rust-skills
</>

rust-skills

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.

15Installs·1Trend·@jamals86

Installation

$npx skills add https://github.com/jamals86/kalamdb --skill rust-skills

How to Install rust-skills

Quickly install rust-skills AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/jamals86/kalamdb --skill rust-skills
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: jamals86/kalamdb.

SKILL.md

View raw

Comprehensive guide for writing high-quality, idiomatic, and highly optimized Rust code. Contains 179 rules across 14 categories, prioritized by impact to guide LLMs in code generation and refactoring.

| Priority | Category | Impact | Prefix | Rules |

| 1 | Ownership & Borrowing | CRITICAL | own- | 12 | | 2 | Error Handling | CRITICAL | err- | 12 | | 3 | Memory Optimization | CRITICAL | mem- | 15 | | 4 | API Design | HIGH | api- | 15 | | 5 | Async/Await | HIGH | async- | 15 | | 6 | Compiler Optimization | HIGH | opt- | 12 | | 7 | Naming Conventions | MEDIUM | name- | 16 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/jamals86/kalamdb --skill rust-skills
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from jamals86/kalamdb

Quick answers

What is rust-skills?

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. Source: jamals86/kalamdb.

How do I install rust-skills?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/jamals86/kalamdb --skill rust-skills Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/jamals86/kalamdb