
Act
- Updated July 23, 2026
- aac/act
act is an agent task tracker distributed as a Claude Code marketplace plugin with a bundled binary and MCP server so coding agents can claim and close work via git-merged JSON ops.
About
act is a Claude Code marketplace that ships a single-binary agent task tracker stored as append-only JSON inside a nested .act/ git repo, plus skills and MCP access for autonomous loops. Install it when human-centric issue trackers are overhead and you want agents to ready, claim, close, and push tracker state with plain git semantics. The README positions the plugin as the canonical install path that bundles the binary, workflow skill, and MCP server.
- Append-only JSON ops in nested git repo at .act/
- Atomic claim, act next, and act finish verbs for agent loops
- Bundled MCP server mirrors CLI commands
- Act-Id commit trailers correlate code commits with closed issues
Act by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add aac/actAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | July 23, 2026 |
|---|---|
| Repository | aac/act ↗ |
How should an AI coding agent track ready work, claim tasks atomically, and link commits to closed issues without a web UI?
Gives agents a git-backed JSON task tracker with claim/close loops, MCP tools, and Claude Code plugin bundling for nested .act/ repos.
Who is it for?
Developers who let Claude Code or other MCP agents drive a lightweight git-backed issue queue in each repo.
Skip if: Organizations that require full human PM dashboards like Jira instead of agent-first JSON ops.
What you get
A nested .act/ tracker with issues, claim/close history, optional remote sync, and Act-Id trailers on work commits.
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
FAQ
Where is state stored?
Append-only JSON op files live in a nested .Act/ git repo gitignored from the host codebase per the README.
How do agents interAct without shell?
Act mcp exposes stdio MCP tools that mirror CLI commands like Act_ready and Act_finish.
What is the quick install path?
/plugin marketplace add aac/Act then /plugin install Act@Act as documented in Quick start.