
Ac
- 3 repo stars
- Updated August 4, 2026
- anilcancakir/claude-code
Use a structured development partner that plans before coding, investigates bugs with hypothesis discipline, and delegates to specialized agents.
About
ac is a structured development partner for Claude Code that plans before coding, investigates bugs with hypothesis discipline, and delegates work to specialized agents. It imposes a disciplined workflow on the agent to make development more methodical and reliable.
- Plans before coding
- Hypothesis-driven bug investigation
- Delegates to specialized agents
- Structured development partner
Ac by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add anilcancakir/claude-code/plugin install ac@acAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | August 4, 2026 |
| Repository | anilcancakir/claude-code ↗ |
What it does
Use a structured development partner that plans before coding, investigates bugs with hypothesis discipline, and delegates to specialized agents.
README.md
ac
Plan-first development partner for Claude Code: interview-driven plans, tier-routed agents (haiku/sonnet/opus), and an adversarial review chain that verifies through real usage.
Full docs: repo root README
Component layout
| Directory | Contents |
|---|---|
agents/ |
Subagent definitions, one .md file per agent |
commands/ |
Slash commands, one .md file per command |
skills/ |
Skills, each in its own <name>/SKILL.md folder |
cli/ |
Bundled MCP runtime (ac.js); do not hand-edit, regenerate with bun run build |
references/ |
Bundled style and CLAUDE.md templates consumed by /ac:install |
All component folders are auto-discovered by Claude Code. Override paths in
.claude-plugin/plugin.json only when the defaults do not fit.
For the plugin specification, see the Claude Code plugins reference.