Agent Plugins Marketplace
All plugins

agent-cache-plugin

v1.0.7

Token caching and management plugin for improving token efficiency via intelligent prompt caching and context deduplication

Claude Code5 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install agent-cache-plugin@agent-plugin-marketplace

Paste 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-plugins

Clone 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

agent-cache-plugin/
├── .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

cache-managementskills/cache-management/SKILL.md

Core cache storage and retrieval system with O(1) lookups, TTL expiration, and multiple eviction policies

cache-orchestrationskills/cache-orchestration/SKILL.md

Intelligent cache decision-making with relevance scoring and staleness detection

cache-storageskills/cache-storage/SKILL.md

Storage backend abstraction for cache data persistence

cache-validationskills/cache-validation/SKILL.md

Five-layer validation model for cache quality assurance with relevance scoring

metrics-trackerskills/metrics-tracker/SKILL.md

Performance monitoring and optimization tracking with hit rate and token savings analysis

Plugin manifests1

agent-cache-plugin/.claude-plugin/plugin.json
{
  "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"
  ]
}

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)