cache_patterns

cache_patterns is a skill for Claude Code from DonggangChen/antigravity-agentic-skills. It costs 26 tokens per session (1,720 once invoked), scanned A, original, no licence file.

An instruction set for using Spring Cache in Spring Boot applications. Spring Cache is a framework feature that stores results so an application can reuse them instead of repeating work.

In plain words
What is it for?
Implementing and operating caching in Spring Boot applications, especially for performance-sensitive code.
Why use it?
It guides developers who need application-level caching for workloads where repeated operations affect performance.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Implementing and operating caching in Spring Boot applications, especially for performance-sensitive code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/donggangchen/antigravity-agentic-skills/cache_patterns
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DonggangChen/antigravity-agentic-skills --skill cache_patterns
Clone the repo
git clone --depth 1 https://github.com/DonggangChen/antigravity-agentic-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cache_patterns

README.md
[![agentmods](https://agentmods.dev/badge/skills/donggangchen/antigravity-agentic-skills/cache_patterns/github.svg)](https://agentmods.dev/skills/donggangchen/antigravity-agentic-skills/cache_patterns)
Your own site
<a href="https://agentmods.dev/skills/donggangchen/antigravity-agentic-skills/cache_patterns"><img src="https://agentmods.dev/badge/skills/donggangchen/antigravity-agentic-skills/cache_patterns/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cache_patterns

Your own site · 80×15
<a href="https://agentmods.dev/skills/donggangchen/antigravity-agentic-skills/cache_patterns"><img src="https://agentmods.dev/badge/skills/donggangchen/antigravity-agentic-skills/cache_patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,720 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00026 $0.01720
Opus 5 $0.00013 $0.00860
Sonnet 5 $0.00005 $0.00344
Haiku 4.5 $0.00003 $0.00172

Measured 10d ago against content hash 5f328a98cf63, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cache_patterns scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

cache_patterns/SKILL.md · 187 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 187 lines · 26 tokens per session scan A 5f328a98cf63

Subscribe to this mod's changes

cache_patterns is a skill published in the GitHub repository DonggangChen/antigravity-agentic-skills (2 stars, last pushed 8mo ago), with no licence file. It adds 26 tokens to every session and 1,720 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cache_patterns

Instruction set for enabling and operating the Spring Cache abstraction in Spring Boot when implementing application-level caching for performance-sensitive workloads.

vuralserhat86/antigravity-agentic-skills · 26 tokens

event_driven

Structure systems around asynchronous, event-based communication to decouple producers and consumers for improved scalability and resilience. Use when building loosely coupled systems with asynchronous message-based communication.

vuralserhat86/antigravity-agentic-skills · 36 tokens

validate-contracts

Assert data shape consistency across system boundaries — live API responses against JSON Schema, key-set comparison across layers, data shape validation for migrations and exports. Catches silent data corruption before deploy.

danielvm-git/bigpowers · 41 tokens

frontmcp-guides

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

agentfront/frontmcp · 157 tokens

cqrs-event-sourcing

Use when designing event-driven architectures, evaluating aggregate boundaries, deciding between event sourcing and current-state storage, building read models, or when a codebase has overlapping domain objects emitting events.

mattwynne/yaks · 41 tokens

karpathy-coding-principles

Use when andrej Karpathy's 4 coding principles — think before coding, simplicity first, surgical changes, goal-driven execution. Use when coding, reviewing code quality, reducing overengineering,.

oyi77/1ai-skills · 46 tokens