Local speech-to-text using faster-whisper. 4-6x faster than OpenAI Whisper with identical accuracy; GPU acceleration...

Intelligent skill router and creator. Analyzes ANY input to recommend existing skills, improve them, or create new...

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis,...

CRITICAL: Use for unsafe Rust code review and FFI. Triggers on: unsafe, raw pointer, FFI, extern, transmute, *mut,...

Safe Rust refactoring with LSP analysis. Triggers on: /refactor, rename symbol, move function, extract, 重构, 重命名, 提取函数, 安全重构

Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust...

Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图,...

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature...

CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph,...

CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object,...