| name | agentic-coding-environment |
| description | Use when inspecting, repairing, bootstrapping, or upgrading the local Agentic Coding Kit on this machine |
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-upgrade only 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 / doctor return exit code 10 when they find issues.
wrappers/ remain shell launchers that forward to external tools.
- If a global command is missing, run
agentic-fix or use the project setup
flow to install the global wrapper before invoking this skill.