agent-cache-plugin
v1.0.7Token caching and management plugin for improving token efficiency via intelligent prompt caching and context deduplication
By Jay NelsonLicense: SEE LICENSE IN LICENSE0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install agent-cache-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-cache-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/renfordn/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is agent-cache-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/cache-management/SKILL.md├── skills/cache-orchestration/SKILL.md├── skills/cache-storage/SKILL.md├── skills/cache-validation/SKILL.md└── skills/metrics-tracker/SKILL.md
Included Skills5
Core cache storage and retrieval system with O(1) lookups, TTL expiration, and multiple eviction policies
Intelligent cache decision-making with relevance scoring and staleness detection
Storage backend abstraction for cache data persistence
Five-layer validation model for cache quality assurance with relevance scoring
Performance monitoring and optimization tracking with hit rate and token savings analysis
Plugin manifests1
{
"name": "agent-cache-plugin",
"version": "1.0.7",
"description": "Token caching and management plugin for improving token efficiency via intelligent prompt caching and context deduplication",
"author": {
"name": "Jay Nelson"
},
"homepage": "https://github.com/renfordn/agent-cache-plugin",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"cache",
"token-efficiency",
"agent",
"claude-code",
"optimization"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[agent-cache-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-cache-plugin)