moeru-ai/auv

25 agent markdown files indexed from moeru-ai/auv. Install any of them pinned to an exact hash with mdr add moeru-ai/auv/<name>.

ast-grep skill
moeru-ai/auv · .agents/skills/ast-grep/SKILL.md · Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search…
git:20260725.0b88df9 · audit A · 50 stars
auv-wayland-rendering skill
moeru-ai/auv · .agents/skills/auv-wayland-rendering/SKILL.md · Prepare, diagnose, and validate Linux GPU and Wayland environments for AUV rendering and capture through XDG Desktop…
git:20260903.99a9e69 · audit A · 50 stars
create-pr skill
moeru-ai/auv · .agents/skills/create-pr/SKILL.md · Prepare or update AUV pull requests with source-backed API change disclosures, before-and-after usage tables, and…
git:20260913.b48c637 · audit A · 50 stars
domain-cli skill
moeru-ai/auv · .agents/skills/domain-cli/SKILL.md · Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand…
git:20260725.8a8e541 · audit A · 50 stars
domain-cloud-native skill
moeru-ai/auv · .agents/skills/domain-cloud-native/SKILL.md · Use when building cloud-native apps. Keywords: kubernetes, k8s, docker, container, grpc, tonic, microservice, service…
git:20260725.8a8e541 · audit A · 50 stars
domain-ml skill
moeru-ai/auv · .agents/skills/domain-ml/SKILL.md · Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network…
git:20260725.8a8e541 · audit A · 50 stars
domain-web skill
moeru-ai/auv · .agents/skills/domain-web/SKILL.md · Use when building web services. Keywords: web server, HTTP, REST API, GraphQL, WebSocket, axum, actix, warp, rocket…
git:20260725.8a8e541 · audit A · 50 stars
m01-ownership skill
moeru-ai/auv · .agents/skills/m01-ownership/SKILL.md · CRITICAL: Use for ownership/borrow/lifetime issues. Triggers: E0382, E0597, E0506, E0507, E0515, E0716, E0106, value…
git:20260725.8a8e541 · audit A · 50 stars
m02-resource skill
moeru-ai/auv · .agents/skills/m02-resource/SKILL.md · CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer…
git:20260725.8a8e541 · audit A · 50 stars
m03-mutability skill
moeru-ai/auv · .agents/skills/m03-mutability/SKILL.md · CRITICAL: Use for mutability issues. Triggers: E0596, E0499, E0502, cannot borrow as mutable, already borrowed as…
git:20260725.8a8e541 · audit A · 50 stars
m04-zero-cost skill
moeru-ai/auv · .agents/skills/m04-zero-cost/SKILL.md · CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn…
git:20260725.8a8e541 · audit A · 50 stars
m05-type-driven skill
moeru-ai/auv · .agents/skills/m05-type-driven/SKILL.md · CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern, make…
git:20260725.8a8e541 · audit A · 50 stars
m06-error-handling skill
moeru-ai/auv · .agents/skills/m06-error-handling/SKILL.md · CRITICAL: Use for error handling. Triggers: Result, Option, Error, ?, unwrap, expect, panic, anyhow, thiserror, when to…
git:20260725.8a8e541 · audit A · 50 stars
m07-concurrency skill
moeru-ai/auv · .agents/skills/m07-concurrency/SKILL.md · CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn, channel…
git:20260725.8a8e541 · audit A · 50 stars
m09-domain skill
moeru-ai/auv · .agents/skills/m09-domain/SKILL.md · CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object, aggregate…
git:20260725.8a8e541 · audit A · 50 stars
m10-performance skill
moeru-ai/auv · .agents/skills/m10-performance/SKILL.md · CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph…
git:20260725.8a8e541 · audit A · 50 stars
m11-ecosystem skill
moeru-ai/auv · .agents/skills/m11-ecosystem/SKILL.md · Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature…
git:20260725.8a8e541 · audit A · 50 stars
m12-lifecycle skill
moeru-ai/auv · .agents/skills/m12-lifecycle/SKILL.md · Use when designing resource lifecycles. Keywords: RAII, Drop, resource lifecycle, connection pool, lazy initialization…
git:20260725.8a8e541 · audit A · 50 stars
m13-domain-error skill
moeru-ai/auv · .agents/skills/m13-domain-error/SKILL.md · Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry…
git:20260725.8a8e541 · audit A · 50 stars
m14-mental-model skill
moeru-ai/auv · .agents/skills/m14-mental-model/SKILL.md · Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker…
git:20260725.8a8e541 · audit A · 50 stars
m15-anti-pattern skill
moeru-ai/auv · .agents/skills/m15-anti-pattern/SKILL.md · Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice…
git:20260725.8a8e541 · audit A · 50 stars
rust-call-graph skill
moeru-ai/auv · .agents/skills/rust-call-graph/SKILL.md · Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图…
git:20260725.8a8e541 · audit A · 50 stars
rust-code-navigator skill
moeru-ai/auv · .agents/skills/rust-code-navigator/SKILL.md · Navigate Rust code using LSP. Triggers on: /navigate, go to definition, find references, where is defined, 跳转定义, 查找引用…
git:20260725.8a8e541 · audit F · 50 stars
rust-deps-visualizer skill
moeru-ai/auv · .agents/skills/rust-deps-visualizer/SKILL.md · Visualize Rust project dependencies as ASCII art. Triggers on: /deps-viz, dependency graph, show dependencies…
git:20260725.8a8e541 · audit A · 50 stars
rust-refactor-helper skill
moeru-ai/auv · .agents/skills/rust-refactor-helper/SKILL.md · Safe Rust refactoring with LSP analysis. Triggers on: /refactor, rename symbol, move function, extract, 重构, 重命名, 提取函数…
git:20260725.8a8e541 · audit F · 50 stars

Source

github.com/moeru-ai/auv · 50 stars · license Apache-2.0 · pushed 2026-09-23