From agent-knowledge
Runs bash script to diagnose Claude Code plugin issues, checking Node.js, build tools, dependencies, MCP wrapper, Python, and Playwright. Provides fix instructions for failures.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Run comprehensive diagnostics to identify and fix plugin issues.
Runs comprehensive diagnostics on Claude Code environment: plugins, settings, hooks, MCP servers. Identifies issues, supports --fix and --verbose.
Troubleshoots Claude Code CLI extensions including skills, hooks, agents, and MCP connections. Runs diagnostics, checks configurations, validates YAML, and provides quick fixes via bash commands.
Diagnoses Tool Executor issues: runs npm tests, checks builds, MCP/Serena connectivity, registry integrity, workspace state. Fixes search_tools and execute_code failures.
Share bugs, ideas, or general feedback.
Run comprehensive diagnostics to identify and fix plugin issues.
Run the doctor script to check all prerequisites:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/doctor.sh"
The script checks:
For any [FAIL] items, follow the FIX instructions provided.
After fixing issues, restart Claude Code for changes to take effect.