83,201 skills sorted by stars.
Emit info-level logs to file during task execution, similar to logger.info() calls in code
Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device manageme...
Create with AI video tools on Runway - generate videos, edit with AI, and use creative ML models
Calculate cash runway, burn rate, and financial sustainability projections
Provides comprehensive guidance for Runway ML including AI video generation, image editing, and creative AI tools. Use w...
SQLite database bindings for Rust
Правила сокращений в русском тексте по справочнику Мильчина и Чельцовой. Используй при работе с любым русским текстом, г...
Правила цитирования, оформления примечаний и библиографических ссылок в русском тексте по справочнику Мильчина и Чельцов...
Комплексная проверка оформления русского текста по справочнику Мильчина и Чельцовой. Это мета-навык, который организует...
Правила оформления перечней (списков) в русском тексте по справочнику Мильчина и Чельцовой. Используй при создании или р...
Правила написания имён собственных, прописных букв и кавычек в русском тексте по справочнику Мильчина и Чельцовой. Испол...
Правила оформления чисел, дат, времени и знаков в русском тексте по справочнику Мильчина и Чельцовой. Используй при напи...
Правила типографики и оформления русского текста по справочнику Мильчина и Чельцовой: выделения (курсив, полужирный, кап...
This skill provides guidance for writing safe, efficient, and idiomatic Rust code. As the primary language for the Loom...
Rust performance optimization guidelines. This skill should be used when writing, reviewing, or refactoring Rust code to...
Write production-quality Rust code following industry best practices and idiomatic patterns. Use for any Rust coding tas...
Rust coding conventions. Apply when writing, reviewing, or modifying Rust code. Covers error handling, types, ownership,...
Robust Rust patterns for file-backed data, parsing, persistence, FFI boundaries, and system integration. Use when writin...
Write Rust code following best practices. Use when developing Rust applications. Covers ownership, error handling, and a...
Rust development patterns, project setup, CLI/TUI applications, error handling, and system integration
------------------------------------------------------------------------
> Rust systems programming rehberi.
Actor 模型专家。处理 Actor 死锁, 消息传递, 状态管理, supervision, 容错, Actix, Erlang 风格并发
Apply Rust-native patterns to ccswarm codebase development.
Rust 反模式与常见错误。处理代码审查、clone、unwrap、String 用法、迭代器等问题。触发词:anti-pattern, common mistake, clone, unwrap, code review, 代码异味, 常...
Use when designing or architecting Rust applications, creating comprehensive project documentation, planning async/await...
高级异步模式专家。处理 Stream, backpressure, select, join, cancellation, Future trait 等问题。触发词:async, Stream, backpressure, select,...
Async channel patterns for Rust (async-channel, tokio, crossbeam)
高级异步模式专家。处理 Stream 实现, 零拷贝, tokio::spawn 生命周期, 插件系统调度, tonic 流式响应等问题。触发词:async, Stream, tokio::spawn, 零拷贝, 插件系统, tonic,...
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async...
Comprehensive async/tokio testing patterns for episodic memory operations. Use when writing tests for async functions, t...
JWT 认证、API Key 认证、分布式 Token 存储、密码安全存储
Rust backend developer for building high-performance, memory-safe APIs and services. Use when building Rust backends wit...
Guide for writing idiomatic Rust code based on Apollo GraphQL's best practices handbook. Use this skill when: (1) writin...
Redis 缓存管理、连接池、TTL策略、模式匹配删除、性能优化
Visualize Rust function call graphs using LSP. Triggers on: /call-graph, call hierarchy, who calls, what calls, 调用图, 调用关...
Prefer `cargo check` over `cargo build` when making Rust code changes. Use `cargo check` to quickly verify code compiles...