Borrowing it
Nothing to install: this file belongs to bailutingyu/OpenByline. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/bailutingyu/OpenByline/main/.claude/skills/quality-manual/SKILL.mdgit clone --depth 1 https://github.com/bailutingyu/OpenBylineWrote 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/bailutingyu/openbyline/quality-manual)<a href="https://agentmods.dev/skills/bailutingyu/openbyline/quality-manual"><img src="https://agentmods.dev/badge/skills/bailutingyu/openbyline/quality-manual.svg" alt="Measured on agentmods" 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.00085 | $0.00767 |
| Opus 5 | $0.00043 | $0.00383 |
| Sonnet 5 | $0.00017 | $0.00153 |
| Haiku 4.5 | $0.00009 | $0.00077 |
Grade A, and why
quality-manual 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 7d 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
写作品控要点(供 drafter / final-qc / line-editor 调用)
终极判断
"用户能明白和记住这个知识吗?会有兴趣去传播吗?"
赋能
让用户读完觉得"自己变牛了",而不是觉得"作者很牛"。词典:"不是我们牛,而是用户因我们而牛。"
对象感
写给"一个最好的朋友",用"你",促膝恳谈。把排列式改递进式: "你知道一个事儿,但背后的一件事你还没发现。"
效率
"前戏不要长,脖子尽量短,节奏拉起来,废话要少讲",全程无尿点。
结构
开宗明义、先亮核心观点再举例、单层逻辑、一文一中心、开头就亮明中心意思。
策展
为用户撷取信息、赋予意义、创造场景。一次只说一件事、一个目的、一层逻辑、一个动作。
金线(final-qc 总纲,详见 REFERENCE §12)
9 条标尺的收敛核心:能不能帮读者完成一次"认知改变",而不只是多知道一个信息? 盯:为谁写 / 是否从读者真实困境切入 / 是否把道理讲透(非炫技堆术语) / 读完带不带得走 / 会不会被误读。 与"赋能(读完夸自己)""缝合(能否一句话复述)"三者同源,共同构成终审"出版级"判据。
审稿清单(final-qc 终审清单的权威源)
事实错误 / 核心观点是否讲清 / 前后是否吻合(提问是否解答) / 是否啰嗦 / 陌生概念是否口语化解释 / 有无多余引导或广告 / 有无时效性过强表述。
进一步细则见 REFERENCE.md §9(按需加载)。 本清单(及 REFERENCE.md §9 的逐字版)是
final-qc终审清单第 1–7 条的唯一权威源; final-qc 不另立一套,只在此之上追加"第 8 条·完美收尾癖"硬否决。三处措辞如需更新,改这里为准,避免漂移。
术语表
- 策展:为用户撷取信息、赋予意义、创造场景、制造流程、塑造感受(五动作);一次只说一件事。
- 交付感:让用户清晰"收到/get"——听得懂、记得住、用得上。
- 一句话价值:能否用一句话向他人完整转述这篇内容的价值。
- 钩子:开头给读者一个"必须看下去"的理由。
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 7d ago First seen · 36 lines · 85 tokens per session scan A 5cb84f7e70c7
quality-manual is a skill published in the GitHub repository bailutingyu/OpenByline (2 stars, last pushed 2mo ago), licensed MIT. It adds 85 tokens to every session and 767 once invoked, about $0.0004 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
babysit-pr
Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…