Stop wiring up AI by hand.
Copy. Paste. Ship.
A curated hub of agents, skills, guides, tools & commands for building with AI coding agents — format-validated and installable in one command.
$ npx agentscamp add agents/code-reviewerSpecialized subagents for focused work
- → API Architect
- → Frontend Developer
- → ML Engineer
Reusable capabilities Claude loads on demand
browseTutorials and deep-dives
browseThe AI tooling directory
browseSlash commands for Claude Code
browseAI terms, defined precisely
browseInstall in one command
The agentscamp CLI drops any agent, skill, or command straight into Claude Code.
$ npx agentscamp add skills/dependency-auditNew & Featured
Fresh across the hub
API Deprecation Planner
Plan the retirement of an API endpoint, field, event, tool, or version without surprising active consumers. Use when replacing an interface, removing legacy behavior, publishing a sunset, migrating internal or external clients, or deciding whether observed traffic is safe to turn off.
API Error Contract Designer
Design or normalize an API's error contract so clients get stable machine-readable codes, safe human messages, field-level validation details, correlation IDs, and consistent HTTP semantics. Use when adding endpoints, replacing ad hoc error strings, documenting SDK behavior, or fixing clients that branch on fragile message text.
Safe Data Backfill Planner
Plan and implement a resumable production data backfill with bounded batches, checkpoints, rate limits, correctness verification, observability, and a pause or rollback path. Use when populating a new column, repairing historical rows, re-keying records, migrating derived data, or updating millions of records without overwhelming the database or replicas.
Code Example Verifier
Verify documentation code examples against the current repository and toolchain, then fix snippets, imports, commands, and expected output without changing the documented intent. Use when docs examples may be stale, an SDK or API changed, users report copy-paste failures, or before publishing tutorials, READMEs, migration guides, and release documentation.
Background Job Reliability Auditor
Audit scheduled jobs, queue consumers, workers, and asynchronous workflows for delivery assumptions, idempotency, retries, poison messages, concurrency, timeouts, checkpoints, shutdown, and observability. Use when a job duplicates work, silently stops, falls behind, fails only at scale, or needs review before production.
Incident Postmortem Writer
Turn incident notes, alerts, chat logs, deploy history, and traces into a blameless, evidence-backed postmortem with impact, timeline, contributing conditions, detection and response gaps, and owned corrective actions. Use after a production incident, failed deployment, security event, or near miss when the team needs a durable learning document rather than a root-cause guess.