Local speech-to-text using faster-whisper. 4-6x faster than OpenAI Whisper with identical accuracy; GPU acceleration...
cat ~/最新
浏览最新添加到市场的技能
Summarize huge articles (URL or local file) via a Codex CLI-driven chunk→reduce pipeline, keeping only the final...
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,...
Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety...
CRITICAL: Use for unsafe Rust code review and FFI. Triggers on: unsafe, raw pointer, FFI, extern, transmute, *mut,...
Explore Rust trait implementations using LSP. Triggers on: /trait-impl, find implementations, who implements, trait...
Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list...
Use when creating skills for Rust crates or std library documentation. Keywords: create rust skill, create crate...
"CRITICAL: Use for ALL Rust questions including errors, design, and coding.
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 project dependencies as ASCII art. Triggers on: /deps-viz, dependency graph, show dependencies,...
|
Navigate Rust code using LSP. Triggers on: /navigate, go to definition, find references, where is defined, 跳转定义,...
Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图,...
EXPERIMENTAL: Three-layer parallel meta-cognition analysis. Triggers on: /meta-parallel, 三层分析, parallel analysis, 并行元认知
Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad...
Use when learning Rust concepts. Keywords: mental model, how to think about ownership, understanding borrow checker,...
Use when designing domain error handling. Keywords: domain error, error categorization, recovery strategy, retry,...
Use when designing resource lifecycles. Keywords: RAII, Drop, resource lifecycle, connection pool, lazy...
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,...