inngest-brownfield-auditlisted
Install: claude install-skill DrOlu/agent-skills
# Inngest Brownfield Audit
Use this skill when asked to inspect an existing codebase, add
Inngest "where it makes sense", migrate fragile background work, or find
durability gaps before making changes.
This is an agent-first workflow. Do the audit from evidence in the repo, name
the specific files and call sites that drove each conclusion, and make small
integration moves that preserve current behavior.
## When to Trigger
Use this skill for requests like:
- "Audit this repo for Inngest opportunities"
- "Add Inngest to this codebase"
- "Make our webhooks / cron jobs / background tasks reliable"
- "Find places where work can be lost on deploy or process crash"
- "Replace fragile polling, delayed jobs, or fire-and-forget promises"
- "Make this AI workflow / agent durable"
If the user is starting from scratch instead of a brownfield repo, use
`inngest-setup`, `inngest-durable-functions`, `inngest-events`,
`inngest-steps`, and, for AI workflows, the agent patterns in this skill. Use
`inngest-agent-evals` when the request includes scoring, sessions, experiments,
deferred scorers, Insights, or outcome-based evaluation.
## Audit Loop
1. **Map the project shape.**
- Read `package.json`, workspace files, app/router structure, server entry
points, deployment config, and test scripts.
- Identify framework: Next.js App Router, Next.js Pages Router, Express,
Hono, Fastify, Remix, SvelteKit, Astro, NestJS, worker-only service, or
other.
- Detect package manag