> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sprintbrain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Prompt Library: Store and Expand Prompts Anywhere

> Store ChatGPT, Claude, and Gemini prompts in a searchable library, then expand any prompt into any text field — no copy-pasting required.

SprintBrain treats AI prompts as first-class assets — not notes buried in a document. Keep your production prompts for ChatGPT, Claude, Gemini, and any other model in a searchable library alongside your text templates. Every prompt is versioned, attributable, and shareable with your team through the same folder-based system as snippets.

## Inserting prompts

SprintBrain gives you two ways to insert a prompt, depending on how often you use it.

### Method 1 — The `"""` picker overlay

Type three double-quotes (`"""`) in any input field — a Gmail compose window, a ChatGPT chat box, Slack, your CRM, or anywhere else you type — and the **prompt picker overlay** opens inline. Browse your library by folder, or start typing to search by name, intent, or strategy. Press **Enter** or click a result to insert the prompt at your cursor.

<Note>
  The `"""` trigger is the default. If you have customised your prompt trigger in **Settings → Triggers**, use your configured sequence instead.
</Note>

### Method 2 — Per-prompt shortcut expansion

Give any prompt its own shortcut in the prompt editor (for example, `coderev`). Then type your **prompt trigger prefix + the shortcut + Tab** anywhere — for example, `/coderev` + **Tab** — and the prompt expands directly, without opening the picker. Use this method for prompts you reach for dozens of times a day.

<Tip>
  Both methods work in rich-text editors (including Lexical and ProseMirror), standard `<textarea>` fields, and `contenteditable` elements — so they work in WhatsApp Web, Notion, and most AI chat interfaces.
</Tip>

## Explore the prompt library

<CardGroup cols={2}>
  <Card title="Create Prompts" icon="pen-to-square" href="/prompts/create-prompts">
    Build prompts with the structured block editor — role, objective, context, examples, reasoning, and constraints — and add dynamic fields that fill at expansion time.
  </Card>

  <Card title="Quality Score" icon="star" href="/prompts/quality-score">
    SprintBrain grades every prompt on a 0–10 scale, explains each deduction, and offers one-click fixes so your whole team writes better prompts without a dedicated prompt engineer.
  </Card>

  <Card title="Filters & Shortcuts" icon="filter" href="/prompts/filters-and-shortcuts">
    Narrow your library by strategy (CoT, RAG, Few-shot…), intent (Coding, Writing, SEO…), and output type (JSON, Markdown, SOP…) — in the dashboard and in the inline picker.
  </Card>

  <Card title="Snippets Overview" icon="bolt" href="/snippets/overview">
    Prompts and snippets share the same trigger system, folder structure, and team-sharing model — learn how the two asset types work together.
  </Card>
</CardGroup>

<Note>
  Your prompt library is shared with your team through the same folder-based model as snippets. Share a folder and every prompt inside it becomes available to your teammates immediately — in their dashboard, their Chrome extension, and their mobile view — with the same View, Edit, and Owner permission levels.
</Note>
