PulseGateWireMethodologyCompanyThe global software index— through the gate this hour
The index
AllNewestFreeOpen sourceGone darkCategoriesCompareWatchlist
Coverage—in the index
Freshness—newest listing
Cadence—last week average · — today
Index9 markets91 categories · 140 niches
PulseGate

The global index of software taking shape now.

Stores show what passed through a store. Launch sites show what launched there. Catalogs show what entered their catalog. Each sees the market through its own gate. PulseGate reads across them.

FollowGitHubX (Twitter)LinkedIn
Platform
IndexIndex by setCategoriesWireMethodologySupply IndexDead ProjectsData SourcesCoverage RulesGlossaryEmbed Widget
Support
Help CenterSubmit your projectReport an Issue
Company
AboutTeamDimaxiaPress & DataContactPlatform Status
Legal
PrivacyTermsDisclaimer
Dimaxia · Dymaxio s.r.o. · Prague, Czechia · © 2026WatchlistSitemapSystem status
PulseGatePRprompt-caching
Visit↗
Skip to content
  1. Index›
  2. Other AI›
  3. prompt-caching
← Back to the index
PR

prompt-caching

prompt-caching.ai·Infrastructure

Prompt-caching is an open source plugin designed to reduce token costs when interacting with Anthropic's Claude Code models by automatically caching stable prompt content. It addresses the issue of repeated charges for system prompts, tool definitions, and file reads during coding sessions, achieving up to 90% savings on repeated turns by marking and caching stable content. The plugin is intended for users building their own applications or agents with the Anthropic SDK, particularly when Claude Code's built-in caching does not apply to direct SDK calls.

The plugin operates as an MCP (Multi-Client Plugin) and offers four session modes to automate cache breakpoint placement. BugFix Mode detects stack traces and caches the relevant files and error context, so subsequent turns only process new questions. Refactor Mode identifies refactor keywords and file lists, caching before-patterns, style guides, and type definitions, while only resending per-file instructions. File Tracking monitors file read counts and injects a cache breakpoint after the second read, ensuring future reads are charged at a reduced rate. Conversation Freeze mode freezes all messages before a certain turn as a cached prefix, so only the last three turns are sent fresh, compounding savings.

Prompt-caching supports installation directly in Claude Code via simple commands, requiring no configuration files or restarts. For other MCP-compatible clients such as Cursor, Windsurf, ChatGPT, Perplexity, Zed, and Continue.dev, it can be installed globally via npm and added to the client's MCP configuration. The plugin provides observability tools, including get_cache_stats for tracking cache hit rates and cumulative savings, as well as analyze_cacheability for dry-running prompts to preview cacheable content and breakpoint placement.

Cache reads are billed at 0.1× the standard token price, while cache creation costs 1.25× normal, with a default cache lifetime of five minutes (ephemeral), extendable to one hour at a higher rate. Supported Claude models include various versions of Opus, Sonnet, and Haiku, with minimum cacheable prompt sizes varying by model. Prompt-caching is distributed under the MIT license, ensuring zero lock-in, and is developed by Ercan Ermis in the Netherlands.

Open SourceMITCLI
Pprompt-caching preview
Visit prompt-caching.ai↗
127stars
5forks
7features
2026since

Overview

7 features

In the Other AI space, prompt-caching takes a focused approach. It reduces repeated token costs for Claude Code users by automatically caching stable prompt content. prompt-caching is an open-source project aimed at AI developers using Claude Code and compatible platforms. The project is open source (MIT). prompt-caching is available on the command line.

flightlesstux builds and maintains prompt-caching, and it first shipped in 2026. The project is developed in the open on GitHub with 127 stars. Key capabilities include prompt caching, token cost reduction, and automatic cache breakpoints. It exposes integrations via an MCP server.

Summary written by a language model from the project’s public pages.

  • ✓Prompt caching
  • ✓Token cost reduction
  • ✓Automatic cache breakpoints
  • ✓BugFix mode
  • ✓Refactor mode
  • ✓File tracking
  • ✓Conversation freeze
Tags
mcp-pluginprompt-cachingclaude-codetoken-optimizationai-cost-savings
AI capabilities
TextCode

Built with & integrations

AI providers
anthropic
Connectors
MCP
Runs on
CLI
Detected from
anthropic
bclaude in the HTML

Trust & compliance

License
MIT
Verified signals
✓HTTPS✓Privacy Policy✓Open Source✓Free tier✓GitHub · ★ 127
Legal
Privacy Policy →

Indexing history

1

What PulseGate has recorded for this listing

  1. Indexed26 Jun · 13:56 UTC
    Listing verified against its public source
    Source: PulseGate · Open ↗

Frequently asked questions about prompt-caching

What does prompt-caching do?
Prompt-caching reduces repeated token costs for Claude Code users by automatically caching stable prompt content. It is catalogued under Other AI on PulseGate.
Who is prompt-caching for?
prompt-caching is an open-source project built for AI developers using Claude Code and compatible platforms.
Does prompt-caching have a free plan?
Yes — prompt-caching is open source under the MIT license and free to use.
What platforms does prompt-caching run on?
prompt-caching runs on the command line.
Is prompt-caching still maintained?
Unverified. prompt-caching has not been re-checked since it entered the index, so there is no finding either way — and only a positive finding would say otherwise.
What projects are similar to prompt-caching?
Similar projects tracked by PulseGate include PromptlyClear, Lazy Prompter, and PromptOptimizr.PromptlyClearLazy PrompterPromptOptimizr
Who develops prompt-caching?
prompt-caching is developed by flightlesstux.
How long has prompt-caching been around?
prompt-caching first shipped in 2026.

At a glance

Pricing
Open Source
Platforms
Cli
Languages
English
Open source
Yes · ★ 127
License
MIT
Built for
AI developers using Claude Code and compatible platforms
Model
Open source
Solves
Reduces repeated token costs for Claude Code users by automatically caching stable prompt content.

Registered as

GitHub
flightlesstux/prompt-caching

Developer

flightlesstux
Solo developer
↗ GitHub

Open source

View on GitHub →
Stars
127
Forks
5
Open issues
13
Last commit
12 Jun 2026
Commits 90d
0
Contributors
1
Authorship
Solo
Default branch
main
Latest release
v1.3.0 · 13 Mar 2026

Index record

Identity confidence
High · 95
Indexed
26 Jun 2026
Lifecycle
Alive
Last seen
26 Jun 2026
Identity audit (12)
Slug
prompt-caching-90-token-savings-for-claude-code-prompt-caching-ai
Lifecycle last checked
8 Aug 2026
Verification state
Indexed for public listing
Listing state
Listed: yes
Index status
Included in index
Latest evidence snapshot
26 Jun 2026
Timeline basis
Indexed-at chronology. This listing's first-seen date was written by the catalog backfill, not observed here, so it is not treated as a sighting.
Name from
Derived from the project's own page and URL.
Category from
Assigned by a language model.
Summary from
Written by a language model from public pages.
Languages from
Detected by a language model, checked against the page's own declaration.
Canonical URL
https://prompt-caching.ai/

Ship this? Send a correction — no account, and you get a link to follow it.

Similar projects

Closest matches by what these projects do

  • PRPromptlyClearpromptlyclear.com
  • LPLazy Prompterlazyprompter.com
  • PRPromptOptimizrpromptoptimizr.com
  • PRPromptifyApppromptifyapp.com
  • PRprompt-copilot-clipypi.org
  • PRPrompTessorpromptessor.com