Toolverse

Find the best skills for

replit-security-basics

by jeremylongshore

Apply Replit security best practices for secrets and access control.\nUse when securing API keys, implementing least privilege access,\nor auditing Replit security configuration.\nTrigger with phrases like \

Security
1

replit-webhooks-events

by jeremylongshore

Implement Replit webhook signature validation and event handling.\nUse when setting up webhook endpoints, implementing signature verification,\nor handling Replit event notifications securely.\nTrigger with phrases like \

DevOps

repo-research-analyst

by parcadei

Analyze repository structure, patterns, conventions, and documentation for understanding a new codebase

Backend
12

repomix

by mrgoonie

Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI

Data Science
1

repomix-explorer

by yamadashy

Use this skill when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. Triggers on: 'analyze this repo', 'explore codebase', 'what's the structure', 'find patterns in repo', 'how many files/tokens'. Runs repomix CLI to pack

Backend
453

repomix-safe-mixer

by daymade

Safely package codebases with repomix by automatically detecting and removing hardcoded credentials before packing. Use when packaging code for distribution, creating reference packages, or when the user mentions security concerns about sharing code with repomix.

Mobile
1

repomix-unmixer

by daymade

Extracts files from repomix-packed repositories, restoring original directory structures from XML/Markdown/JSON formats. Activates when users need to unmix repomix files, extract packed repositories, restore file structures from repomix output, or reverse the repomix packing

DevOps
424

repoprompt

by parcadei

Use RepoPrompt CLI for token-efficient codebase exploration

Backend
11

report

by alirezarezvani

Generate test report. Use when user says \

Testing
12

report-generation

by apconw

通用的报告生成技能,根据用户诉求生成各类数据分析报告,包括数据库查询、统计分析和 HTML 图表可视化

Frontend
218

report-generator

by jeremylongshore

Generate report generator operations. Auto-activating skill for Business Automation.\nTriggers on: report generator, report generator\nPart of the Business Automation skill category. Use when working with report generator functionality. Trigger with phrases like \

Security
1

report-research

by numerai

Write a complete Numerai experiment report in experiment.md (abstract, methods, results tables, decisions, next steps) and generate/link the standard show_experiment plot(s). Use after running any Numerai research experiments, or when a user asks for a “full report”, “write up”,

Frontend
1

report-writer

by camel-ai

Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.

Data Science
1

reporting

by githubnext

Guidelines for formatting reports using HTML details/summary tags

Frontend
11

repository-module-architecture

by TencentBlueKing

Repository 代码库管理模块架构指南,涵盖 Git/SVN 代码库接入、Webhook 配置、代码库授权、触发器管理。当用户开发代码库功能、配置 Webhook、处理代码库授权或实现触发器逻辑时使用。

Mobile
13

reproduce-reduce-regress

by facet-rs

Systematic workflow for debugging by reproducing bugs with real data, reducing test cases to minimal examples, and adding regression tests

Testing
1

request-approval

by openclaw

Use Preloop's request_approval tool to get human approval before risky operations like deletions, production changes, or external modifications

Mobile
11

request-validator-generator

by jeremylongshore

Request Validator Generator - Auto-activating skill for Backend Development.\nTriggers on: request validator generator, request validator generator\nPart of the Backend Development skill category.

Security
1

requesting-code-review

by obra

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

Testing
334

requirements-clarity

by davila7

Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (u003e2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity

Testing
217

requirements-engineering

by jasonkneen

Transform vague feature ideas into clear, testable requirements using EARS format. Capture user stories, define acceptance criteria, identify edge cases, and validate completeness before moving to design.

Security
11

rerender-functional-setstate

by TheOrcDev

Use functional setState updates to prevent stale closures and unnecessary callback recreations. Apply when updating state based on the current state value in React components.

Frontend
12

rerender-lazy-state

by TheOrcDev

Use lazy state initialization with useState function form. Apply when computing expensive initial values like building search indexes, parsing JSON, or complex calculations.

Frontend
1

rerender-memo

by TheOrcDev

Extract expensive work into memoized components with React.memo. Apply when components perform expensive computations that can be skipped when props haven't changed.

Frontend
18

research

by danielmiessler

Comprehensive research, analysis, and content extraction system. USE WHEN user says 'research' (ANY form - this is the MANDATORY trigger), 'do research', 'extensive research', 'quick research', 'minor research', 'research this', 'find information', 'investigate', 'extract

Data Science
1254

research-agent

by parcadei

Research agent for external documentation, best practices, and library APIs via MCP tools

Backend
14

research-company

by openclaw

B2B company research producing professional PDF reports. Use when asked to research a company, analyze a business, create an account profile, or generate market intelligence from a company URL. Outputs a beautifully formatted, downloadable PDF report.

Frontend

research-engineer

by davila7

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

Data Science
211

research-external

by parcadei

External research workflow for docs, web, APIs - NOT codebase exploration

Data Science
15

research-grants

by davila7

Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.

Security
481

research-lookup

by davila7

Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research

Backend
447

research-paper-writer

by openclaw

Creates formal academic research papers following IEEE/ACM formatting standards with proper structure, citations, and scholarly writing style. Use when the user asks to write a research paper, academic paper, or conference paper on any topic.

Data Science
332

research-reviewer

by galz10

Expertise in reviewing technical research for objectivity, evidence, and completeness. Use to ensure the \

Backend
1

research-synthesis-workflow

by lofcz

A step-by-step guide to synthesizing research from multiple sources into a coherent summary.

Data Science
11

resend

by openclaw

Manage received (inbound) emails and attachments via Resend API. Use when user asks about their emails, received messages, or email attachments.

Backend
13

reset-netalertx-database

by netalertx

Wipe and regenerate the NetAlertX database and config. Use this when asked to reset database, wipe db, fresh database, clean slate, or start fresh.

Backend
12

residues

by parcadei

Problem-solving strategies for residues in complex analysis

Backend
13

resolve-checks

by flowglad

Resolve all failing CI checks and address PR review feedback on the current branch's PR. Runs tests locally, fixes failures, incorporates valid review comments, and resolves addressed feedback. Use when CI is red, after receiving PR feedback, or before merging.

Testing
11

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

resource-curator

by leonardomso

Find, evaluate, and maintain high-quality external resources for JavaScript concept documentation, including auditing for broken and outdated links

Backend
333

resources

by windmill-labs

MUST use when managing resources.

Backend
13

response-drafting

by anthropics

Draft professional, empathetic customer-facing responses adapted to the situation, urgency, and channel. Use when responding to customer tickets, escalations, outage notifications, bug reports, feature requests, or any customer-facing communication.

Frontend
235

response-schema-generator

by jeremylongshore

Generate response schema generator operations. Auto-activating skill for API Development.\nTriggers on: response schema generator, response schema generator\nPart of the API Development skill category. Use when working with response schema generator functionality. Trigger with

Security

response-time-analyzer

by jeremylongshore

Response Time Analyzer - Auto-activating skill for Performance Testing.\nTriggers on: response time analyzer, response time analyzer\nPart of the Performance Testing skill category.

Testing
1

responsive-design

by wshobson

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

UX / Design
1766

responsive-maker

by openclaw

Make components responsive with proper breakpoints. Use when your components look terrible on mobile.

Mobile
12

rest-endpoint-designer

by jeremylongshore

Rest Endpoint Designer - Auto-activating skill for API Development.\nTriggers on: rest endpoint designer, rest endpoint designer\nPart of the API Development skill category.

UX / Design
1

rest-to-graphql

by openclaw

Convert REST API routes to a GraphQL schema. Use when migrating APIs or adding a GraphQL layer.

Backend