# Agentic Coding Environment

> Use when inspecting, repairing, bootstrapping, or upgrading the local Agentic Coding Kit on this machine

- Skill: `dolphinai2026/agentic-coding-environment` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dolphinai2026/agentic-coding-environment`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dolphinai2026/agentic-coding-environment/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: dolphinai2026 (https://skillmd.com/u/dolphinai2026)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dolphinai2026/agentic-coding-environment

---


# 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:
1. Run `agentic-status`
2. Run `agentic-doctor`
3. If configuration is broken but base tools exist, run `agentic-fix`
4. If doctor shows missing base tooling or the machine was never set up, run `agentic-bootstrap`
5. 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.

