๐ŸŽฏ

domain-cloud-native

๐ŸŽฏSkill

from actionbook/rust-skills

VibeIndex|
What it does
|

A skill providing expertise for building cloud-native applications in Rust, covering Kubernetes, Docker, gRPC with Tonic, microservices, service mesh, observability, and tracing.

๐Ÿ“ฆ

Same repository

actionbook/rust-skills(36 items)

domain-cloud-native

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add actionbook/rust-skills --skill domain-cloud-native
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add actionbook/rust-skills --skill domain-cloud-native
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/domain-cloud-native/SKILL.md

SKILL.md

62Installs
875
-
Last UpdatedFeb 5, 2026

More from this repository10

๐Ÿช
actionbook-rust-skills๐ŸชMarketplace

AI-powered Rust development assistant plugin with meta-cognition framework that traces through cognitive layers for domain-correct architectural solutions

๐ŸŽฏ
coding-guidelines๐ŸŽฏSkill

Provides comprehensive Rust coding guidelines covering naming conventions, best practices, error handling, memory management, concurrency, and code style recommendations.

๐ŸŽฏ
unsafe-checker๐ŸŽฏSkill

A unsafe checker skill from Rust development skills for building performant and safe systems.

๐ŸŽฏ
rust-symbol-analyzer๐ŸŽฏSkill

Analyzes Rust project structure by extracting and categorizing symbols across files using Language Server Protocol (LSP) operations.

๐ŸŽฏ
m04-zero-cost๐ŸŽฏSkill

Guides developers in choosing zero-cost abstractions by analyzing type system errors and runtime polymorphism needs in Rust.

๐ŸŽฏ
m07-concurrency๐ŸŽฏSkill

A m07 concurrency skill from Rust development skills for building performant and safe systems.

๐ŸŽฏ
m01-ownership๐ŸŽฏSkill

Diagnoses and resolves Rust ownership, borrowing, and lifetime errors by tracing design choices and recommending targeted implementation strategies.

๐ŸŽฏ
m06-error-handling๐ŸŽฏSkill

A m06 error handling skill from Rust development skills for building performant and safe systems.

๐ŸŽฏ
m10-performance๐ŸŽฏSkill

A Rust performance optimization skill covering benchmarking, profiling, flamegraph analysis, criterion testing, SIMD, cache optimization, and allocation tuning for making Rust code faster.

๐ŸŽฏ
m12-lifecycle๐ŸŽฏSkill

Guides resource lifecycle design by analyzing creation, usage, cleanup strategies, and ownership patterns for efficient and safe resource management in Rust.