Docker 多服务部署最佳实践 - 遵循生产级 Dockerfile 和 Docker Compose 架构原则。核心原则:Dockerfile 不随环境变化、compose 不包含真实 secret、所有环境差异通过 .env...
AI & LLM
LLM integrations, prompt engineering, and AI orchestration
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,...
Provides the complete Swift Concurrency Migration Guide. Use when migrating to Swift 6, resolving data-race safety...
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 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...
CRITICAL: Use for domain modeling. Triggers: domain model, DDD, domain-driven design, entity, value object,...
CRITICAL: Use for concurrency/async. Triggers: E0277 Send Sync, cannot be sent between threads, thread, spawn,...
CRITICAL: Use for type-driven design. Triggers: type state, PhantomData, newtype, marker trait, builder pattern,...
CRITICAL: Use for generics, traits, zero-cost abstraction. Triggers: E0277, E0308, E0599, generic, trait, impl, dyn,...
CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart...
Use when building ML/AI apps in Rust. Keywords: machine learning, ML, AI, tensor, model, inference, neural network,...
Use when building IoT apps. Keywords: IoT, Internet of Things, sensor, MQTT, device, edge computing, telemetry,...
Use when building fintech apps. Keywords: fintech, trading, decimal, currency, financial, money, transaction,...
Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal,...
This skill should be used when users want to download audio from YouTube videos as high-quality MP3 files with...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an...
This skill automates the docs-as-code LLM execution pattern for complex, multi-step tasks. Use this skill when...
XXE XML外部实体注入测试的专业技能和方法论