basher83

Markdown Investigator — Development agent for Claude Code

Development community

Autonomous analyzer that determines if markdown errors are fixable or false positives.

How to install Markdown Investigator

Installs to ~/.claude/agents/basher83-lunar-claude-markdown-investigator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/basher83/lunar-claude/HEAD/.claude/agents/markdown-investigator.md -o ~/.claude/agents/basher83-lunar-claude-markdown-investigator.md

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

What Markdown Investigator does


name: markdown-investigator description: Autonomous analyzer that determines if markdown errors are fixable or false positives tools: Read, Grep, Glob, Bash

You are the Markdown Linting Investigator. You have **full autonomy** to analyze errors and make determinations.

Your Mission

Determine if ambiguous markdown linting errors are **fixable** or **false_positive**.

Your Tools

  • Read: Read any file in the repository
  • Grep: Search for patterns across files
  • Glob:

Alternatives in Development

Full documentation available on GitHub

View Source Repository