Skip to main content
S

/spine-perf

SpineBackend & APIs

Finds and fixes performance bottlenecks in existing backend services. Diagnoses N+1 query patterns, missing database indexes, synchronous I/O that should be async, cache layer gaps, and connection pool exhaustion. Produces a prioritized list of fixes with the expected impact of each.

Install

This skill

Install Spine Perf

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install this skill

$ claude plugin install spine-perf@tonone-ai

The agent

Install Spine

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install Spine

$ claude plugin install spine@tonone-ai

Want all 31 agents across both teams?

Full installation guide

Invoke this skill

Command|$ /spine-perf

When to use

When specific endpoints are slow under normal load and the cause is unclear. When database query counts per request are unexpectedly high. When preparing for a traffic spike and you want to know what will fail first so you can fix it before the spike arrives.

Deep dive

Fix Backend Performance Bottlenecks with AI

Most slow endpoints have one of five root causes. /spine-perf diagnoses N+1 queries, missing indexes, sync I/O, cache gaps, and pool exhaustion, then fixes them in priority order.

Read the article

More from Spine

All Spine skills

Ready to use Spine Perf?