backend-optimizer
CommunityMeasured backend and database performance gains.
System Documentation
What problem does it solve?
This skill eliminates guesswork in backend performance tuning by replacing speculative changes with measured, evidence-based optimizations for slow backend routes, unoptimized database queries, poor schema/index health, and inefficient runtime work.
Core Features & Use Cases
- Report-First Audits: Inventory and rank all backend and database performance candidates by impact, with clear evidence and safe fix paths, stopping before changes unless explicitly approved.
- Bounded Fix Loops: Run structured
/goaloptimization loops that track state via a candidate ledger and goal-run document, fix only safe high-impact candidates with before/after validation, and resweep until all high-impact surfaces are classified. - Full Surface Coverage: Covers application-visible queries, schema/index/constraint health, backend runtime paths, connection/lock/migration/observability hygiene, and gates high-risk changes like schema redesigns for human approval.
- Use Case: For a web app with slow user profile load times, the skill can inventory all related database queries, identify missing indexes via EXPLAIN plans, apply the smallest safe index fix, validate latency improvements, and reject speculative caching changes without evidence.
Quick Start
Use the backend-optimizer skill to audit your backend and database performance, get a ranked list of bottlenecks with safe fix recommendations, or run a bounded measured fix loop to safely improve high-impact candidates with verified before/after results.
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: backend-optimizer Download link: https://github.com/nodatall/primedirective/archive/main.zip#backend-optimizer Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 537,000+ vetted skills library on demand.