
Env Doctor
Automatically diagnose and fix local environment issues, port conflicts, and missing dependencies.
- Identify port conflicts on 3000/8080 and provide kill commands
- Detect missing .env variables by comparing against .env.example
- Verify database service status for Postgres, MySQL, and Redis
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Python, Go
- 2 permissions declared
See it in action
A real example of what this skill takes in and produces.
Sample output
Env Doctor Findings
-
[High] Port 3000 already in use Evidence: lsof -i :3000 Fix:
kill -9 $(lsof -t -i:3000) -
[Medium] Missing .env variables Evidence: DATABASE_URL present in .env.example but missing in .env Fix: Add DATABASE_URL to your .env file.
Automatically diagnose and fix local environment issues, port conflicts, and missing dependencies.
Free
One-time purchase
Included in download
- Downloadable skill package
- Works with Python, Go
- 2 permissions declared
- Instant install
See it in action
A real example of what this skill takes in and produces.
Sample output
Env Doctor Findings
-
[High] Port 3000 already in use Evidence: lsof -i :3000 Fix:
kill -9 $(lsof -t -i:3000) -
[Medium] Missing .env variables Evidence: DATABASE_URL present in .env.example but missing in .env Fix: Add DATABASE_URL to your .env file.
About This Skill
What it does
Env Doctor is a diagnostic tool designed to solve the "it works on my machine" problem. Before you waste time refactoring application code, this skill treats the project as innocent and puts the local environment on trial. It automatically detects your project type (Node, Python, Go, or Docker) and runs a comprehensive health check on runtimes, dependencies, and system configurations.
Why use this skill
Manually debugging environment issues is tedious. This skill automates the boring stuff: scanning for missing node_modules, identifying port conflicts, detecting missing environment variables from .env.example, and verifying if services like Postgres or Redis are actually running. Unlike a generic AI prompt, it follows a rigorous diagnostic workflow and provides prioritized, copy-pasteable bash commands to fix discovered issues instantly.
Supported Tools
- Runtimes: Node.js, Python, Go, Docker
- Databases: Postgres, MySQL, Redis
- Package Managers: npm, pip, go mod
- System: Port analysis (lsof/Get-NetTCPConnection), file permissions, and .env validation
Use Cases
- Identify port conflicts on 3000/8080 and provide kill commands
- Detect missing .env variables by comparing against .env.example
- Verify database service status for Postgres, MySQL, and Redis
- Fix broken dependencies or missing virtual environments automatically
Known Limitations
- Checks only common ports (3000, 5000, 8000, 8080, 3001)
- .env validation requires .env.example file
- Service checks assume standard service names (postgres, redis, mysql)
- Does not automatically fix issues (provides commands for user to run)
- Windows support limited (best on macOS/Linux)
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/env-doctor-1 | tar xz -C ~/.claude/skills/Free skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Env Doctor needs terminal access to run version checks (`node --version`), port checks (`lsof -i :3000`), and service checks (`pg_isready`). File read access reads manifest files (package.json, requirements.txt) and .env files to validate configuration. No write, browser, network, or env var access required.
Works with Claude Code and Codex. Supports Node.js, Python, Go, and Docker projects. Requires common CLI tools for detected languages.
Creator
Fairy Squadmother sells skills for people with real work, limited patience, and a low tolerance for software pageantry. Her skills help creators, founders, freelancers, and practical humans turn repeatable messes into reusable systems. Promptcrud. Taskspawn. Filefog. Launch splatter. Documentation drift. The weird little admin barnacles that attach themselves to anything worth doing. She builds for the moment when you know the process can be better, but you do not have a spare week to go spelunking through your own workflow with a headlamp and a grudge. Clear instructions. Useful defaults. Less performance. More usable machinery. Onward.
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
diagnosing-rag-failure-modes
RAG fails quietly. It retrieves documents, returns confident-looking answers, and misses the question entirely — because the question required connecting facts across documents, reasoning about sequence, or tracing causation. This skill gives you a five-question diagnostic checklist that classifies any failing query as either RAG-safe or structurally RAG-incompatible, then maps it to the specific failure pattern and the architectural fix that resolves it.
software-architect
A structured framework for planning, reviewing, and evolving complex software systems with explicit trade-offs.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
consumer-motivation-analyzer
Go beyond surface-level feedback to uncover the psychological drivers and hidden motivations behind buyer behavior.