Reusable multi-agent workflow kit for npm + TypeScript + Vitest + Vercel projects. Ships an orchestrator, read-only scouts/reviewers, implementer/debugger, test-writer, guardrail hooks, and an init command.
Read-only architecture and design advisor. Use for design decisions, tradeoffs, and evaluating approaches before implementation.
Read-only code review specialist. Use proactively once per PR, in parallel with security-auditor, before opening the PR.
Fast read-only code explorer. Locates files, traces call sites, maps structure. Use proactively before implementing to gather context.
Deep debugging specialist for hard bugs — async/race conditions, complex types, subtle state issues. Use when implementer fails repeatedly or the bug is genuinely tricky.
Default implementation agent. Writes and edits code to satisfy a task, keeping tsc clean and tests passing.
Project conventions for AgentAutoKit-managed repos — npm, TypeScript, Vitest, Vercel. Use when writing or reviewing code in this repo.
Apply web accessibility (a11y) best practices to WCAG 2.2 AA when writing, reviewing, or fixing any UI, component, page, or form. Covers semantic HTML & landmarks, correct ARIA (name/role/value, and the "no ARIA is better than bad ARIA" rule), keyboard operability & visible focus, focus management for modals/menus, color contrast & not-color-alone, text zoom/reflow, target size, accessible forms (labels, errors, autocomplete), alt text, live regions for dynamic updates, reduced motion, and the html lang attribute. Use when asked to "make this accessible", "fix a11y", "add ARIA", "keyboard navigation", "screen reader support", "check color contrast", "fix focus", "WCAG", "add alt text", "accessible form", or when reviewing ANY interactive or content UI. Complements frontend-design (aesthetics) and responsive-design (layout). Treat findings as things to fix, not just flag.
Use when developing a feature or agent task that needs an isolated working copy — e.g. running a second dev server, testing a risky change without disturbing the main checkout, or parallel agent work. Triggers on requests to "work in a worktree", "spin up an isolated branch checkout", or run two branches side by side. Covers creating a worktree under .claude/worktrees/, deps/env/port setup, syncing with main, merging back, and cleanup.
Use when running, debugging, or authoring end-to-end user-journey Playwright specs in this repo (tests/*.spec.ts) — e.g. registration/payment flows like pwc2026-flow or team-format-flow, adding a new full-journey spec, wiring its env/seeding prerequisites, or diagnosing a failed flow run (test-results/, playwright-report/). For generic Playwright technique (locators, flakiness, POM, CI), defer to the playwright-best-practices skill.
Apply Firebase best practices when writing, reviewing, correcting, or hardening Firebase code and config — Firestore/Storage security rules, composite & single-field indexes (firestore.indexes.json), Firebase Auth, role/permission (RBAC) design, Cloud Functions, Realtime Database, and Remote Config. Use when asked to "fix/optimize Firestore indexes", "audit/tighten security rules", "standardize roles", "set up custom claims", "harden a Cloud Function", "write Realtime Database rules", "make this Firebase project production-safe", or when reviewing any .rules / indexes.json / Auth / functions / RTDB / Remote Config code. For project-specific Firestore config editing/seeding/deploys, defer to firestore-config-edit.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reusable multi-agent workflow kit for npm + TypeScript + Vitest + Vercel projects, for use with Claude Code. Ships as both a repo template and a Claude Code plugin.
The idea: instead of one general assistant doing everything, AgentAutoKit gives you a small team of specialist agents — each on the right model tier, each with the narrowest tools it needs — coordinated by an orchestrator and fenced in by guardrail hooks so nothing risky (secrets, deploys, un-tested code) slips through.
AgentAutoKit is a drop-in .claude/ configuration. Once installed into a project, typing /init-kit <task> starts a coordinated pipeline: explore → (design) → implement → (debug) → test → review, with two hooks acting as a safety net on every edit and every attempt to finish.
The moving parts:
| Part | What it is | Where it lives |
|---|---|---|
| Agents | 8 specialists with scoped tools + model tiers | agents/ (plugin) · template/.claude/agents/ |
| Guardrails | Shell hooks that block unsafe edits and un-verified finishes | hooks/ · template/.claude/hooks/ |
| Telemetry & tuning | Per-model speed/cost + fit scoring that feeds routing back into itself | scripts/ + SubagentStop hook |
| Status line | Live view of which agents are running (agent-panel rows + bottom bar) | scripts/*statusline.sh + subagentStatusLine/statusLine |
| Commands | /init-kit (entry), /kit-stats (scorecard), /kit-tune (re-allocate) | commands/ · template/.claude/commands/ |
| Skills | 14 auto-loaded skills: framework best practices + domain workflows | skills/ · template/.claude/skills/ |
| Companion plugins | 9 plugins declared for the whole team via enabledPlugins | template/.claude/settings.json |
| Installer | Idempotent merge-aware init.sh — installs, upgrades, never clobbers | scripts/init.sh |
Pick ONE of the two surfaces per project — never both, or agents, commands and skills load twice under the same names.
git clone https://github.com/slenderman2511/AgentAutoKit
./AgentAutoKit/scripts/init.sh /path/to/your/project # install or upgrade
./AgentAutoKit/scripts/init.sh /path/to/your/project --dry-run # preview what would change
This merges .claude/ (agents, commands, hooks, skills, settings.json with permission deny rules and the companion-plugin roster) and a root CLAUDE.md into your project.
Upgrading = git pull in the kit clone, then re-run the same init.sh command. It is idempotent and merge-safe:
git diff review.settings.json is deep-merged, never overwritten: your permission rules, hooks, enabledPlugins and marketplaces are kept; the kit only fills gaps. To permanently opt out of a kit-declared plugin, set it to false instead of deleting the key (a deleted key gets re-filled on the next upgrade).CLAUDE.md is never overwritten; the installed kit version is stamped in .claude/.agentautokit-version.Step 1 — register the marketplace (once per machine). This step is required: plugin install and marketplace update only know marketplaces you have added, so skipping it fails with Marketplace 'agent-auto-kit-marketplace' not found.
claude plugin marketplace add slenderman2511/AgentAutoKit
(or /plugin marketplace add slenderman2511/AgentAutoKit inside a session). If this repo is private for you, your machine needs git credentials that can read it — run gh auth login first.
Step 2 — install:
claude plugin install agent-auto-kit@agent-auto-kit-marketplace
Upgrading (Claude Code caches plugins and only re-pulls when version in plugin.json changes):
npx claudepluginhub slenderman2511/agentautokit --plugin agent-auto-kitHarness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
v9.54.1 — Reliability wave: tangle contextual review correction loop with hard round ceiling, progress-supervised review rounds (per-agent stall watch, descendant-tree kills), council diversity and agy pin fixes, marketplace generator source-of-truth fix, provider troubleshooting runbook and cost-expectations docs. Run /octo:setup.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.