skills:validate

Validate skill units for format, naming, and command structure standards.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill skills-validate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills:validate
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/skills%3Avalidate
Command: npx skills add https://github.com/kagenti/kagenti --skill skills-validate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all skill units within the repository adhere to a defined standard for format, naming conventions, and command structure, preventing inconsistencies and potential issues.

Core Features & Use Cases

  • Format Validation: Checks for required frontmatter, correct headings, and section presence.
  • Naming Convention Checks: Verifies directory names match SKILL.md names and use colon notation.
  • Command Structure Analysis: Validates sandbox skills for single commands and auto-approval coverage.
  • Use Case: Before merging new agent capabilities, run this skill to automatically catch formatting errors, ensure clarity in documentation, and confirm that commands are safe and correctly configured for execution.

Quick Start

Run the skills:validate skill to check the format and conventions of all skill files.

Frequently Asked Questions about skills:validate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate agent skills for format and naming conventions?

You can validate skill files by checking them against predefined standards for format, naming, and command structure. This process enforces frontmatter requirements and naming conventions to ensure consistency across the repository.

What does frontmatter validation check for in skill documentation?

Frontmatter validation verifies required metadata fields, correct headings, and section presence in skill files. It enforces documentation structure and clarity standards required for consistent agent deployment.

How do I ensure sandbox commands are safe for agent deployment?

To ensure sandbox command safety, validate sandbox skills for single commands and auto-approval coverage. This command structure analysis confirms commands are safely configured and prevents potential execution issues.

When should I run skill validation in my development workflow?

Run skill validation before merging new agent capabilities to automatically catch formatting errors, ensure documentation clarity, and confirm commands are safe and correctly configured for execution.

Does skill validation check if directory names match SKILL.md files?

Yes, naming convention checks verify that directory names match the corresponding SKILL.md file names and use correct colon notation. This enforces consistency and adherence to best practices across the skill repository.