OnlyTerp@Prompt Cache Skills
OnlyTerp@Prompt Cache Skills from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
14- ▌
- ▌ Aider 1h Ttl · onlyterpAider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.
- ▌ Cline Pin Timestamp · onlyterpCline's system prompt includes a timestamp that may be recomputed per request, invalidating the system-prompt cache.
- ▌ Roo Fix Volatile Msg · onlyterpLadder-aware Roo Code Anthropic caching — verify the rolling read/write ladder on the wire, then close the real gaps (Vertex 4-block budget, MiniMax path).
- ▌ Aider Cache Default On · gabrielmoreiraAider's --cache-prompts is off by default. Flip it on for supported models.
- ▌ Cline Fix Volatile Msg · gabrielmoreiraLadder-aware Cline Anthropic caching — verify the rolling read/write ladder on the wire, then add the tools breakpoint and tune TTL. Updated for the 2026-08 AI-SDK monorepo.
- ▌ Cline Openai Cache Key · gabrielmoreiraCline OpenAI native provider sends no prompt_cache_key. Add a stable per-task key so cached_tokens stops being zero.
- ▌ Roo Bedrock Custom Arn · gabrielmoreiraRoo Code's Bedrock provider silently disables caching for custom ARNs. Populate cachableFields to fix.
- ▌ Continue Enable Defaults · gabrielmoreiraContinue's prompt caching is opt-in via config and off by default. Flip the default to systemAndTools.
- ▌ Continue Gemini Explicit · gabrielmoreiraContinue's Gemini provider doesn't use the cachedContents API at all. Add explicit caching for sessions over the minimum token threshold.
- ▌ Continue Fix Volatile Msg · gabrielmoreiraLadder-aware Continue Anthropic caching — verify the rolling ladder on the wire, then enable it by default and add TTL coverage.
- ▌ Opencode Mistral Cache Key · gabrielmoreiraOpenCode doesn't set prompt_cache_key for Mistral models, missing the documented 10% cached-token discount.
- ▌ Opencode Bedrock Doc Blocks · gabrielmoreiraOpenCode places cachePoint on Bedrock messages containing DocumentBlocks, which produces a "nothing available to cache" error.
- ▌ Opencode Detect Openai Compat · gabrielmoreiraOpenCode's caching detection misses OpenAI-compatible proxies routing to Anthropic/Bedrock. Broaden the predicate.