Ashlr Doctor banner
ashlrai ashlrai

Ashlr Doctor

Development community

Description

--- name: ashlr-doctor description: Diagnose an ashlr-plugin install — checks plugin path, version, MCP servers, hooks, stats, genome, and settings in under 10 seconds. --- Run the diagnostics script and show the user what's wrong (and how to fix it). Steps: 1. Run this command via Bash: ``` bun run ${CLAUDE_PLUGIN_ROOT}/scripts/doctor.ts ``` If `$CLAUDE_PLUGIN_ROOT` is unset, fall back to resolving the plugin root by walking up from the current command file to find `.claude-plu

Installation

Installs to ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-doctor && curl -fsSL https://raw.githubusercontent.com/ashlrai/ashlr-plugin/HEAD/commands/ashlr-doctor.md -o ~/.claude/skills/ashlrai-ashlr-plugin-ashlr-doctor/SKILL.md

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

Full documentation available on GitHub

View Source Repository