Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use as the docs-priming stage of the Butterbase journey, immediately after journey-preflight and before the first build stage. Reads the plan to discover which capabilities the app uses, calls butterbase_docs once per relevant topic, and caches a summary the build stages can re-read.
.claude/skills/butterbase-ai-journey-docs/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -43% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -5% | 0% |
A short, mechanical priming step. The goal is that every downstream stage starts with the relevant docs already in the conversation, so the model doesn't invent API shapes.
Invoke automatically after journey-preflight returns. Also invoke standalone (/butterbase-skills:journey-docs) any time the user changes the plan or you realize a stage is using a capability you haven't refreshed this session.
docs/butterbase/02-plan.md. Identify every Butterbase capability in use (Tables → schema; RLS → auth; Auth → auth; Storage → storage; Functions → functions; AI → ai; RAG → rag; Realtime → realtime; Durable → functions; Frontend → frontend; Integrations → integrations; Substrate → substrate; Payments → billing).butterbase_docs per topic. For each unique topic from step 1, call butterbase_docs with that topic argument. Skip duplicates.docs/butterbase/03b-docs-cache.md with this structure:markdown --- primed_at: <ISO timestamp> topics: <comma-separated list>] ---
# Docs Cache
## <topic-1> <one-paragraph summary of what the MCP doc says — key endpoints, common patterns, gotchas> URL: https://docs.butterbase.ai/<area>
## <topic-2> ...
00-state.md. Tick the docs row."Primed docs for: schema, auth, storage, functions. Cache at docs/butterbase/03b-docs-cache.md."butterbase_docs with topic: "all". Burns context. Call once per relevant topic instead.Other measured skills in the registry, with their headline benchmark lift.