📝
DevOpsHTML

AC Commit Manager

by majiayu000

AC Commit Manager is a DevOps skill for Claude Code, published by majiayu000 in claude-skill-registry.

575 stars88 forkson majiayu000/claude-skill-registryAdded 2026/08/25+1% in starsRepository updated 2026/08/25
ai-skillsclaude-codegenerated-artifactgithub-pagesskill-registryskills
Install in seconds
Install AC Commit Manager
Copy AC Commit Manager 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/majiayu000/claude-skill-registry/tree/main/skills/agent/ac-commit-manager ~/.claude/skills/ac-commit-manager

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/majiayu000/claude-skill-registry.git

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

In this catalog

Source file
skills/agent/ac-commit-manager/SKILL.md in majiayu000/claude-skill-registry
Installs to
~/.claude/skills/ac-commit-manager
Collection
One of 23 skills cataloged from this repository
Category
DevOps798 skills

What AC Commit Manager does

AC Commit Manager creates structured git commits after completed features and verifies the commit was created. Use it to stage changes, generate descriptive messages, and manage version control for autonomous coding.

AC Commit Manager is cataloged under DevOps on DirSkills. AC Commit Manager comes from a repository tagged ai-skills, claude-code, generated-artifact, github-pages and skill-registry.

Documentation

README

AC Commit Manager

Manage git commits for completed feature implementations.

Purpose

Creates well-structured git commits after each feature completion, ensuring proper version control and clear project history.

Quick Start

from scripts.commit_manager import CommitManager

manager = CommitManager(project_dir)
result = await manager.commit_feature("auth-001")

Commit Workflow

1. VALIDATE → Ensure changes are safe to commit
2. STAGE    → Stage relevant files
3. MESSAGE  → Generate descriptive commit message
4. COMMIT   → Create the commit
5. VERIFY   → Verify commit was created
6. TAG      → Optional: tag milestone commits

Commit Message Format

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

Frequently asked about AC Commit Manager

  • What else does majiayu000 publish alongside AC Commit Manager?

    AC Commit Manager is one of 23 skills that DirSkills catalogs from majiayu000/claude-skill-registry, the repository it ships in. Its siblings there include AC Autonomous Orchestrator, AC Checkpoint Manager and AC Criteria Validator. Each one is a separate skill with its own page in this directory, installs the same way AC Commit Manager does, and is maintained by majiayu000 in that same repository. The rest of the collection is listed on the majiayu000/claude-skill-registry page.

  • How does AC Commit Manager compare to other DevOps skills?

    AC Commit Manager ranks #665 by stars among the 798 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. 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 AC Commit Manager against them. Open each page to compare what they document and how they install.

More from majiayu000/claude-skill-registry

AC Commit Manager is one of 23 skills cataloged on DirSkills from majiayu000/claude-skill-registry.

See all 23 skills
🤖
6d ago

AC Autonomous Orchestrator

AC Autonomous Orchestrator coordinates autonomous coding operations from initialization through planning, execution, validation, and commit. Use it to run full-session implementations or manage multiple components together.
AI Engineering
57588
🗂️
6d ago

AC Checkpoint Manager

AC Checkpoint Manager creates and restores checkpoints for safe rollback during autonomous development. Use it to save state before risky changes, recover known-good points, or return to a previous checkpoint.
DevOps
57588
6d ago

AC Criteria Validator

AC Criteria Validator checks implemented features against acceptance criteria and reports whether they pass. Use it to verify test results, code completeness, and other feature completion checks.
Quality
57588
🧩
6d ago

AC Handoff Creator

AC Handoff Creator packages current progress, decisions, blockers, and next actions so a later session can resume work. Use it when ending a session or saving resumable context.
AI Engineering
57588
📝
6d ago

AGENTS Md Generator

AGENTS Md Generator creates AGENTS.md files for Java repositories through a step-based interactive process. Use it to document conventions, commands, workflow, and contributor boundaries for agent instructions.
Writing
57588
🌐
6d ago

Agent Browser

Agent Browser provides a CLI for browser automation tasks like opening sites, filling forms, clicking elements, taking screenshots, and extracting page data. Use it for web interaction, login flows, and testing web apps.
Automation
57588