Agentic Coding Environment
Use this skill when the local Agentic Coding Kit may be missing tools, have broken MCP wiring, or needs a controlled repair/upgrade flow.
Preferred workflow:
- Run
agentic-status - Run
agentic-doctor - If configuration is broken but base tools exist, run
agentic-fix - If doctor shows missing base tooling or the machine was never set up, run
agentic-bootstrap - Use
agentic-upgradeonly when explicitly requested to move tool versions
Notes:
- Shell entrypoints stay stable, but Phase 1 orchestration lives in Python.
.venv/is the managed runtime for the Python core.status/doctorreturn exit code10when they find issues.wrappers/remain shell launchers that forward to external tools.- If a global command is missing, run
agentic-fixor use the project setup flow to install the global wrapper before invoking this skill.