Skip to content
Development
Command

/commit

Commit what is already staged — runs the commit subagent in the background, following the ATLAS commit convention.

From plugin
software-engineer-ai-agent-atlas
31615 skills9 agents15 commands2 MCP
Install
$ npx -y skills add syahiidkamil/Software-Engineer-AI-Agent-Atlas --agent claude-code

How 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.md
description: 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.

Ships withsoftware-engineer-ai-agent-atlas

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.

Get the whole plugin