Skip to main content
S

/spine-api

SpineBackend & APIs

Designs and builds an API contract-first: the interface is defined and agreed before implementation begins. Produces endpoint specs with request and response schemas, validation rules, auth requirements, error codes, and pagination patterns, then implements the full API against that spec.

Install

This skill

Install Spine API

1. Add to marketplace

$ claude plugin marketplace add tonone-ai/tonone

2. Install this skill

$ claude plugin install spine-api@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-api

When to use

When building a new REST or GraphQL API from scratch. When adding major new API surfaces to an existing service. When two teams need to agree on an interface before either starts building, so both sides can work in parallel without blocking each other.

Deep dive

AI REST API Design (Contract-First)

Most AI tools write API code without a contract. /spine-api designs the API contract first: endpoints, schemas, errors, auth, pagination, then implements against it.

Read the article

More from Spine

All Spine skills

Ready to use Spine API?