Skip to content
agentscamp
~/agentscamp$

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-reviewer
npm: agentscamp ↗
Agents61

Specialized subagents for focused work

  • API Architect
  • Frontend Developer
  • ML Engineer
browse
Skills110

Reusable capabilities Claude loads on demand

browse
Guides163

Tutorials and deep-dives

browse
Tools139

The AI tooling directory

browse
Commands53

Slash commands for Claude Code

browse
Glossary81

AI terms, defined precisely

browse
// getting started

Install in one command

The agentscamp CLI drops any agent, skill, or command straight into Claude Code.

$ npx agentscamp add skills/dependency-audit
how it works

New & Featured

Fresh across the hub

Skill

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.

invocablev1.0.0
Skill

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.

invocablev1.0.0
Skill

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.

invocablev1.0.0
Skill

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.

invocablev1.0.0
Skill

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.

invocablev1.0.0
Skill

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.

invocablev1.0.0