Complete AI coding agent toolkit with skills, workflows, and agents for Claude Code
Enterprise SRE patterns for AI agent operations. Provides cost caps, circuit breakers, stall detection, observability, and runbook-driven incident response for autonomous agent workflows. Use when: (1) Running long autonomous agent sessions, (2) Managing multi-agent swarms, (3) Monitoring agent costs and performance, (4) Debugging stuck or expensive agent loops, (5) Setting up agent observability.
Spin up disposable email inboxes via myagentinbox.com for tests, signup flows, OTP/magic-link captures, and any task that needs to receive mail from a service without using a real mailbox. Provides a REST-first bash workflow (no MCP required), 24h-lifetime inboxes, polling helpers with timeout, and verification-code/magic-link extractors. Use when the user mentions "throwaway email", "disposable inbox", "test signup", "OTP capture", "magic link", "verify email flow", "/expect-test signup", or any flow where a service emails a code and the agent needs to read it back. Stores inbox metadata in a tool-neutral state file under .agents/agentmail/ so multiple inboxes survive across sessions. MCP is intentionally NOT recommended — direct REST is simpler and avoids the npx mcp-remote shim. mcporter is documented as a fallback for projects already standardised on MCP tooling.
Professional ATS (Applicant Tracking System) resume matching and scoring tool that operates with the precision of enterprise systems like Greenhouse, Lever, Workday, and Breezy HR. Use this skill when: (1) Matching a resume against a job description to calculate fit scores (2) Analyzing resume-JD alignment with detailed category breakdowns (3) Identifying gaps between candidate qualifications and job requirements (4) Getting actionable suggestions to improve resume match percentage (5) Preparing a resume for ATS optimization before job applications Supports PDF, DOCX, Markdown, and plain text inputs for both resumes and job descriptions.
Attach to Agent Session
Six proven autonomous agent loop patterns with guard rails. Provides reusable patterns for generate->validate->fix, explore->hypothesize->test, and other autonomous workflows. Includes the reviewer-never-authored principle for quality assurance. Use when: (1) Building autonomous agent workflows, (2) Designing self-correcting pipelines, (3) Implementing agent retry/fix loops, (4) Setting up multi-agent review processes, (5) User asks about agent loop patterns.
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.
One canonical source. Many AI tools. Write a skill once, install it into Claude Code, Codex, Copilot, Gemini, Hermes, nanoclaw, Amazon Q, Cursor, Cline, Roo, or Clawdhub.
Migration notice —
ainbis the new deploy surface (May 2026).
bootstrap.js,update-externals.sh, andexternal-dependencies.yamlhave been retired in favour ofainb, the Rust-based unit manager. The new install / update / sync / migrate flow lives in the spec atainb-tui/plans/skill-manager/spec.md.Day-1 path for existing users:
cargo install --path ainb-tui # one-time ainb migrate --from-bootstrap --toolkit-root . # seed manifest ainb migrate --check # preview wipe ainb migrate --clean --backup --yes # apply ainb skill list # verifySections below describe the legacy
bootstrap.jsworkflow and remain for historical reference; the engine itself no longer ships in this repo. New users should skip directly toainb.
cd toolkit
npm install
# Interactive (picks tool from menu)
node bootstrap.js
# Non-interactive (one tool)
node bootstrap.js --tool=claude-code-4.5
node bootstrap.js --tool=codex
node bootstrap.js --tool=copilot
node bootstrap.js --tool=gemini
node bootstrap.js --tool=hermes-agent
node bootstrap.js --tool=nanoclaw
# Verify everything landed (read-only)
node bootstrap.js --tool=claude-code-4.5 --verify
# Install external deps (git-cloned skills, npx-skills, claude plugins)
bash ~/.claude/setup-external.sh
Repeat for each target tool. Each tool gets its own home directory population (~/.claude/, ~/.codex/, …). Hermes is special — it reads from ~/.claude/skills/ via skills.external_dirs, so installing for Claude transitively covers Hermes.
packages/The canonical source tree. Everything under packages/ gets distributed to tool home dirs on bootstrap.
packages/
├── skills/ 91 skills — agent-invokable SKILL.md bundles
├── agents/ 37 agents across 6 categories
│ ├── design/ UI/UX designers
│ ├── engineering/ backend, frontend, security, perf, code-review
│ ├── meta/ agentmaker (create new agents)
│ ├── orchestrators/ tech-lead, project-analyst, team-configurator
│ ├── swarm/ worker/leader primitives for multi-agent work
│ └── universal/ backend-developer, frontend-developer, superstar-engineer
├── utilities/
│ ├── config/ Shared tool config templates
│ ├── hooks/ Event hooks (session-start, pre-commit, etc.)
│ ├── output-styles/ Custom output formatters
│ ├── reflections/ Session reflection templates
│ └── utils/ Shell utility libraries
├── workflows/
│ └── single-agent/ Guided plan → implement → validate flows
└── knowledge/
└── docs-solutions-template/
The reflect Claude Code plugin lives at root-level
plugins/reflect/ (moved out of
toolkit/packages/plugins/ to sit beside its companion library).
The reflect/recall knowledge base CLI lives at root-level
reflect-kb/ in this same monorepo and is installed
via uv tool install by bootstrap.js (from the
git+https://github.com/stevengonsalvez/agents-in-a-box.git#subdirectory=reflect-kb
URL). See the bootstrap's installReflectKb() function for details.
plan · plan-gh · plan-tdd · implement · validate · workflow · discuss · brainstorm · interview · critique · research · handover · prime · recover-sessions · make-a-goal
coding-agent · spawn-agent · attach-agent-worktree · list-agent-worktrees · cleanup-agent-worktree · merge-agent-work · do-issues · gh-issue · make-github-issues · find-missing-tests · commit · sync-learnings · git-history-surgery
swarm-create · swarm-join · swarm-status · swarm-inbox · swarm-shutdown · swarm-orchestration · swarm-agent-troubleshooting
session-info · session-metrics · session-summary · health-check · instincts · reflect · compound-docs · research-cache
expect-test · webapp-testing · browser-verify · test-driven-development · mobile-e2e-mcp
npx claudepluginhub stevengonsalvez/ainb-toolkitBrowser automation and inspection toolkit for AI agents. Debug web apps, inspect UI, capture network traffic, monitor navigation, take screenshots.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
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.