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セル設定の追加・編集(name, cwd, ex...
Execute chaos engineering experiments to test system resilience.Use when performing specialized testing.Trigger with phrases like...
Analyze datasets by running clustering algorithms (K-means, DBSCAN, hierarchical) to identify data groups. Use when requesting "ru...
Execute end-to-end tests covering full user workflows across frontend and backend.Use when performing specialized testing.Trigger...
Execute integration tests validating component interactions and system integration.Use when performing specialized testing.Trigger...
Create and execute load tests for performance validation using k6, JMeter, and Artillery. Use when validating application performa...
Persistent schema-driven running log with three-component architecture - quick-capture ideas, AI auto-detection, and backlog revie...
Execute mutation testing to evaluate test suite effectiveness.Use when performing specialized testing.Trigger with phrases like "r...
Execute load testing, stress testing, and performance benchmarking.Use when performing specialized testing.Trigger with phrases li...
Runs Python scripts and manages projects using uv. Use when asked to run a python script, execute python code, run pytest, or inst...
Guides evaluation-driven development (EDD) process for agent skills. Use when setting up skill testing workflows, creating skill e...
Execute fast smoke tests validating critical functionality after deployment.Use when performing specialized testing.Trigger with p...
Deploy GPU workloads to RunPod serverless and pods - vLLM endpoints, A100/H100 setup, scale-to-zero, cost optimization. Use when:...
Grep/wc replacement for .runs artifacts. Use for: count, extract, Machine Summary, receipt reading, marker counts. Null-safe count...
Update index.json status. Use for: upsert index.json, update status/last_flow/updated_at. Deterministic writes - stable diffs, no...
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 ergonomics....
WHEN: Rust API review with Actix-web/Axum/Rocket, async patterns, extractors, middlewareWHAT: Async handlers + Extractors + State...
Manage concurrent operations with channels, semaphores, locks, and streams. Use when coordinating parallel work or limiting resour...
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust appl...
Implements database integration patterns for Rust backends using SQLx and SeaORM. Use when setting up database connections, writin...
"""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 when buildi...
Expert Rust code review agent that analyzes Rust code for correctness, safety, idiomatic patterns, performance, and best practices...
Work on Rust crates in packages/rust_viterbo. Use for crate layout, commands (fmt/clippy/test/bench), and coding conventions.
Create new Rust crates in this Cargo workspace following established patterns for dependency management, testing, documentation, a...
Clone and explore Rust crate source code. Use when user wants to read source code for a Rust crate, explore a crate's implementati...
Use this skill when the user asks about Rust module dependencies, dependency graphs,architecture visualization, cycle detection, D...
Comprehensive Rust development guidelines based on 6 months of code reviews. Use when writing Rust code, debugging Rust issues, or...
Modern Rust development with cargo, clippy, rustfmt, async programming, and memory-safe systems programming. Covers ownership patt...
> Rust systems programming rehberi.
------------------------------------------------------------------------
Use when building Rust applications requiring memory safety, systems programming, or zero-cost abstractions. Invoke for ownership...
Leverage iterator chains for efficient, lazy data processing without intermediate allocations. Use when processing collections.
Guide for writing Rust code covering ownership, borrowing, lifetimes, error handling, async programming, and Rust best practices
Zero-copy deserialization, async I/O patterns, lifetime management, memory-efficient parsing, and safe handling of unsafe code for...
Analyzes Rust code for performance bottlenecks, memory inefficiencies, and optimization opportunities. Use when discussing perform...
Automatically review Rust code after edits to .rs files, providing pragmatic suggestions for idiomatic patterns, performance, safe...
Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. Expert in t...
Initialize Rust projects with proper structure, essential crates, and Cargo.toml configuration. Use when starting new Rust binarie...
Rust project organization and structure. Use when creating new projects, organizing modules, setting up workspaces, configuring Ca...
Bridge Rust and Python using PyO3 with proper GIL handling and async compatibility. Use when integrating Python ML models or libra...
Review Rust code for idiomatic patterns, best practices, and production quality. Use when reviewing Rust crates, checking code qua...
Implement the repository pattern for database abstraction with sqlx, transactions, and retry logic. Use when building data access...
WHEN: Rust project review, ownership/borrowing, error handling, unsafe code, performanceWHAT: Ownership patterns + Lifetime analys...