Tag: validation

Type: All Skills Tools
skill

Fixture for testing invalid skill naming

This skill is a testing fixture designed to validate agent framework error handling. It simulates the use of an invalid or improperly formatted skill name to ensure robust system validation.

joaomdmoura/crewai testing fixtures error-handling validation
skill ★ 33,136

Python Scratchpad for Calculations and Transformations

This skill allows the agent to execute short, focused Python scripts for tasks requiring computation, data transformation (e.g., JSON, CSV), or validation. It is ideal for quick, reproducible checks and arithmetic that pure reasoning cannot…

OpenBMB/ChatDev python scripting calculation data-transformation
skill ★ 21,403

Validate project adherence to standards

This skill validates a project's structure by checking for the presence of required documentation files, such as README.md. It reports which essential files are missing to ensure adherence to established conventions.

promptfoo/promptfoo standards validation project-structure linting
skill ★ 1,357

React Form Writing and Validation Best Practices

This skill guides the creation and refactoring of complex React forms using react-hook-form, enforcing best practices like Zod validation, controlled component handling via useController, and managing state updates using field.onChange vers…

dust-tt/dust react-hook-form zod forms validation
skill ★ 19

Validate the Codex bridge plugin setup

This skill validates the readiness of the Codex bridge plugin within Claude Code. It checks for the installation status of `codex`, the availability of `codex exec review`, and verifies the presence of necessary artifact directories and ser…

IgorGanapolsky/ThumbGate setup codex plugin validation
skill ★ 133

Live smoke testing for MCP tool validation

This skill facilitates live smoke testing for MCP tool changes, validating functionality against a real Linear workspace. It ensures changes are robust by requiring temporary resource creation and mandatory cleanup of all side effects.

tacticlaunch/mcp-linear live-testing smoke-testing mcp linear
skill

Codex Bridge Plugin Setup and Validation

This skill validates the operational readiness of the Codex bridge plugin within the Claude Code environment. It checks for necessary installations, verifies the availability of the `codex exec review` command, and confirms the presence of …

IgorGanapolsky/mcp-memory-gateway codex setup validation claude
skill ★ 5

Automated asset failure diagnosis and repair

This skill diagnoses asset generation failures by mapping specific validation codes (e.g., checkerboard, palette drift) to concrete repair primitives. It systematically applies fixes like inpainting, matte extraction, or route changes, resp…

MohamedAbdallah-14/prompt-to-asset asset-repair image-processing validation llm-debugging
skill ★ 163

MCP Tool Implementation Review

An automated process for auditing MCP tool implementations against project-specific patterns, registration requirements, and best practices.

nesquikm/mcp-rubber-duck mcp tool-review code-audit typescript
tool ★ 20

Local Agent-BOM Inventory Validation and Ingestion

This tool validates and processes canonical agent-bom inventory JSON, which has been pre-collected from various sources like CMDBs or cloud endpoints. It allows developers to perform local scanning, generate findings, and export structured …

msaad00/agent-bom agent-bom inventory-management sbom validation
skill ★ 33

Critically review and refine agent outputs

This skill facilitates the critical evaluation and refinement of generated content, ensuring adherence to specified constraints and improving overall quality. It acts as a final validation layer for complex agentic workflows.

selvage-lab/selvage review quality-assurance content-refinement validation
skill ★ 158

Smoke regression testing for build scripts

This skill validates packaging and publishing scripts by asserting the real script exit path and final output summary. It ensures that build regressions are caught beyond simple file existence checks.

sbroenne/mcp-server-excel build-testing smoke-regression scripting packaging
tool ★ 35

Orchestrates complex multi-step agentic workflows

This orchestrator manages the full lifecycle of complex agentic tasks, coordinating planning, parallel execution, validation, and learning. It ensures robust state management and dependency resolution across multiple worker agents.

TT-Wang/forge workflow orchestration agentic planning
skill ★ 372,633

Feasibility Prototyping for Idea Validation

This skill allows agents to validate technical feasibility by creating minimal, runnable prototypes. It follows a structured process of research, building a small artifact, stress testing, and delivering a formal verdict (VALIDATED, PARTIAL…

openclaw/openclaw prototyping feasibility validation testing
skill ★ 372,633

Structured framework for agent skill creation

This framework provides structured guidelines and validation scripts for developing agentic skills. It enforces best practices for keeping skill definitions lean, managing metadata, and structuring associated assets like scripts and referen…

openclaw/openclaw skill-creation agent-skills workflow validation
tool ★ 372,633

OpenClaw Release CI Validation Orchestrator

This skill orchestrates comprehensive release validation for OpenClaw, managing full CI matrices, provider secret preflights, and live gate checks. It provides structured workflows for debugging failures and ensuring controlled, auditable r…

openclaw/openclaw release-ci validation github-api deployment
skill ★ 2

Secret Rotation and Validation

Automate the validation, rotation, and health monitoring of API keys and credentials across multiple providers. It supports batch validation for CI pipelines and provides automated rotation for expired or stale secrets.

I4cTime/quantum_ring secret-rotation credential-management api-keys security-automation
skill ★ 1,806

Validate Operator Helm Chart Contributions

Verifies Helm chart compliance by performing template validation, linting, and documentation checks against project contribution guidelines.

Stacklok/toolhive helm kubernetes linting operator-charts
skill ★ 3

clarifyprompt-mcp pre-ship audit overrides

Provides repository-specific audit overrides for the ship-check process, enforcing version consistency, secret detection, and schema validation for knowledge packs. It extends a parent skill with custom rules for package manifests, YAML-bas…

LumabyteCo/clarifyprompt-mcp audit-overrides mcp pre-ship-checks validation
skill ★ 51,725

Skill with Invalid Name Format

A test fixture representing a skill with an invalid name format, used for verifying error handling during registration.

crewAIInc/crewAI testing error-handling validation unit-tests