From windows-dev-agent
Inspect the full Windows development environment. Use when diagnosing tool availability, runtime versions, WSL state, Dev Drive, or package manager status. Triggers automatically when environment state is needed before planning or executing any task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/windows-dev-agent:env-inspectThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When environment inspection is needed:
When environment inspection is needed:
env_inspect MCP tool to get a full EnvironmentSnapshotSystem
Virtualization surface
Package managers
Runtimes
Developer tools
If the MCP server is unavailable, fall back to asking the user to run:
python -m src.discovery.discovery
and share the output.
npx claudepluginhub the-biomechanist/windows-dev-agentCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.