Agentic Coding Environment

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

dolphinai2026 aa50a39 1.0 KB Updated

File contents

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.

dolphinai2026/dolphin-code/tree/main/agentic-coding/skills/agentic-coding-environment commit aa50a39752

Frequently asked questions

npx skillmds@latest add dolphinai2026/agentic-coding-environment