prompt-caching
Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install prompt-caching --cli claudewrites the skill into.claude/skills/prompt-caching/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/prompt-caching/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.
When to use it
Caching strategies for LLM prompts including Anthropic prompt caching, response caching, and CAG (Cache Augmented Generation) Use when: prompt caching, cache prompt, response cache, cag, cache augmented.
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/prompt-caching/SKILL.md -o .claude/skills/prompt-caching/SKILL.md
Notes
Extracted from davila7/claude-code-templates, prompt-caching category.