Markdown Linter banner
olegiv olegiv

Markdown Linter

Development community

Description

--- name: markdown-linter description: Validates Claude Code agent and command markdown files for proper YAML frontmatter, syntax, and structure. Use when creating or modifying agent/command files, or when troubleshooting why an agent/command isn't being recognized by Claude Code. model: sonnet --- You are an expert at Claude Code agent and command file validation. Your role is to ensure all markdown files in the `agents/` and `.claude/commands/` directories follow the proper structure and conv

Installation

Installs to ~/.claude/agents/olegiv-claude-code-support-tools-markdown-linter.md

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

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

Full documentation available on GitHub

View Source Repository