Drop a single skill file into Claude Code and it learns when and how to call the Spine API — no prompt engineering on your part.Documentation Index
Fetch the complete documentation index at: https://docs.getspine.ai/llms.txt
Use this file to discover all available pages before exploring further.
Install
- Plugin (recommended)
- Per-invocation (fallback)
- Local development
Install the The plugin exposes the skill
spine plugin from the Spine marketplace:spine:research, which Claude Code
auto-discovers at session start and invokes on research/deliverable prompts.Download skill file
spine.skill.md — used by the per-invocation fallback tab aboveSet 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