write-overview

write-overview is a skill for Claude Code from mikeshu2001/content-factory. It costs 17 tokens per session (2,548 once invoked), scanned A, original, MIT.

A workflow for researching and writing a review essay about a project topic when no finished source text exists. It gathers the facts, studies example essays when available and produces the article in a project output folder.

In plain words
What is it for?
It helps create overview essays from a topic, including independent fact gathering, use of project materials and final review of the complete draft.
Why use it?
It gives the writer a process for handling research, structure and quality checks in one place. It also helps catch unsupported statistics, filler sections and details aimed at the wrong audience.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Install

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.

agentmods
npx agentmods add skills/mikeshu2001/content-factory/write-overview
Any agent
npx skills add mikeshu2001/content-factory --skill write-overview
Clone the repo
git clone --depth 1 https://github.com/mikeshu2001/content-factory

Made for: Claude Code.

Wrote 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.

agentmods badge for write-overview

README.md
[![agentmods](https://agentmods.dev/badge/skills/mikeshu2001/content-factory/write-overview.svg)](https://agentmods.dev/skills/mikeshu2001/content-factory/write-overview)
Your own site
<a href="https://agentmods.dev/skills/mikeshu2001/content-factory/write-overview"><img src="https://agentmods.dev/badge/skills/mikeshu2001/content-factory/write-overview.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.02548
Opus 5 $0.00009 $0.01274
Sonnet 5 $0.00003 $0.00510
Haiku 4.5 $0.00002 $0.00255

Measured 6d ago against content hash 3c4c185bcd13, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

write-overview 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 6d 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.

skills/write-overview/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Создание обзорной статьи

Запусти полный цикл создания обзорной статьи. Этот тип отличается от обычных статей: у нас нет готового исходника, фактуру нужно собрать самостоятельно.

Тема статьи: $ARGUMENTS

Что важно понимать про этот процесс

Главный инструмент качества — твоя проверка в основном контексте, не агенты. Раньше в цепочке были агенты plan-checker, text-checker, final-reviewer — они вылизывали текст по чек-листам и делали его механическим, не видя полной картины. Теперь эти этапы делаешь ты: читаешь и правишь сам. Ты видишь весь текст целиком, помнишь историю разговора с пользователем, фактуру из research.md и примеры — поэтому именно ты ловишь блоки-наполнители, абстрактную статистику и нерелевантные аудитории детали.

Перед тем как писать — прочитай 1–2 статьи из examples/essays/, если они есть. Стиль формируется из примеров, а не из правил. Если примеров нет, работай по ред-политике и профилю проекта.

Рабочая папка

Определи имя рабочей папки из темы:

  1. Возьми тему из $ARGUMENTS
  2. Сделай из нее короткое имя папки (транслит или ключевые слова, без пробелов, через дефис)
  3. Рабочая папка: output/[имя папки]/
  4. Создай папку командой: mkdir -p output/[имя папки]/

Все агенты сохраняют файлы в эту рабочую папку. Передавай путь к ней каждому агенту.

Параметры для всех агентов

  • Тип контента: overview
  • Скилл с ред-политикой: redpolicy-overview (файл skills/redpolicy-overview/SKILL.md)
  • Правила письма: skills/good-writing/SKILL.md и skills/good-writing/antipatterns.md
  • Папка с примерами: examples/essays/

Шаг 1: Исследование и сбор фактуры

Используй подагента researcher. Передай ему: тему статьи ($ARGUMENTS), рабочую папку, профиль проекта или путь к нему, если он заполнен.

Дополнительные инструкции для researcher:

  • Помимо сбора фактуры, найди 2-3 лучшие статьи по теме в интернете. Зафиксируй их структуру в разделе «Референсные статьи и их структура» в research.md. Для каждой статьи запиши: URL, структуру блоков, что удачно, что можно улучшить
  • Это НЕ статьи для копирования. Это референсы для планировщика, чтобы он видел, как другие авторы подходят к теме, и мог сделать лучше

Read the full file on GitHub · 139 lines

Changes

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.

  1. 6d ago First seen · 139 lines · 17 tokens per session scan A 3c4c185bcd13

Subscribe to this mod's changes

write-overview is a skill published in the GitHub repository mikeshu2001/content-factory (21 stars, last pushed 23d ago), licensed MIT. It adds 17 tokens to every session and 2,548 once invoked, about $0.0001 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-30.