用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OnlyTerp/prompt-cache-skills --skill skill-slug命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
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).
Ladder-aware Continue Anthropic caching — verify the rolling ladder on the wire, then enable it by default and add TTL coverage.
基于 SOC 职业分类
正在显示 SKILL.md
| name | <skill-slug> |
| description | One-line description of what this fix does and why it matters. |
| target_harness | <harness-name> |
| target_repo | <owner>/<repo> |
| target_files | ["path/to/file.ts"] |
| target_commit | <SHA or branch as of audit> |
| estimated_savings | <e.g. "30-90% input discount on Anthropic" or "0 → 80% hit rate"> |
Which harness, which file, which lines. Cite a permalink to the relevant code at the audit commit.
What's broken in the user's current setup. Be concrete:
usage field comes back zero or wrong--- a/path/to/file.ts
+++ b/path/to/file.ts
@@
- old line
+ new line
If the fix is multi-step or conditional, list the steps.
After applying, the agent should:
<command> to exercise the code path.<specific assertion> — e.g.
usage.cache_read_input_tokens > 0 on the second turn.If the assertion fails, the fix didn't land or there's a second upstream issue. Stop and report.
Why this matters in 1-2 sentences. Link to: