openclicky-dev-setup-doctor

Diagnose and fix local developer environment, toolchain, and agent runtime setup problems.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill openclicky-dev-setup-doctor-jamsdoescode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclicky-dev-setup-doctor
Source: https://github.com/jamsdoescode/Erik-s-Portfolio/tree/main/openclicky/AppResources/OpenClicky/OpenClickyBundledSkills/openclicky-dev-setup-doctor
Command: npx skills add https://github.com/jamsdoescode/Erik-s-Portfolio --skill openclicky-dev-setup-doctor-jamsdoescode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Local development environments break in confusing ways: missing API keys, wrong Node versions, dead localhost servers, misconfigured MCP servers, or unauthenticated CLIs. This Skill diagnoses those failures in plain language and applies the smallest safe fix instead of leaving non-expert builders stuck. ## Core Features & Use Cases - Environment Diagnosis: Checks tool versions, env files, running processes, ports, auth status, and logs before changing anything. - Guided Repair: Explains the failure in plain language, then applies a minimal fix or gives the exact next command to run. - Broad Toolchain Coverage: Handles npm, node, pnpm, Python, Supabase, Cloudflare/Wrangler, Codex, Claude Code, MCP servers, .env files, and localhost dev servers. - Use Case: A user's MCP server is not connecting. The Skill checks auth status and config, identifies the missing login step, and verifies tool discovery after the fix. ## Quick Start Ask the assistant to figure out why your localhost dev server or MCP connection is not working and to tell you the exact command to fix it.

Frequently Asked Questions about openclicky-dev-setup-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a localhost dev server that is not responding?

First check whether the server process is running and which port it binds to, then review logs for startup errors. This Skill verifies the port responds after the fix and reports the final URL and process command.

Why is my MCP server not connecting to my AI agent?

MCP connection failures usually come from missing authentication, incorrect server configuration, or the server process not running. The Skill checks auth status and config, then verifies tool discovery or connection status after repair.

How do I troubleshoot npm or node version problems?

Check the installed node and npm versions against what the project toolchain expects, then inspect package manager logs for the failing command. The Skill identifies the active toolchain first and applies the smallest safe fix.

Will this tool modify my .env files or secrets?

No. The Skill explicitly never overwrites .env files or secrets, avoids production services unless requested, and requires confirmation before destructive package or database resets.

When should I not use a dev setup diagnostic skill?

Do not use it for normal repo feature work, PRs, commits, or CI review, which belong to a repo-operator skill. It also cannot connect external app accounts when no connection runtime is shipped in the build.