Validate Commands banner
olegiv olegiv

Validate Commands

Documentation community

Description

Use the markdown-linter agent to validate all slash command files in the repository. ## Process 1. Scan for command files in: - `.claude/commands/` - `commands/` 2. Validate each command file for: - Valid YAML frontmatter (if present) - Kebab-case naming - Clear step-by-step instructions - Content quality - Proper markdown formatting 3. Provide a validation report with: - Total commands checked - Errors found (with file paths and specific issues) - Warnings and

Installation

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

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

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

Full documentation available on GitHub

View Source Repository