Toolverse

Find the best skills for

rue-chialisp

by openclaw

Create Chia blockchain puzzles using Rue, a type-safe language that compiles to CLVM. Use for smart contract development, custom puzzle creation, or when user says \

Testing
1

rule-identifier

by anthropics

This skill should be used when the user asks to \

Data Science
381

rule-updater

by BasedHardware

Skill for programmatically reading, updating, and creating Cursor rules based on patterns and lessons learned

Backend
223

run-acceptance-tests

by hashicorp

Guide for running acceptance tests for a Terraform provider. Use this when asked to run an acceptance test or to run a test with the prefix `TestAcc`.

Testing
22

run-api-e2e-tests

by novuhq

Run e2e tests for the API service. Use when the user wants to run API E2E tests.

Testing
611

run-clippy

by r3bl-org

Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code changes and before creating commits.

DevOps
11

run-device-tests

by dotnet

Build and run .NET MAUI device tests locally with category filtering. Supports iOS, MacCatalyst, Android on macOS; Android, Windows on Windows. Use TestFilter to run specific test categories.

Mobile
224

run-helix-tests

by dotnet

Submit and monitor .NET MAUI unit tests on Helix infrastructure. Supports running XAML, Resizetizer, Core, Essentials, and other unit test projects on distributed Helix queues.

Testing
11

run-integration-tests

by dotnet

Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload.

Testing
1

run-nx-generator

by nrwl

Run Nx generators with prioritization for workspace-plugin generators. Use this when generating code, scaffolding new features, or automating repetitive tasks in the monorepo.

Frontend
369

run-python-tests

by RediSearch

Run end-to-end Python tests after making changes to verify correctness

Testing
13

run-rust-benchmarks

by RediSearch

Run Rust benchmarks and compare performance with the C implementation

Backend
14

run-rust-tests

by RediSearch

Run Rust tests after making changes to verify correctness

Testing
11

run-test

by mx-space

Run tests. Supports running all tests, single file, or pattern-matched tests.

Testing
12

run-tests

by pgschema

Run pgschema automated tests (go test) to validate diff logic, plan generation, and dump functionality using test fixtures

Testing
13

runbook-generator

by alirezarezvani

Runbook Generator

DevOps
18

running-chaos-tests

by jeremylongshore

Execute chaos engineering experiments to test system resilience.\nUse when performing specialized testing.\nTrigger with phrases like \

Testing
1

running-clustering-algorithms

by jeremylongshore

This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should

Data Science
14

running-e2e-tests

by jeremylongshore

Execute end-to-end tests covering full user workflows across frontend and backend.\nUse when performing specialized testing.\nTrigger with phrases like \

Testing
11

running-performance-tests

by jeremylongshore

Execute load testing, stress testing, and performance benchmarking.\nUse when performing specialized testing.\nTrigger with phrases like \

Testing
12

runtime-skills

by llama-farm

Universal Runtime best practices for PyTorch inference, Transformers models, and FastAPI serving. Covers device management, model loading, memory optimization, and performance tuning.

Data Science
11

rust-analyzer-lsp

by openclaw

Rust language server (rust-analyzer) providing code intelligence and analysis for .rs files. Use when working with Rust code that needs autocomplete, go-to-definition, find references, error detection, or refactoring support.

Backend
12

rust-async-patterns

by wshobson

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.

Backend
225

rust-backend

by windmill-labs

Rust coding guidelines for the Windmill backend. MUST use when writing or modifying Rust code in the backend directory.

Backend
19

rust-code-navigator

by actionbook

Navigate Rust code using LSP. Triggers on: /navigate, go to definition, find references, where is defined, 跳转定义, 查找引用, 定义在哪, 谁用了这个

Backend
11

rust-coding-skill

by UtakataKyosui

Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.

Data Science
248325

rust-daily

by actionbook

CRITICAL: Use for Rust news and daily/weekly/monthly reports. Triggers on:\nrust news, rust daily, rust weekly, TWIR, rust blog,\nRust 日报, Rust 周报, Rust 新闻, Rust 动态

Backend
11

rust-deps-visualizer

by actionbook

Visualize Rust project dependencies as ASCII art. Triggers on: /deps-viz, dependency graph, show dependencies, visualize deps, 依赖图, 依赖可视化, 显示依赖

Data Science
1

rust-docs-guidelines

by RediSearch

Guidelines for writing Rust documentation

Backend
225

rust-learner

by actionbook

Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust release, stable, nightly, crate info, crates.io, lib.rs, docs.rs, API documentation, crate features, dependencies, which crate, what version, Rust edition, edition

Backend
11

rust-pro

by vudovn

Master Rust 1.75+ with modern async patterns, advanced type system features, and production-ready systems programming. Expert in the latest Rust ecosystem including Tokio, axum, and cutting-edge crates. Use PROACTIVELY for Rust development, performance optimization, or systems

Backend
16

rust-router

by actionbook

CRITICAL: Use for ALL Rust questions including errors, design, and coding. HIGHEST PRIORITY for: 比较, 对比, compare, vs, versus, 区别, difference, 最佳实践, best practice, tokio vs, async-std vs, 比较 tokio, 比较 async, Triggers on: Rust, cargo, rustc, crate, Cargo.toml, 意图分析, 问题分析, 语义分析,

UX / Design
15

rust-symbol-analyzer

by actionbook

Analyze Rust project structure using LSP symbols. Triggers on: /symbols, project structure, list structs, list traits, list functions, 符号分析, 项目结构, 列出所有, 有哪些struct

Backend
12

rust-tests-guidelines

by RediSearch

Guidelines for writing Rust tests.

Testing
219

ruthless-refactorer

by galz10

Expertise in Senior Principal Engineering refactoring. Use when you need to eliminate technical debt, remove \

Backend
1

ruzzy

by trailofbits

Ruzzy is a coverage-guided Ruby fuzzer by Trail of Bits. Use for fuzzing pure Ruby code and Ruby C extensions.

Testing
12

rwkv-architecture

by davila7

RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.

Security
1

s2-lint

by antvis

After modifying S2 project code, you must run lint to ensure there are no errors, avoiding issues when pushing to git.

Mobile
24

s2-unit-test

by antvis

Guidelines for writing and maintaining unit tests in the S2 project. Use when modifying source code to ensure proper test coverage.

Testing
12

s3

by itsmostafa

AWS S3 object storage for bucket management, object operations, and access control. Use when creating buckets, uploading files, configuring lifecycle policies, setting up static websites, managing permissions, or implementing cross-region replication.

DevOps
1

saas-metrics-coach

by alirezarezvani

SaaS financial health advisor. Use when a user shares revenue or customer numbers, or mentions ARR, MRR, churn, LTV, CAC, NRR, or asks how their SaaS business is doing.

Security
15

sabnzbd

by openclaw

Manage Usenet downloads with SABnzbd. Use when the user asks to \

Backend
1

safe-exec

by openclaw

Safe command execution for OpenClaw Agents with automatic danger pattern detection, risk assessment, user approval workflow, and audit logging. Use when agents need to execute shell commands that may be dangerous (rm -rf, dd, fork bombs, system directory modifications) or

DevOps
1

safe-multisig-skill

by openclaw

Propose, confirm, and execute Safe multisig transactions using the Safe{Core} SDK (protocol-kit v6 / api-kit v4). TypeScript strict. Use when an agent needs to operate a Safe smart account — (1) create/predict a new Safe, (2) fetch Safe owners/threshold/nonce, (3) list pending

Testing

safe-project-organizer

by ananddtyagi

Safely analyze and reorganize project structure with multi-stage validation, dry-run previews, and explicit user confirmation. Use when projects need cleanup, standardization, or better organization.

Data Science
15

safety-interlocks

by benchflow-ai

Implement safety interlocks and protective mechanisms to prevent equipment damage and ensure safe control system operation.

Security
11

sag

by openclaw

ElevenLabs text-to-speech with mac-style say UX.

Backend
325

saga-orchestration

by wshobson

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.

Backend
362