20,421 skills sorted by stars.
This skill guides creation of UI components and pages that follow runi's design system.
Runme.dev形式の実行可能マークダウン作成・編集用規約。使用タイミング:(1) マークダウンファイルに実行可能なコードブロックを追加(verify.md, README.mdなど)(2) Runme.devセル設定の追加・編集(nam...
Execute chaos engineering experiments to test system resilience.Use when performing specialized testing.Trigger with phr...
Analyze datasets by running clustering algorithms (K-means, DBSCAN, hierarchical) to identify data groups. Use when requ...
Execute end-to-end tests covering full user workflows across frontend and backend.Use when performing specialized testin...
Execute integration tests validating component interactions and system integration.Use when performing specialized testi...
Create and execute load tests for performance validation using k6, JMeter, and Artillery. Use when validating applicatio...
Persistent schema-driven running log with three-component architecture - quick-capture ideas, AI auto-detection, and bac...
Execute mutation testing to evaluate test suite effectiveness.Use when performing specialized testing.Trigger with phras...
Execute load testing, stress testing, and performance benchmarking.Use when performing specialized testing.Trigger with...
Runs Python scripts and manages projects using uv. Use when asked to run a python script, execute python code, run pytes...
Guides evaluation-driven development (EDD) process for agent skills. Use when setting up skill testing workflows, creati...
Execute fast smoke tests validating critical functionality after deployment.Use when performing specialized testing.Trig...
Deploy GPU workloads to RunPod serverless and pods - vLLM endpoints, A100/H100 setup, scale-to-zero, cost optimization....
Grep/wc replacement for .runs artifacts. Use for: count, extract, Machine Summary, receipt reading, marker counts. Null-...
Update index.json status. Use for: upsert index.json, update status/last_flow/updated_at. Deterministic writes - stable...
Calculate cash runway, burn rate, and financial sustainability projections
Rust development patterns, project setup, CLI/TUI applications, error handling, and system integration
Guides users through migrating to Rust 2024 edition features including let chains, async closures, and improved match er...
WHEN: Rust API review with Actix-web/Axum/Rocket, async patterns, extractors, middlewareWHAT: Async handlers + Extractor...
Manage concurrent operations with channels, semaphores, locks, and streams. Use when coordinating parallel work or limit...
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async...
Implements database integration patterns for Rust backends using SQLx and SeaORM. Use when setting up database connectio...
"""Best practices and patterns for writing idiomatic Rust code.
Expert guidance for Rust CLI and TUI development with official examples from clap, inquire, and ratatui libraries. Use w...
Expert Rust code review agent that analyzes Rust code for correctness, safety, idiomatic patterns, performance, and best...
Work on Rust crates in packages/rust_viterbo. Use for crate layout, commands (fmt/clippy/test/bench), and coding convent...
Create new Rust crates in this Cargo workspace following established patterns for dependency management, testing, docume...
Clone and explore Rust crate source code. Use when user wants to read source code for a Rust crate, explore a crate's im...
Use this skill when the user asks about Rust module dependencies, dependency graphs,architecture visualization, cycle de...
Comprehensive Rust development guidelines based on 6 months of code reviews. Use when writing Rust code, debugging Rust...
Modern Rust development with cargo, clippy, rustfmt, async programming, and memory-safe systems programming. Covers owne...
> Rust systems programming rehberi.
------------------------------------------------------------------------
Use when building Rust applications requiring memory safety, systems programming, or zero-cost abstractions. Invoke for...
Leverage iterator chains for efficient, lazy data processing without intermediate allocations. Use when processing colle...
Guide for writing Rust code covering ownership, borrowing, lifetimes, error handling, async programming, and Rust best p...
Zero-copy deserialization, async I/O patterns, lifetime management, memory-efficient parsing, and safe handling of unsaf...
Analyzes Rust code for performance bottlenecks, memory inefficiencies, and optimization opportunities. Use when discussi...
Automatically review Rust code after edits to .rs files, providing pragmatic suggestions for idiomatic patterns, perform...
Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. E...
Initialize Rust projects with proper structure, essential crates, and Cargo.toml configuration. Use when starting new Ru...
Rust project organization and structure. Use when creating new projects, organizing modules, setting up workspaces, conf...
Bridge Rust and Python using PyO3 with proper GIL handling and async compatibility. Use when integrating Python ML model...
Review Rust code for idiomatic patterns, best practices, and production quality. Use when reviewing Rust crates, checkin...
Implement the repository pattern for database abstraction with sqlx, transactions, and retry logic. Use when building da...
WHEN: Rust project review, ownership/borrowing, error handling, unsafe code, performanceWHAT: Ownership patterns + Lifet...