{
  "markdown": "# Dev Environment Doctor\n\nLocal dev breaks for the same reasons every time: missing env vars, services that are down, and version drift. This plugin runs a fast, read-only check and tells you exactly what is wrong and how to fix it. No guessing, no \"works on my machine\" surprises.\n\n## The Problem\n\n- Missing environment variables lead to cryptic runtime errors\n- Local services (db, cache, queue) fail silently or are misconfigured\n- Tool versions drift from project requirements\n- Debugging time gets burned on issues that are not code bugs\n\n## The Solution\n\nRun one command: `/dev-env-doctor:doctor`. It scans env vars, services, and versions, then returns actionable fixes. It is safe by default: read-only checks, no file edits, no service restarts.\n\n## Benefits\n\n- Save hours of setup and debugging time\n- Faster onboarding for new contributors\n- Fewer \"it works on my machine\" issues\n- Prevent hidden config errors before they ship\n- Works across projects with common env files\n\n## When to Use This\n\n- Starting a new project locally\n- After pulling new changes\n- Before running tests or CI locally\n- When something \"suddenly broke\" on your machine\n\n## What It Checks\n\n- Required environment variables from common project files\n- Local services (database, cache, queue) are reachable\n- Tool versions match declared requirements\n\n## Commands\n\n- `/dev-env-doctor:doctor` — full health check summary\n- `/dev-env-doctor:check_env` — validate required environment variables\n- `/dev-env-doctor:check_services` — verify local service health\n- `/dev-env-doctor:check_versions` — validate tool versions\n- `/dev-env-doctor:suggest_fixes` — generate a prioritized fix plan\n\n## Requirements\n\n- Node.js (v18+ recommended)\n\n## Installation / Usage\n\nRun Claude Code with the local plugin directory:\n\n```\nclaude --plugin-dir ./plugins/dev-env-doctor\n```\n\nThen run any command:\n\n```\n/dev-env-doctor:doctor\n/dev-env-doctor:check_env\n/dev-env-doctor:check_services\n/dev-env-doctor:check_versions\n/dev-env-doctor:suggest_fixes\n```\n\n## Example Usage\n\n```\n/dev-env-doctor:doctor\n/dev-env-doctor:check_env\n/dev-env-doctor:check_services\n/dev-env-doctor:check_versions\n/dev-env-doctor:suggest_fixes\n```\n\n## Safety\n\n- Read-only checks\n- No file modifications\n- No service restarts\n- Only suggestions with explicit commands\n\n## Example Output\n\n```\nDev Environment Doctor — WARN\n\nEnv vars: OK\n\tMissing: None\n\nServices: FAIL\n\tDown: postgres (tcp://127.0.0.1:5432), redis (tcp://127.0.0.1:6379)\n\nVersions: OK\n\tMismatches: None\n```\n\n## License\n\nMIT\n",
  "bytes": 2525,
  "sha": "b98ef08fa162c5514b296b77149a707e1bde3a8599c585c9f3f4999bc25b6a94",
  "repo_slug": "dhruvtilva/dev-env-doctor",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_dhruvtilva_dev_env_doctor_dev_environmen_b6c04e9d/readme"
}