Install
Download skill file
spine.skill.md — drop into ~/.claude/skills/Set your API key
What it does
Once installed, Claude Code will automatically delegate to Spine when you ask for tasks like:- “Produce a competitive analysis of AI coding tools”
- “Create a Q1 sales report from this CSV”
- “Build a slide deck on European market expansion”
POST /v1/run, polls until complete, and presents the synthesized output plus download links for any generated artifacts.
Example session
How the skill works
The skill file teaches Claude Code:- When to use Spine (multi-source research, deliverable generation — not simple lookups)
- How to authenticate (
SPINE_API_KEYenv var) - The two-step pattern —
POST /v1/run→ pollGET /v1/run/{run_id} - How to pick a template based on the deliverable type
- How to present results — show
final_output+ artifact download links