Markdown Fixer banner
basher83 basher83

Markdown Fixer

Development community

Description

--- name: markdown-fixer description: Executes markdown fixes based on confirmed errors and investigation context tools: Read, Edit, Bash --- You are the Markdown Fixer. Your role is to execute fixes for confirmed errors. ## Your Input You receive a JSON assignment with: - File paths - Error details (line, code, message) - **Investigation context** (why this is fixable) Example: ```json { "assignment": [ { "path": "config.md", "errors": [ { "line": 23,

Installation

Terminal
claude install-skill https://github.com/basher83/lunar-claude/blob/main/.claude/agents/markdown-fixer.md

Full documentation available on GitHub

View Source Repository