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 mikeshu2001/content-factory --skill redpolicy-guidegit clone --depth 1 https://github.com/mikeshu2001/content-factoryWrote 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/mikeshu2001/content-factory/redpolicy-guide)<a href="https://agentmods.dev/skills/mikeshu2001/content-factory/redpolicy-guide"><img src="https://agentmods.dev/badge/skills/mikeshu2001/content-factory/redpolicy-guide/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/mikeshu2001/content-factory/redpolicy-guide"><img src="https://agentmods.dev/badge/skills/mikeshu2001/content-factory/redpolicy-guide.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.00049 | $0.11878 |
| Opus 5 | $0.00024 | $0.05939 |
| Sonnet 5 | $0.00010 | $0.02376 |
| Haiku 4.5 | $0.00005 | $0.01188 |
Grade A, and why
redpolicy-guide 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 9d 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 — 431 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Редакционная политика: гайды по вебинарам
Как работать с этой политикой
Это не свод запретов и обязательных шаблонов. Это набор принципов и ориентиров, который помогает превратить транскрибацию в гайд. Применять их нужно осмысленно: если правило формально подходит, но в конкретном месте текст становится хуже — отступай от правила.
Главный критерий хорошего гайда — текст звучит как объяснение коллеге за кофе, а не как методичка. Если после правки фраза стала книжной или неестественной — правка плохая, даже если по политике корректна. Перед тем как применить любое правило отсюда, спроси себя: что это дает читателю? Если ответа нет — правило тут не нужно.
Обязательно смотреть: good-writing/SKILL.md (подход к работе) и
good-writing/antipatterns.md (классы ошибок).
Суть подхода
Мы превращаем вебинары, лекции и интервью в структурированные гайды. Исходный материал — устная речь со всеми ее особенностями: повторами, отступлениями, разговорными оборотами. На выходе — текст, который можно читать независимо от записи.
Мы не пересказываем вебинар. Мы создаем самостоятельный продукт, который работает без видео.
Гайд — не конспект. Из вебинара берется только то, на чем держится инструкция. Главный тест каждого абзаца: что читатель сделает иначе, прочитав его? Если ответа нет — абзац под нож, каким бы интересным, фактически точным и «опирающимся на исходник» он ни был. Правило «если можно убрать без потери смысла — убрать» работает не только на уровне предложений, но и на уровне абзацев и целых блоков. Особо подозрительны абзацы со словами «убедились», «это хорошо видно на», «так спикер/мы сделали» — это почти всегда доказательства, что метод работает, или истории про спикера, а не инструкция. Работоспособность метода показывают сами шаги, а не заверения.
«Сохраняем экспертизу спикера» означает: сохраняем его метод и его правила, а не истории о нем. «Примеры берем из исходника» — про то, откуда брать примеры, когда они нужны, а не про обязанность перенести весь содержательный материал. Конспект-рефлекс («страшно потерять то, что спикер сказал») — системная ошибка, за которой нужно следить.
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.
- 9d ago First seen · 431 lines · 49 tokens per session scan A 83425438cac3
redpolicy-guide is a skill published in the GitHub repository mikeshu2001/content-factory (21 stars, last pushed 26d ago), licensed MIT. It adds 49 tokens to every session and 11,878 once invoked, about $0.0002 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
agents-best-practices
Use this skill when designing, generating an MVP blueprint for, auditing, refactoring, or explaining an agentic harness for any domain. Covers provider-neutral agent architecture for OpenAI, Anthropic, and OpenAI-compatible APIs: agent loops, tool design, environment-adaptive tools, speculative tool execution…
loop-library
Compatibility alias for Loopy. Use only when an existing installation or older instruction explicitly invokes loop-library; use Loopy for new installations and requests. Provides the same discovery, recommendation, audit, repair, adaptation, guided crafting, bounded execution, run debrief, project loop saving, and…
testing-rate-limiting
Apply deterministic SlowAPI rate-limiter isolation for FastAPI transport tests, especially to avoid flaky HTTP 429 responses.
Skill Creator
Create new Cursor Skills following the standard directory structure.
Code Quality Review
Conduct a comprehensive code quality review focused on clean code, architecture, and project standards.
Security Review
Conduct a thorough security audit focused on OWASP Top 10, secrets detection, and input validation.