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 ccoalm/ccl-skills --skill tighten-docgit clone --depth 1 https://github.com/ccoalm/ccl-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/ccoalm/ccl-skills/tighten-doc)<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/tighten-doc"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/tighten-doc/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/ccoalm/ccl-skills/tighten-doc"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/tighten-doc.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.00272 | $0.13003 |
| Opus 5 | $0.00136 | $0.06502 |
| Sonnet 5 | $0.00054 | $0.02601 |
| Haiku 4.5 | $0.00027 | $0.01300 |
Grade A, and why
tighten-doc 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
tighten-doc — 文档写作与优化
Use this as the default document finalization and editing skill; new-substance authoring routes to the owner skill first. A deliverable doc is written for its reader (product / business / exec / teammate), not for the author. Default form = one-page operational/task manual: few short headings, enumerations as tables/bullets (one point per line), short sentences, no bracket piles, no template scaffolding.
When to use
Use any time you rewrite, tighten, polish, or finalize a doc someone else must read, after owner and scope are clear: strategy, plan, spec, task card, runbook, release note, or collaborative doc.
Three modes:
- Draft: after the owner skill has settled the substance, turn rough intent, notes, meeting output, or task context into a readable first version. Route to an owner when substance is unsettled and the type matches an installed owner skill: spec/standards/guideline ->
product-rd-workflow, test cases ->test-artifact-management, architecture -> architecture skill, code/correctness -> stack/review skill. For new standards/spec authoring,product-rd-workflowis the single entry; the hand-back marker is product-rdowner-readywith authority statement, doc-family layer, and enumeration evidence — after that, finish wording here. If that marker is absent for a standards/spec artifact, polish only locally and markpre-owner blocked(share/publish gate below). Standalone non-spec artifacts without family references skip it. If no owner skill is installed or reachable, draft from the charter plus user/session-supplied substance — never invent substantive decisions; they stay owner/user-provided. 多轮文档先锁 charter:references/doc-charter-first.md - Rewrite: restructure an existing doc so decisions, owners, gates, and next actions are easier to scan.
- Tighten: remove filler, duplication, AI tone, meta narration, and over-long sentences without deleting decisions.
先判文档类型,再定形态:读者是在用一件已存在的东西(tutorial / how-to / reference / explanation 四模式),还是要据此决定或执行一件尚未做完的事(方案·架构 / 调研 / 现状梳理 / 评审 / 计划)。两轴的判据、每类的首稿必答节、正文与证据分册、图形态,以及「只标记拆分候选、不自行拆分」的收尾边界,见 references/deliverable-doc-genre-skeletons.md。一页纸操作手册默认形态对应 how-to / reference,别硬套到其他类型上。
What ships with it
60 files 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.
- agents/openai.yaml 234 B
- references/annotation-driven-revision.md 1.2 KB
- references/comment-safe-feishu.md 9.7 KB
- references/cross-model-co-review.md 715 B
- references/deliverable-doc-genre-skeletons.md 20 KB
- references/delivery-face-closeout.md 19 KB
- references/doc-charter-first.md 4.1 KB
- references/figure-and-table-craft.md 27 KB
- references/self-benchmark-baseline.md 3.3 KB
- references/session-vantage-leakage.md 7.9 KB
- references/writing-judgments.md 5.1 KB
- scripts/AGENTS.md 4.1 KB
- scripts/doc-lint-repo.py 8.7 KB runs code
- scripts/doc-lint.py 12 KB runs code
- scripts/figure-lint.py 55 KB runs code
- scripts/mutation_probe.sh 4.4 KB runs code
- scripts/test_doc_lint_repo.py 19 KB runs code
- scripts/test_figure_and_doc_lint.sh 20 KB runs code
- scripts/tests/doc/control.md 118 B
- scripts/tests/doc/empty-header.md 52 B
- scripts/tests/doc/fake-header.md 87 B
- scripts/tests/doc/fenced-noise.md 401 B
- scripts/tests/doc/fig-dangling.md 55 B
- scripts/tests/doc/fig-orphan-captioned.md 131 B
- scripts/tests/doc/fig-orphan.md 86 B
- scripts/tests/doc/fig.png 70 B
- scripts/tests/doc/imbalance.md 500 B
- scripts/tests/doc/no-unit.md 121 B
- scripts/tests/doc/should-be-chart.md 120 B
- scripts/tests/doc/tables-only-clean.md 406 B
- scripts/tests/doc/unfilled.md 105 B
- scripts/tests/doc/wide-table.md 124 B
- scripts/tests/svg/bad-viewbox.svg 536 B
- scripts/tests/svg/blackmarker.svg 817 B
- scripts/tests/svg/control.svg 816 B
- scripts/tests/svg/crossings.svg 882 B
- scripts/tests/svg/cvd-confusable.svg 583 B
- scripts/tests/svg/decorative-line.svg 652 B
- scripts/tests/svg/edge-no-arrow.svg 682 B
- scripts/tests/svg/edge-vague.svg 778 B
- scripts/tests/svg/figure-contract.json 555 B
- scripts/tests/svg/figure-is-a-list.svg 877 B
- scripts/tests/svg/flow-mixed.svg 958 B
- scripts/tests/svg/foreign-ns-title.svg 703 B
- scripts/tests/svg/low-contrast.svg 820 B
- scripts/tests/svg/malformed.svg 86 B
- scripts/tests/svg/no-aria.svg 511 B
- scripts/tests/svg/no-group.svg 802 B
- scripts/tests/svg/no-legend.svg 483 B
- scripts/tests/svg/no-title.svg 757 B
- scripts/tests/svg/no-viewbox.svg 541 B
- scripts/tests/svg/offcontract-shape.svg 805 B
- scripts/tests/svg/overflow.svg 923 B
- scripts/tests/svg/self-contained-ok.svg 1.1 KB
- scripts/tests/svg/transformed.svg 579 B
- scripts/tests/svg/ungrouped-card.svg 721 B
- scripts/tests/svg/unlabeled-edge.svg 870 B
- scripts/tests/svg/unsafe-css-import.svg 702 B
- scripts/tests/svg/unsafe-css-url.svg 703 B
- scripts/tests/svg/unsafe-event-handler.svg 695 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.
- 2d ago Changed 8e0515c398c5
- 7d ago Changed · +1 lines 75b0c8fb6580
- 10d ago First seen · 187 lines · 272 tokens per session scan A 63706d33ddc9
tighten-doc is a skill published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed today), licensed Apache-2.0. It adds 272 tokens to every session and 13,003 once invoked, about $0.0014 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
memstack-business-scope-of-work
Use this skill when the user says 'scope of work', 'SOW', 'define scope', 'project scope', 'write SOW', 'scope document', or is defining project boundaries, deliverables, and acceptance criteria for a formal engagement. Do NOT use for proposals, contracts, or invoicing.
paper-summarizer
Agents should invoke this skill for academic or technical papers, arXiv/PubMed/IEEE/ACM links, PDFs, methodology review, limitations, practical implications, or extracting findings for engineering decisions.
memstack-business-invoice-generator
Use this skill when the user says 'invoice', 'generate invoice', 'create invoice', 'bill client', 'line items', 'payment terms', or needs professional invoices with tax calculations and payment instructions. Do NOT use for contracts or financial projections.
summarize-transcript
Analyze and summarize a transcript, meeting notes, or discussion thread into a clear actionable document.
add-template
Scaffold a new document template inside an existing addon or framework.
upload-artifact
Upload a file as a ClosedLoop document (PRD, implementation plan, feature, or template). Reads file content and uploads via MCP without consuming conversation context. Also supports creating new versions of existing documents. Triggers on: "upload artifact", "upload PRD", "upload implementation plan", "upload…