OnlyTerp@Prompt Cache Skills

OnlyTerp@Prompt Cache Skills from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 14 skills 2 authors

Skills in this plugin

14
  1. Skill Slug · onlyterp
    One-line description of what this fix does and why it matters.
    1 install
  2. Aider 1h Ttl · onlyterp
    Aider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.
    1 install
  3. Cline Pin Timestamp · onlyterp
    Cline's system prompt includes a timestamp that may be recomputed per request, invalidating the system-prompt cache.
    1 install
  4. Roo Fix Volatile Msg · onlyterp
    Ladder-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).
    1 install
  5. Aider Cache Default On · gabrielmoreira
    Aider's --cache-prompts is off by default. Flip it on for supported models.
    17 repo stars
  6. Cline Fix Volatile Msg · gabrielmoreira
    Ladder-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.
    17 repo stars
  7. Cline Openai Cache Key · gabrielmoreira
    Cline OpenAI native provider sends no prompt_cache_key. Add a stable per-task key so cached_tokens stops being zero.
    17 repo stars
  8. Roo Bedrock Custom Arn · gabrielmoreira
    Roo Code's Bedrock provider silently disables caching for custom ARNs. Populate cachableFields to fix.
    17 repo stars
  9. Continue Enable Defaults · gabrielmoreira
    Continue's prompt caching is opt-in via config and off by default. Flip the default to systemAndTools.
    17 repo stars
  10. Continue Gemini Explicit · gabrielmoreira
    Continue's Gemini provider doesn't use the cachedContents API at all. Add explicit caching for sessions over the minimum token threshold.
    17 repo stars
  11. Continue Fix Volatile Msg · gabrielmoreira
    Ladder-aware Continue Anthropic caching — verify the rolling ladder on the wire, then enable it by default and add TTL coverage.
    17 repo stars
  12. Opencode Mistral Cache Key · gabrielmoreira
    OpenCode doesn't set prompt_cache_key for Mistral models, missing the documented 10% cached-token discount.
    17 repo stars
  13. Opencode Bedrock Doc Blocks · gabrielmoreira
    OpenCode places cachePoint on Bedrock messages containing DocumentBlocks, which produces a "nothing available to cache" error.
    17 repo stars
  14. Opencode Detect Openai Compat · gabrielmoreira
    OpenCode's caching detection misses OpenAI-compatible proxies routing to Anthropic/Bedrock. Broaden the predicate.
    17 repo stars