Skip to content
Development
Skill

/rust

Rust backend patterns, best practices, and implementation guides

From plugin
f5-framework
2434 skills104 agents69 commands
Install
$ npx -y skills add Fujigo-Software/f5-framework-claude --skill rust --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/rust

Context preview

The summary Claude sees to decide when to auto-load this skill.

Rust backend patterns, best practices, and implementation guides

SKILL.md

rust.SKILL.md
name: rust-skills
description: Rust backend patterns, best practices, and implementation guides
category: stacks/backend/rust
applies_to: rust
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

Rust Backend Skills

Memory-safe, concurrent language for reliable backend services.

Sub-Skills

Architecture

  • [project-structure.md](architecture/project-structure.md) - Project layout
  • [error-handling.md](architecture/error-handling.md) - Error design
  • [module-system.md](architecture/module-system.md) - Module patterns

Database

  • [diesel-patterns.md](database/diesel-patterns.md) - Diesel ORM
  • [sea-orm.md](database/sea-orm.md) - SeaORM patterns
  • [sqlx-patterns.md](database/sqlx-patterns.md) - sqlx async
  • [migrations.md](database/migrations.md) - Migration tools

Security

  • [jwt-auth.md](security/jwt-auth.md) - JWT authentication
  • [middleware.md](security/middleware.md) - Auth middleware
  • [input-validation.md](security/input-validation.md) - Validation

API

  • [actix-web.md](api/actix-web.md) - Actix Web patterns
  • [axum.md](api/axum.md) - Axum patterns
  • [rocket.md](api/rocket.md) - Rocket patterns

Error Handling

  • [result-patterns.md](error-handling/result-patterns.md) - Result/Option
  • [thiserror.md](error-handling/thiserror.md) - thiserror crate
  • [anyhow.md](error-handling/anyhow.md) - anyhow patterns

Testing

  • [unit-testing.md](testing/unit-testing.md) - Unit tests
  • [integration.md](testing/integration.md) - Integration tests
  • [mocking.md](testing/mocking.md) - Mock patterns

Performance

  • [async-patterns.md](performance/async-patterns.md) - Async/await
  • [memory.md](performance/memory.md) - Memory optimization

Detection

Auto-detected when project contains:

  • `Cargo.toml` file
  • `main.rs` file
  • `use actix_web` or `use axum` imports
Read more
Ships withf5-framework

AI-Powered Development Framework for Claude Code

Get the whole plugin

Other skills on f5-framework.