Browse 138,453 skills across 70 categories. Mirrored from majiayu000/claude-skill-registry.
Validates YARS rendering by exporting first frame as PNG and comparing with reference screenshot
Validate that worker-generated reports have all required sections and proper formatting. Use in quality gates, for repor...
Validate that input meets prerequisites based on the user's saved standards for the project type. Use at the start of an...
Validate schemas and structured inputs before downstream execution.
Validates TypeScript SDK code (build, types, lint, tests) in the sdk/ directory
Validate SOPS encryption on secret files before committing. Use when staging secrets, committing encrypted files, or che...
Validate Sibling Dependency Law (ADR-020) for Xentri architecture. Use when checking module dependencies, creating new r...
Validate SKILL.md artifacts for schema, quality, safety, portability, and scoring compliance.
Validates Claude Code skills against official best practices from Anthropic documentation. Fetches latest documentation...
Validate skill directories against AgentSkills spec
Audit which product development lifecycle phases have skills and which have gaps when the user asks to check skill cover...
Load when user says "validate skill", "validate this skill", "review skill execution", "check skill", or "skill validati...
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills comma...
Validate project space structure, boilerplate docs, and consistency with ideas/
Validate spec completeness and implementation compliance. Use before approval (--pre) or before completion (--post).
Pre-implementation story validation with 10-step comprehensive assessment including template compliance, anti-hallucinat...
Complete 3-component style validation (Checkstyle + PMD + Manual rules)
Validate Nexus-v3 system integrity and fix common issues automatically. Load when user mentions "validate system", "chec...
Technical validation of APIs and detection approaches. Use to verify registry APIs work and detection algorithms are via...
Verifies tenant isolation is enforced at all layers (gateway, service, database) following .cursorrules Security Require...
Validate and improve existing test cases using AI. Identifies duplicates, missing cases, inconsistencies, and provides q...
Validate test coverage against acceptance criteria when the user asks to check test coverage, verify tests match require...
Homeostatic sensor validating test coverage percentage and detecting requirements without tests. Calculates coverage per...
Meta-validation skill that generates edge cases, production scenarios, and reality gaps not covered by original specific...
Validate and improve the test approach in an implementation plan
Run comprehensive validation and review checks including heading numbering, TODO/FIXME comments, Nextflow script convent...
Validate that a translation is acceptable by checking placeholder preservation, length, encoding, and common errors. Use...
Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Works with any TypeS...
Run TypeScript compiler type-checking (tsc --noEmit) to validate type safety and catch type errors. Returns structured o...
Valider l'interface et capturer les erreurs console. TRIGGERS : validate-ui, vérifier console, 0 erreur, validation UI,...
Validate user-context instruction files against schema, section completeness, quality checks, and scoring criteria.
既存のAstroコンポーネントがWindows Forms風のデザインシステム(フォント、グラデーション、インタラクション状態など)に準拠しているかを検証し、レポートを生成します。
Connect to live PostgreSQL database to validate schema assumptions, compare pg_dump vs pgschema output, and query system...
Validate GitHub Actions workflow files for syntax, best practices, and correctness. Use before committing workflow chang...
Validate UI components for WCAG 2.2 Level AA compliance. Use when checking accessibility, color contrast, keyboard navig...
Validate AI/ML models and datasets for bias, fairness, and ethical concerns.Use when auditing AI systems for ethical com...
Validate API contracts using consumer-driven contract testing (Pact, Spring Cloud Contract).Use when performing speciali...
Validate API responses against schemas to ensure contract compliance and data integrity.Use when ensuring API response c...
Validate API schemas against OpenAPI, JSON Schema, and GraphQL specifications.Use when validating API schemas and contra...
Validate architecture artifacts against contracts and consistency requirements - codifies systematic validation practice...
Validate authentication mechanisms for security weaknesses and compliance. Use when reviewing login systems or auth flow...
Implements defense-in-depth validation patterns for ClickHouse + Kafka data pipelines. Covers producer validation (msgsp...
Validate CORS policies for security issues and misconfigurations. Use when reviewing cross-origin resource sharing. Trig...
Validate CSRF protection implementations for security gaps. Use when reviewing form security or state-changing operation...
Use when you need to ensure database integrity through comprehensive data validation.This skill validates data types, ra...
Use to validate spectacular environment - checks superpowers plugin, git-spice, git repo, and project structure before r...
Validating external data from APIs, JSON parsing, user input, and any untrusted sources in TypeScript applications
Teaches client and server-side form validation patterns in React 19 with Server Actions. Use when implementing form vali...
Check all external inputs for validity - garbage in, nothing out, never garbage out
Use when reviewing OpenAI API usage, answering questions about OpenAI endpoints, or validating implementations against t...
Validate PCI-DSS compliance for payment card data security. Use when auditing payment systems. Trigger with 'validate PC...
Validate application performance against defined budgets to identify regressions early. Use when checking page load time...
Systematically validate implementation plans before execution - catches hallucinations, TDD violations, missing referenc...
Runs quality gate checks before commit or push. Executes lint fixes, TypeScript compilation, tests, and CI validation. R...
Auto-detect and run formatters, linters, type checkers, and tests for the current project. Use when validating a project...
Validate all external input with Zod before Prisma operations. Use when accepting user input, API requests, or form data...
Validate code review feedback against implementation plan to prevent scope creep and derailment
Validate code for Zod v4 compatibility by detecting deprecated APIs and ensuring adherence to v4 patterns
Guide to Zod v4 new features including top-level string formats, string transformations, codecs, and stringbool
Teaches when type assertions are safe versus dangerous in TypeScript. Use when considering using 'as' keyword, type cast...