/commit
Commit what is already staged — runs the commit subagent in the background, following the ATLAS commit convention.
$ npx -y skills add syahiidkamil/Software-Engineer-AI-Agent-Atlas --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/commit
Context preview
What this command does when you run it.
Commit what is already staged — runs the commit subagent in the background, following the ATLAS commit convention.
Command definition
commit.mddescription: Commit what is already staged — runs the commit subagent in the background, following the ATLAS commit convention. disable-model-invocation: true
Launch the `commit` subagent **in the background** — call the Agent tool with `subagent_type: commit` and `run_in_background: true`.
Before passing the task, replace `{{CURRENT_MODEL}}` below with **your own current model identity** (from your environment — e.g. `Opus 4.8 (1M context)`). This keeps the commit credit accurate as the model changes, instead of hardcoding a version that goes stale.
Pass it this task:
> Run in **commit (default) mode**. Commit only what is already in the staging area, autonomously — no approval needed. Leave unstaged working-directory changes untouched. If nothing is staged, say so and stop. To stage and commit everything instead, that's `/git:stage-commit`. Follow the ATLAS commit convention, and end the commit message with this trailer verbatim: > `Co-Authored-By: Claude {{CURRENT_MODEL}} <noreply@anthropic.com>`
Don't block on it: report that the commit agent has been launched in the background and carry on. You'll be notified when it finishes.
The senior-engineer layer for Claude Code. Explore before you build, clarify only what matters, capture it in living HTML, then hand it to Claude Code's native plan / goal / workflow loop.
Repo: syahiidkamil/Software-Engineer-AI-Agent-Atlas
Other commands on software-engineer-ai-agent-atlas.
- /change-core-self
Interview Boss about the project, then reason from first principles to design the ideal ATLAS operating identity/system-prompt for it — free to drop KISS/YAGNI/DRY/clean-architecture entirely when the project (and the LLM's own distribution) calls for a different mindset
Open command - /get-to-know
Initialize project context — understand the project, configure conventions, and set up project rules
Open command - /oneshotapp
One-shot an app autonomously — free-will the founding fork, build with deliberate decisions at every trigger, then adversarial review and a conscious final pass before delivery
Open command - /prototype
Brainstorm an idea into a clickable multi-screen React prototype — model the mind (Theory of Mind), interview to kill ambiguity, build a no-build CDN-React prototype under misc/prototypes/, run it, iterate until it matches Boss's vision.
Open command - /wireframe
Quickly sketch a standalone low-fidelity wireframe as self-contained HTML — gray boxes, dashed borders, no framework. Lighter than /plan:create-phase, static unlike /brainstorm:prototype.
Open command - /create-design-md
Discover the project's visual identity, prototype 3 HTML design variants for Boss to compare in a browser, iterate, then lock in DESIGN.md (Stitch-format, machine + human readable). The single source of truth AI coding agents read before generating UI.
Open command

