Validate Agents banner
olegiv olegiv

Validate Agents

Documentation community

Description

Use the markdown-linter agent to validate all agent files in the repository. ## Process 1. Scan for agent files in: - `agents/` - `.claude/agents/` 2. Validate each agent file for: - Valid YAML frontmatter - Required fields (name, description, model) - Proper field values - Kebab-case naming - Content after frontmatter 3. Provide a validation report with: - Total agents checked - Errors found (with file paths and specific issues) - Warnings and improvement sugge

Installation

Installs to ~/.claude/commands/olegiv-claude-code-support-tools-validate-agents.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/olegiv/claude-code-support-tools/HEAD/.claude/commands/validate-agents.md -o ~/.claude/commands/olegiv-claude-code-support-tools-validate-agents.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository