Performance guardrails pack — N+1, complexity notes, measure-before/after, unbounded growth, pagination, hot-path I/O. Use when asked for a performance pass or when optimizing/reviewing query and loop cost.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add altafino/FableClaudeMDForOpus --skill kit-performance --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kit Performance?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/altafino-kit-performance)More formats (shields.io, HTML) on the badges page.
---
name: kit-performance
description: Performance guardrails pack — N+1, complexity notes, measure-before/after, unbounded growth, pagination, hot-path I/O. Use when asked for a performance pass or when optimizing/reviewing query and loop cost.
---
Read and apply to the current task, citing rule IDs/rows with one line of evidence as they fire:
- docs/guardrails/PERFORMANCE.md — PERF1–PERF6 (PERF3: no speed claim without before/after numbers)
- docs/guardrails/TRAPS-SQL.md — "Indexes, types, pagination" rows
- docs/guardrails/TRAPS-NOSQL.md — Redis rows (SCAN, TTL)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!