skill-validation

Validate SKILL.md frontmatter and manage Agent Skills via the agentskills CLI.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/FnSK4R17s/chakravarti-cli --skill skill-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-validation
Source: https://github.com/FnSK4R17s/chakravarti-cli/tree/main/.agent/skills/skill-validation
Command: npx skills add https://github.com/FnSK4R17s/chakravarti-cli --skill skill-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This section explains how to ensure Agent Skills are defined correctly and validated, preventing misconfigurations and enabling reliable skill usage via tooling.

Core Features & Use Cases

  • Validate skills using the agentskills CLI to enforce consistent frontmatter and structure.
  • Read and inspect skill properties to surface metadata like name, description, and version.
  • Generate prompt XML representations for system prompts and skill discovery, enabling integration with AI agents.
  • Validate all skills in bulk to maintain a healthy skills library across repositories.

Quick Start

Validate a new or updated skill located at .agent/skills/skill-name after creating its SKILL.md.

Frequently Asked Questions about skill-validation

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

FAQPage Schema
How do I validate Agent Skills frontmatter in a .agent/skills directory?

You can validate Agent Skills frontmatter by running the agentskills CLI via uvx against your .agent/skills directory to enforce consistent SKILL.md structure and prevent misconfigurations.

How do I generate prompt XML from SKILL.md files for AI agent integration?

You can generate prompt XML representations from SKILL.md files using the agentskills CLI to enable system prompt discovery and integration with AI agents across local and GitHub skill sources.

Can I validate all Agent Skills in bulk across multiple repositories?

Yes, you can validate all Agent Skills in bulk using the uvx agentskills command to maintain a healthy, consistently structured skills library across your local and GitHub repositories.

How do I read Agent Skill properties like name and version from the CLI?

You can read and inspect Agent Skill properties such as name, description, and version by using the agentskills CLI to surface metadata from the SKILL.md frontmatter.

Do I need any external dependencies to use the agentskills CLI for skill validation?

No external dependencies are required to use the agentskills CLI for skill validation, as the tooling operates via uvx without needing additional component installations.

What is the best way to manage Agent Skills and prevent misconfigurations?

The best way to manage Agent Skills and prevent misconfigurations is to validate SKILL.md frontmatter correctness using the agentskills CLI, ensuring reliable skill usage and consistent structure.