Intelligent Lint banner
basher83 basher83

Intelligent Lint

Documentation community

Description

--- description: Run intelligent markdown linting with autonomous agent analysis allowed-tools: Bash(scripts/intelligent-markdown-lint.py:*), Task --- # Intelligent Markdown Linting Execute the intelligent markdown linting workflow using autonomous agents. ## Workflow This command orchestrates a three-layer agent system: 1. **Orchestrator** (scripts/intelligent-markdown-lint.py): - Discovers and triages markdown linting errors - Spawns Investigator for ambiguous errors - Spawns Fix

Installation

Installs to ~/.claude/commands/basher83-agent-auditor-intelligent-lint.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/basher83/agent-auditor/HEAD/.claude/commands/intelligent-lint.md -o ~/.claude/commands/basher83-agent-auditor-intelligent-lint.md

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

Full documentation available on GitHub

View Source Repository