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 ilyautov/small-business-ru --skill quarterly-reviewgit clone --depth 1 https://github.com/ilyautov/small-business-ruWrote 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/ilyautov/small-business-ru/quarterly-review)<a href="https://agentmods.dev/skills/ilyautov/small-business-ru/quarterly-review"><img src="https://agentmods.dev/badge/skills/ilyautov/small-business-ru/quarterly-review/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/ilyautov/small-business-ru/quarterly-review"><img src="https://agentmods.dev/badge/skills/ilyautov/small-business-ru/quarterly-review.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.00073 | $0.01287 |
| Opus 5 | $0.00036 | $0.00643 |
| Sonnet 5 | $0.00015 | $0.00257 |
| Haiku 4.5 | $0.00007 | $0.00129 |
Grade A, and why
quarterly-review 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 yesterday.
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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Квартальный обзор
Квартал закончился, а понимания «куда мы движемся» нет — только разрозненные отчёты, до которых не доходят руки. Этот скилл сводит выручку, маржу и здоровье клиентской базы в один связный документ с возможностями и рисками — чтобы решать на цифрах, а не на ощущениях.
Запустите квартальный обзор бизнеса. Подтяните финансовые, продажные и клиентские данные за квартал, сведите в нарратив и соберите готовый к показу документ.
⚠️ Дисклеймер. Финансовые цифры подготовлены для проверки вашим бухгалтером. Не является налоговой или юридической консультацией.
Разбор аргументов:
--quarter(по умолчанию предыдущий календарный квартал) — форматГГГГ-КвN, где кварталы РФ: 1 кв. (янв–мар), 2 кв. (апр–июн), 3 кв. (июл–сен), 4 кв. (окт–дек)--save-to(по умолчаниюfiles) —files(~~хранилище: Яндекс Диск / Облако Mail.ru),desktopилиboth
Шаг 1 — Финансовые показатели
По рабочему процессу скилла business-pulse в глубоком режиме:
- Подтяните ОПиУ из
~~бухгалтерияза квартал: выручку, себестоимость, валовую маржу, операционные расходы, чистую маржу. - Сравните с прошлым кварталом и тем же кварталом прошлого года (если есть).
- Подтяните поступления из
~~платежиза тот же период для сверки с выручкой в учёте. - Посчитайте: рост выручки %, изменение маржи в пунктах, топ-3 категории выручки.
Если собственник — плательщик НДС (доход свыше 20 млн ₽ в 2026), считайте маржу от выручки без НДС и отметьте статус НДС в нарративе — это влияет на сопоставимость с прошлыми периодами, если статус сменился.
Шаг 2 — Здоровье клиентской базы
- Подтяните данные по сделкам из
~~crm: новые клиенты, отток, средний чек, воронка на следующий квартал. - Посчитайте стоимость привлечения клиента (если данные есть) и выручку на клиента.
- Пометьте клиентов, дающих >20% выручки (риск концентрации).
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.
- yesterday Changed · -4 lines · -19 tokens per session e781e69957e4
- 12d ago First seen · 86 lines · 92 tokens per session scan A 03036cf6fde6
quarterly-review is a skill published in the GitHub repository ilyautov/small-business-ru (15 stars, last pushed today), licensed Apache-2.0. It adds 73 tokens to every session and 1,287 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-30.
Other skills, from other repositories
md-to-pdf
Convert Markdown to styled PDFs with Mermaid diagrams, LaTeX/KaTeX math, tables, and code highlighting. Triggers on: "convert markdown to pdf", "make a pdf from this md", "export markdown as pdf", "pdf from markdown with equations".
arxiv-preflight
Pre-submission validation audit for arXiv papers across TeX source, PDF, figures, metadata, bibliography, file organization, and common-error scans. Produces pass/fail report with specific fixes per arXiv requirement. Triggers on: "check my arXiv submission", "validate for arXiv", "arXiv preflight", "ready for arXiv"…
marp-slides
Author MARP markdown slide decks exportable to PDF, PPTX, and HTML via marp-cli. Covers Marpit directives, custom CSS themes, SVG chart recipes, and dashboard components. Triggers on: "marp", "marp deck", "markdown slides", "slides from markdown", "marp-cli", "pdf from markdown", "pptx from markdown".
A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.
chat-complex-documents
Chat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready…
pandic-office
Convert Markdown to PDF (or DOCX/EPUB/HTML) using the pandoc CLI. Use when asked to produce a PDF report, brief, summary, or any document where the input is Markdown and the output should be a polished, paginated file.