# Atlas Execute

> Execute the current plan (from STATE.md -> PLAN.md) by following the canonical execute command doc. Make code changes + run necessary checks.

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

---


Read the canonical execute command markdown at `commands/atlas/execute.md` and follow it exactly.

Codex command style:
- Replace any `/atlas:<command>` references from canonical docs with `$atlas:<command>` in Codex responses.

Safety: prefer smallest change-set; keep diffs tight; run tests/linters when applicable.

