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.
npx skills add R2h1/my-book-skills --skill v13-vsgit clone --depth 1 https://github.com/R2h1/my-book-skillsWrote 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.
[](https://agentmods.dev/skills/r2h1/my-book-skills/v13-vs)<a href="https://agentmods.dev/skills/r2h1/my-book-skills/v13-vs"><img src="https://agentmods.dev/badge/skills/r2h1/my-book-skills/v13-vs/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.
<a href="https://agentmods.dev/skills/r2h1/my-book-skills/v13-vs"><img src="https://agentmods.dev/badge/skills/r2h1/my-book-skills/v13-vs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.00642 |
| Opus 5 | $0.00034 | $0.00321 |
| Sonnet 5 | $0.00013 | $0.00128 |
| Haiku 4.5 | $0.00007 | $0.00064 |
Grade A, and why
发展目标 vs 发展过程 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 12d 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.
What it actually says
发展目标 vs 发展过程
R — 原文引用
"照搬发达国家的'理想状态'作为政策目标,忽略了从现状到目标的路径约束和历史条件。……目标不是问题,但以为目标就是过程是危险的。"
I — 方法论重述
这个思维工具区分两件事:
- 目标(Where):我们希望最终达到的理想状态
- 过程(How):从当前位置到理想状态的现实路径
常见错误是'目标-手段混淆'——看到发达国家的现状就觉得'应该那样',忽略了自己所处的阶段和历史条件不同。就像看到一个成年人的身体状态,就要求一个儿童也要达到那个状态。
A1 — 书中案例
本书第八章指出,许多对中国的批评本质上是在做这种混淆:用发达国家的'理想状态'(如完全的市场自由、完善的法治)来要求一个还在工业化进程中的国家。作者强调,发展经济学真正难的不是'知道要去哪',而是'知道怎么去'。
A2 — 调用时机 ★
- 你听到'为什么不能像XX国家那样'的论述
- 你在做一个长期的改革或转型计划
- 你发现自己在用完美标准评判初期成果
- 你在给他人提建议时,忽略了对方的起始条件
E — 执行步骤
- 区分目标和过程:把理想的最终状态和从现状到达的路径分开看待
- 识别起点条件:当前的历史、制度、资源约束是什么?
- 比较路径而非状态:要比较的是'从A到B的路径是否合理',而不是'B是不是理想'。
B — 边界
- 不意味着放弃理想——目标是重要的方向指引
- 不适用于紧急情况下的决策(如自然灾害时需立即行动)
- 过度强调'路径依赖'可能成为拒绝改革的借口
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.
- 12d ago First seen · 46 lines · 67 tokens per session scan A af0b23707721
发展目标 vs 发展过程 is a skill published in the GitHub repository R2h1/my-book-skills (2 stars, last pushed 27d ago), licensed MIT. It adds 67 tokens to every session and 642 once invoked, about $0.0003 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.
Other skills, from other repositories
sparc-methodology
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration.
judgment-training
A thinking and decision-making guide based on basic reasoning, long-term consequences, and reusable mental models. Mental models are simple ways to understand recurring patterns in decisions.
accessibility-audit
Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare for accessibility certification, address an accessibility lawsuit risk, or…
code-review-web
Review web application code for bugs, security issues, performance problems, and stack-specific anti-patterns. Use this skill whenever the user wants to review code, debug a production issue, investigate a build failure, audit security, or check a PR before merging. Triggers on code review, review my code, debug…
performance-optimization
Diagnose and fix web performance issues including Core Web Vitals (LCP, INP, CLS), bundle size, asset optimization, render performance, and runtime efficiency. Use this skill whenever the user wants to improve page speed, fix Core Web Vitals, optimize assets, reduce bundle size, debug slow renders, or systematically…
frontend-component-build
Build production-ready frontend components with accessible markup, sensible props, defined states, and tested behavior. Use this skill whenever the user wants to build a component from scratch, refactor an existing one, design a component API, or implement a UI element with proper states and accessibility. Triggers on…