8 minUpdated:

Claude Prompt Library: Anthropic's Official Prompts and Your Own Saved Library (2026)

A "Claude prompt library" means one of two things: Anthropic's official Prompt library, a page of copy-paste prompts for Claude Code in the Claude Code docs, or a personal library where you save and reuse your own prompts in claude.ai. claude.ai has no dedicated feature for saving prompts and inserting them into the composer, so AI Toolbox adds one: a searchable, categorized catalog plus your own saved prompts, inserted in one click or by typing // in the Claude prompt box. This guide covers both, and shows when each one is the right tool. Trusted by 40,000+ users with a 4.7/5 Chrome Web Store rating. Free plan available.

By Adi Leviim, Co-Founder at Infi Developments.

Does Claude Have a Prompt Library?

Anthropic does publish an official prompt library, but it is for Claude Code, not for saving your own prompts in claude.ai. The Prompt library in the Claude Code docs describes itself as "copy-paste prompts for Claude Code, tagged by task and role." As of September 2026 it lists 52 prompts, filterable by phase (Discover, Design, Build, Ship, Operate), by task, and by role such as Product, Design, Docs, and Marketing. You search it, fill in the highlighted fields, and copy the prompt into Claude Code. Most of the prompts are about working in a codebase: onboarding, planning, refactoring, testing, reviewing, and debugging.

Anthropic's older prompt library in its API documentation is gone. Its former address, docs.anthropic.com/en/prompt-library/library, now redirects to the Prompting best practices page in the Claude Platform Docs.

What claude.ai itself does not have is a personal prompt library. Anthropic's help center lists three ways to personalize Claude: Instructions for Claude, project instructions, and skills. None of them is a list of saved prompts you pick from and drop into the chat box. If you reuse the same prompts, a code-review template, a summarizer, a brand-voice brief, you either retype them, keep them in a separate document, or dig through old chats to copy one out.

AI Toolbox adds that personal library. It ships with a curated catalog of prompts organized by category, and it lets you save your own prompts and insert any of them into the Claude prompt box. The library lives right inside claude.ai, so your best prompts are always one click away.

Official Prompt Library vs a Personal Saved-Prompt Library

QuestionAnthropic's Prompt libraryPersonal library (AI Toolbox)
Where it livesA page in the Claude Code docsInside claude.ai, in your browser
Built forClaude Code sessionsChats on claude.ai
Whose promptsAnthropic's examplesA curated catalog plus your own prompts
Can you add your own?No, it is a fixed reference pageYes, with {{variable}} placeholders
How a prompt reaches ClaudeFill in, copy, pasteUse Prompt button or the // shortcut
Making a prompt repeatableAnthropic suggests saving it as a Claude Code skill you run as a /commandSave it once, recall it by name

If you work in Claude Code, start with Anthropic's page. It ends with advice worth following: once a prompt works, save it as a skill so your team can run it as a /command. If you work in the claude.ai chat, a personal library is what closes the gap.

How the AI Toolbox Prompt Library Works

The library is built for fast retrieval and reuse.

  1. Install AI Toolbox from the Chrome Web Store and open claude.ai.
  2. Click the floating AI Toolbox button at the bottom right of the page and choose Prompt Library.
  3. Pick a category, search by prompt title, or sort by newest or most popular, then click Use Prompt to add it to the Claude composer, or Save Prompt to copy it into your own set.
  4. Type // in the Claude prompt box to insert any of your saved prompts without opening the panel.

The catalog spans 12 categories, from marketing, sales, and SEO to coding, finance, and writing. Each category shows a Prompt of the Day that rotates daily, a row of recently used prompts, and a heart button for favorites. Use Prompt keeps anything you already typed in the composer and adds the prompt after it.

Native Claude vs the AI Toolbox Prompt Library

CapabilityClaude (native)AI Toolbox Prompt Library
Store reusable prompts to insert on demandNo, use a separate docYes, in the library
Standing instructionsYes, Instructions for Claude and project instructionsNot its job, use Claude's own settings
Reusable procedures Claude loads when relevantYes, skillsNot its job, use skills
Curated prompt catalogNoYes, 12 categories
Insert into the composerCopy and pasteOne click or // shortcut
Fill-in variablesNoYes, {{variable}} placeholders
Favorites and Prompt of the DayNoYes
PriceIncluded with ClaudeFree starter set, full catalog on Premium

Which Prompts Are Worth Saving?

Save a prompt when you have rewritten it more than twice, not the first time it works. A prompt earns a slot in the library by being reused, and most one-off questions never are.

Three kinds pay for themselves:

  • Role and format setups. The paragraph that tells Claude who it is, what tone to use, and what shape the output should take. This is the part people retype most.
  • Structured analysis frames. A fixed set of questions you ask of every contract, transcript, or dataset, so results stay comparable across runs.
  • Repeat transforms. Turning notes into a changelog, a spec into test cases, a draft into a summary at a fixed length.

Anthropic's own prompt engineering guidance is worth reading before you commit a prompt to the library, because a saved prompt multiplies whatever quality it already has. A vague prompt saved is a vague prompt repeated.

What not to save: anything containing specific data from one conversation. Those become stale immediately. Keep the instruction, turn the changing parts into {{variables}}, and pull in context from earlier chats each time with Context Mentions.

Your Own Saved Prompts and the // Shortcut

Beyond the curated catalog, you can save your own prompts in Manage Prompts and call them by typing // in the Claude composer. The // trigger works at the start of a line or after a space, and the list filters as you type. Pick a prompt with the arrow keys and Enter, or click it, and it replaces the // with the prompt while keeping the text you typed before it.

Write {{placeholders}} into a saved prompt, such as Summarize this for {{audience}} in {{length}}, and AI Toolbox asks you to fill in each one before the prompt is inserted. Each saved prompt can hold up to 10,000 characters. If you are on an AI Toolbox Teams plan, prompts from your shared team library appear in the same // list with a Team badge.

You can also open your saved prompts with a keyboard shortcut, but you assign it yourself: AI Toolbox ships an "Open your prompts" command with no default key, which you set at chrome://extensions/shortcuts. Pair the library with folders and Smart Tags to keep the chats those prompts produce organized. AI Toolbox also includes ChatGPT and Gemini modules, so the same prompt workflow follows you across the AIs you use.

Chains send saved steps one after another in the same chat, waiting for each answer to finish.

Prompt Library vs Claude Projects and Skills: Which Should You Use?

Claude's native features and a prompt library solve different parts of the same problem, and they work together rather than competing.

Projects hold context. According to Anthropic, a project is a self-contained workspace with its own chat history, a knowledge base of uploaded files, and project instructions that apply to every chat inside it. Projects are available on every plan, and free accounts can create up to five. That is the right home for standing facts: your product, your codebase, your style guide.

Skills hold procedures. Anthropic describes skills as folders of instructions, scripts, and resources that Claude loads when they are relevant to a task. They are available on Free, Pro, Max, Team, and Enterprise plans, require code execution to be turned on, and are added in Customize, then Skills. You do not pick a skill from a list in the chat; Claude decides when to use one.

A prompt library holds the words you send. A saved prompt is text you choose to insert, at the moment you want it, in any chat, inside a project or outside one. The same review prompt works on any codebase.

The practical split: put what Claude should always know in a project, how Claude should do a recurring task in a skill, and what you ask Claude to do right now in the prompt library. Project instructions apply only to chats in that project, so an instruction you want everywhere does not belong there.

Chaining Saved Prompts Into a Sequence

Prompt chaining sends several prompts in order in the same conversation, starting each step only after Claude finishes answering the previous one. Instead of one long prompt that asks Claude to do five things at once, a chain does them one at a time, so each step can build on the answers above it and a failure is easy to isolate.

A common chain is extract, then analyse, then format: pull the claims from a document, weigh them, then output a table. Type .. in the composer to start a chain, which can have up to 25 steps. The free plan keeps two chains and Premium raises that to 100. Our guide to Claude prompt chaining covers building them step by step.

Free vs Premium for the Prompt Library

The free plan opens 5 of the 12 catalog categories (marketing, personal development, sales, customer service, and SEO), shows the first 5 prompts in each along with the Prompt of the Day, and lists the rest as locked previews. Premium ($9.99/month or $99 one-time lifetime) unlocks every category and prompt, and the same plan removes the free caps on search results, folders, message bookmarks, Smart Tags, and the Artifact Vault on Claude. If you use more than one AI, the All Access Lifetime ($199) covers the ChatGPT, Gemini, Claude, and Grok modules in one purchase and saves $197 versus four single-platform Lifetimes. Paid plans include a 14-day money-back guarantee on the initial purchase.

Tired of retyping your best Claude prompts? The prompt library keeps the ones you reuse one click away, right inside claude.ai. Trusted by 40,000+ users with a 4.7/5 Chrome Web Store rating. Compare Claude plans →

Exact free-plan limits on Claude

FeatureFree planPremium
Curated prompt library5 of 12 categories, first 5 prompts in eachEvery category and prompt
Favorite catalog prompts3Up to 100
Your own saved prompts2Up to 500
Prompt chains2Up to 100
Folders2 top-level folders, unlimited subfolders inside themUnlimited
Message bookmarks2Unlimited
Chat history search5 resultsUnlimited results
Artifact Vault5 artifactsEvery saved artifact
Smart TagsMost recent 50 conversationsWhole history
Context Mentions (@@)3 per dayUnlimited
Context window meterIncludedIncluded, plus context handoff
ExportTXTTXT, Markdown, JSON, PDF, plus bulk

The free tier is a working tier rather than a time-limited trial. The caps bind once you are reusing prompts daily or running more than a couple of chains.

Smart Tags label conversations automatically, so saved prompts and organized history work together.

Setting Up Your Claude Prompt Library

  1. Install the extension and open Claude. AI Toolbox runs on Chromium browsers, including Chrome, Edge, Brave, Opera, and Arc. It does not support Firefox.
  2. Open the floating toolbox at the bottom right of claude.ai and choose Prompt Library to browse the catalog, or Manage Prompts to write your own.
  3. Save your first prompt from one you have already refined, rather than writing one from scratch, and replace the parts that change with {{variables}}.
  4. Recall it with // in the composer, which filters as you type.
  5. Group related work with folders and Smart Tags so the conversations a prompt produced stay findable.

If you are comparing options first, see our roundup of the best Claude Chrome extensions and the guide to organizing Claude conversations. Anthropic publishes product changes on its news page if you want to track what Claude adds natively.

Who the Prompt Library Is For

Developers keep code-review, refactor, and test-writing prompts ready to fire, and should also bookmark Anthropic's Claude Code prompt library. Marketers and writers store brand-voice briefs and content templates. Analysts reuse summarization and extraction prompts. Anyone with a repeatable workflow stops rebuilding the same prompt and starts from a saved one every time.

Four Mistakes That Make a Prompt Library Useless

A prompt library fails for predictable reasons, and all four are avoidable.

  1. Saving too early. A prompt saved on its first success encodes luck rather than a pattern. Wait until you have reused and refined it.
  2. Baking in data. Prompts that embed one conversation's specifics go stale quickly. Keep the instruction generic and use {{variables}} for what changes.
  3. No naming convention. Twenty prompts called "review" defeat the // filter. Name by the job, for example "review: API contract" or "summarize: meeting to actions".
  4. Never pruning. A library you do not weed becomes a list you scroll instead of search, which is the problem you installed it to fix.

The same discipline applies on the other modules. AI Toolbox is one install covering ChatGPT, Gemini, and Grok as well as Claude, so a naming convention that works on Claude carries over.

Frequently Asked Questions

Does Claude have a built-in prompt library?

Anthropic publishes an official Prompt library in the Claude Code docs at code.claude.com/docs/en/prompt-library, with copy-paste prompts for Claude Code tagged by task and role. claude.ai itself has no feature for saving your own prompts and inserting them into the chat box; its native options are Instructions for Claude, project instructions, and skills. AI Toolbox adds a personal prompt library inside claude.ai.

What happened to Anthropic's old prompt library?

The prompt library that used to live in Anthropic's API docs at docs.anthropic.com/en/prompt-library/library no longer has its own page. That address now redirects to the Prompting best practices page in the Claude Platform Docs. Anthropic's current Prompt library is the Claude Code one.

How do I insert a saved prompt into Claude?

Type two forward slashes at the start of a line or after a space in the Claude prompt box, keep typing to filter your saved prompts, then press Enter or click one. The prompt replaces the slashes and the text before them is kept. From the Prompt Library panel, Use Prompt adds a catalog prompt after anything already in the composer.

Can I use variables in saved prompts?

Yes. Write placeholders in double curly braces, such as {{audience}}, into a saved prompt. When you insert it, AI Toolbox opens a short form asking for each value and fills them in before the prompt reaches the composer. Prompt chains support the same placeholders across all of their steps.

Is the prompt library free?

The free plan opens 5 of the 12 catalog categories, shows the first 5 prompts in each plus the Prompt of the Day, and lets you keep two of your own prompts. Premium ($9.99/month or $99 lifetime) unlocks every category and prompt and raises your own saved prompts to 500. Paid plans include a 14-day money-back guarantee on the initial purchase.

Where are my prompts stored?

By default your saved prompts and chains are kept in your browser and synced to AI Toolbox servers under the email your Claude account uses, so they can follow you to other devices. Prompts you save while signed out stay local and sync later. If you turn on "Keep my Prompt Library on this device" in Settings, they stay on that computer only and are no longer sent to AI Toolbox servers or synced to your other devices. Shared team libraries are not affected by that setting.

Can I use the same saved prompts on ChatGPT and Claude?

Yes, in most setups. Synced prompts are stored against the email address each AI site is signed in with, so if ChatGPT and Claude use the same email, the same saved prompts appear on both. If the emails differ, a paid plan with the cross-platform setting ("Use my chats across all platforms") turned on merges your prompts and chains into one library for ChatGPT, Claude, Gemini, and Grok in that browser. The device-only setting also keeps one local library for all four sites.

Does AI Toolbox work on browsers other than Chrome?

AI Toolbox runs on Chromium browsers, including Chrome, Microsoft Edge, Brave, Opera, and Arc, using the same Chrome Web Store install. It does not support Firefox.

What is the difference between a saved prompt and a prompt chain?

A saved prompt is one instruction you recall with the double-slash shortcut. A chain is a sequence of up to 25 steps, started with the double-dot shortcut, that AI Toolbox sends one after another in the same chat, waiting for each answer to finish. Use a prompt for a single task and a chain for a repeatable multi-step workflow like extract, analyse, then format.

Ready to stop retyping prompts? Install AI Toolbox free, open claude.ai, and open the Prompt Library. For plans, see AI Toolbox pricing, and explore more Claude features like folders and Smart Tags.

Last updated: September 16, 2026.