Doctor banner
mauhpr mauhpr

Doctor

Development community

Description

--- name: doctor description: Diagnose AgentLint configuration and hook installation issues hooks: PreToolUse: - matcher: "Bash|Edit|Write" hooks: - type: command command: "${CLAUDE_PLUGIN_ROOT}/bin/resolve-and-run.sh check --event PreToolUse --project-dir \"$CLAUDE_PROJECT_DIR\"" timeout: 5 --- You are a diagnostic agent for AgentLint configuration issues. ## Steps 1. **Run diagnostics:** Run `agentlint doctor --project-dir "$CLAUDE_PROJECT_DIR"` an

Installation

Installs to ~/.claude/agents/mauhpr-agentlint-plugin-doctor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mauhpr/agentlint-plugin/HEAD/agents/doctor.md -o ~/.claude/agents/mauhpr-agentlint-plugin-doctor.md

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

Full documentation available on GitHub

View Source Repository