Skip to content
Development
Command

/skill-index

Query Rust skills by meta-question category or technical subcategory.

From plugin
rust-skills
1.4k21 skills11 agents21 commands1 hook
+1
Install
> /plugin marketplace add zhanghandong/rust-skills
> /plugin install rust-skills@rust-skills

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/skill-index

Context preview

What this command does when you run it.

Query Rust skills by meta-question category or technical subcategory.

Command definition

skill-index.md

/skill-index

Query Rust skills by meta-question category or technical subcategory.

Usage

/skill-index <query>

Parameters

  • `query` (required): Meta-question code (e.g., `m01`), tech category (e.g., `200`), or keyword

Examples

/skill-index m01             # Memory ownership skills
/skill-index m07             # Concurrency skills
/skill-index 200             # Web development (Axum)
/skill-index 250             # Tokio runtime
/skill-index ownership       # Search by keyword
/skill-index tokio           # Search by crate name

Query Format

By Meta-Question (XX)

  • `m01` - Memory Ownership & Lifetimes
  • `m02` - Resource Management Balance
  • `m03` - Mutability Boundaries
  • `m04` - Zero-Cost Abstractions
  • `m05` - Type-Driven Design
  • `m06` - Error Handling Philosophy
  • `m07` - Concurrency Correctness
  • ~~`m08`~~ - Merged into `unsafe-checker`
  • `m09` - Domain Constraint Mapping
  • `m10` - Performance Optimization Model
  • `m11` - Ecosystem Integration
  • `m12` - Domain Lifecycle
  • `m13` - Domain Error Patterns
  • `m14` - Mental Model Construction
  • `m15` - Error Pattern Recognition

By Tech Category (YYY)

  • `001-099` - Language Core
  • `100-199` - Standard Library
  • `200-299` - Web Development
  • `250-299` - Async/Concurrency
  • `400-499` - Data Processing
  • `500-599` - Systems Programming
  • `700-799` - Embedded Development
  • `800-899` - Cross-Language Integration
  • `850-899` - Toolchain & Build

By Domain Extension

  • `F*` - FinTech
  • `M*` - Machine Learning
  • `CN*` - Cloud Native
  • `IoT*` - Internet of Things

Output

Returns matching skills with:

  • Category code and name
  • Related technical subcategories
  • Key concepts and keywords
  • Cognitive level range (L0-L4)
Read more
Ships withrust-skills

AI-powered Rust development assistant with meta-cognition framework

Get the whole plugin