Skip to main content
Run any Skill in Manus
with one click

backend-perf

Stars0
Forks1
UpdatedJuly 23, 2026 at 11:51

Performance checklist for backend services and database queries — parallel async, N+1 detection, single-pass pagination counts, index coverage, STABLE function reuse, column selection, EXPLAIN-evidence for rewrites, and race-condition handling. Use when writing or reviewing any backend endpoint, service, or DB query (SQL, Drizzle, Prisma, Convex), when adding a WHERE clause or index, or when a perf rewrite/batching/join restructure is proposed. Triggers on "optimize this query", "endpoint is slow", "add an index", "N+1", "race condition".

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly