๐Ÿ“
AutomationJavaScript

At Commit

by kairyou

At Commit is an Automation skill for Claude Code, published by kairyou in agent-tools.

178 stars0 forkson kairyou/agent-toolsAdded 2026/09/07+2% in starsRepository updated 2026/08/31
agent-hooksagent-skillsclaude-codecodexcoding-agentsdeveloper-toolsopencodestatuslineusage-monitoring
Install in seconds
Install At Commit
Copy At Commit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/kairyou/agent-tools/tree/main/skills/workflow/at-commit ~/.claude/skills/at-commit

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/kairyou/agent-tools.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/workflow/at-commit/SKILL.md in kairyou/agent-tools
Installs to
~/.claude/skills/at-commit
Collection
One of 8 skills cataloged from this repository
Category
Automation โ€” 2109 skills

What At Commit does

At Commit generates a Conventional Commits title from staged changes and waits for confirmation before committing. Use it when you want a commit message or need to review the wording before `git commit`.

At Commit is cataloged under Automation on DirSkills. At Commit comes from a repository tagged agent-hooks, agent-skills, claude-code, codex and coding-agents.

Documentation

README

Commit Message Generator

Workflow

  1. Run git diff --staged to inspect staged changes. If it is empty, tell the user to run git add first and stop.
  2. Determine the description language using the Language Policy below.
  3. Generate the message(s) and show them for confirmation; do not commit immediately. When more than one framing is reasonable, present them as a short numbered list (1), 2), โ€ฆ) so the user can pick by replying with just the number. A single clear message may be shown on its own. The user may also reply with an edit or their own wording.
  4. Run git commit -m only after the user picks or explicitly confirms โ€” a number from the list, "commit", or "ok" all count. Do not run git push unless the user explicitly asks.

Language Policy

This is the opening of the README. Read the full README on GitHub.

Frequently asked about At Commit

  • What else does kairyou publish alongside At Commit?

    At Commit is one of 8 skills that DirSkills catalogs from kairyou/agent-tools, the repository it ships in. Its siblings there include At Usage, At Vision and Code Review. Each one is a separate skill with its own page in this directory, installs the same way At Commit does, and is maintained by kairyou in that same repository. The rest of the collection is listed on the kairyou/agent-tools page.

  • How does At Commit compare to other Automation skills?

    At Commit ranks #1928 by stars among the 2109 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of At Commit against them. Open each page to compare what they document and how they install.

More from kairyou/agent-tools

At Commit is one of 8 skills cataloged on DirSkills from kairyou/agent-tools.

See all 8 skills โ†’