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 agentmods add instructions/weitzu-com/ai-article-factory/agents-mdgit clone --depth 1 https://github.com/weitzu-com/ai-article-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/instructions/weitzu-com/ai-article-factory/agents-md)<a href="https://agentmods.dev/instructions/weitzu-com/ai-article-factory/agents-md"><img src="https://agentmods.dev/badge/instructions/weitzu-com/ai-article-factory/agents-md.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.01028 | $0.01028 |
| Opus 5 | $0.00514 | $0.00514 |
| Sonnet 5 | $0.00206 | $0.00206 |
| Haiku 4.5 | $0.00103 | $0.00103 |
Grade A, and why
ai-article-factory AGENTS.md 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 5d 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — AI agent guide for ai-article-factory
Single source of truth for any AI agent (Claude, Gemini, Grok, Codex, Cursor, …) that opens this repo.
CLAUDE.md/GEMINI.md/GROK.mdare thin pointers to this file.
This repository is a self-contained Claude Code skill suite (compatible with other agents) that turns any material, topic, or product into a publish-ready, illustrated, SEO + GEO-optimized article in Markdown + Word, plus per-platform copy (website / LinkedIn / X). A human only reviews, confirms, and publishes; the agent does the rest.
If you are an agent here
- To USE the pipeline (write an article): follow
SKILL.md— the orchestrator. It runs 11 stages and invokes the bundled worker skills inskills/. - To EXTEND it: edit/add a worker in
skills/<name>/SKILL.md; keep it self-contained; then runbash tests/harness.sh(must stay green).
11-stage pipeline
P0 profile → P1 topic → P2 evidence★ → P3 angle → P4 outline → P5 draft → P6 visuals → P7 SEO/GEO → P8 QA★ → P9 export MD+Word → P10 publish → P11 monitor — ★ = hard gate; advance one stage at a time, reporting the artifact + gate verdict.
Bundled worker skills (no external pack required)
| Stage | Skill | Owns |
|---|---|---|
| P1–P2 | skills/article-research |
topic brief · intent/SERP · content gap · evidence ledger |
| P5 | skills/article-write |
answer-first draft · anti-AI-slop · evidence tagging [C#] |
| P6 | skills/article-visuals |
Mermaid + matplotlib figures + cover (图文并茂) |
| P7 | skills/article-optimize |
SEO + GEO + JSON-LD schema + internal links |
| P8 | skills/article-qa |
CORE-EEAT scoring + fact reconciliation (ship gate) |
| P9 | skills/article-export |
MD → Word (.docx), images embedded |
Default path (上善若水 — frictionless default)
one sentence / a materials folder
→ auto-file + blueprint (confirm ①, optional)
→ draft (every fact sourced [C#])
→ self-check + figures + export (confirm ②: glance & approve)
→ 文章.md + 文章.docx
Defaults: infer the profile (no forms), placeholder cover never blocks, website-only unless asked, gates are confirm points. Reveal full 11-stage control / multi-platform / scheduling only on request.
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.
- 5d ago First seen · 54 lines · 1,028 tokens per session scan A ed87fc33629b
ai-article-factory AGENTS.md is an instructions file published in the GitHub repository weitzu-com/ai-article-factory (5 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 1,028 tokens to every session, about $0.0051 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 instructions, from other repositories
humanize AGENTS.md
AGENTS.md instructions for shir-danishyar/humanize: This repository is an Agent Skills-format skill. To use it.
humanizer-ko AGENTS.md
Instructions for IsaacEryn/humanizer-ko, covering agents.md, 이 저장소는 무엇인가, 주요 파일, 유지보수 계약 and skill.md 편집.
humanizer-ko CLAUDE.md
Instructions for IsaacEryn/humanizer-ko, a project described as: 한국어 텍스트에서 AI 생성 글의 티를 제거하는 Claude Code 에이전트 스킬. ChatGPT 문체, 이중 피동, 번역투, 문체 혼용 등 33개 패턴 탐지. Korean adaptation of the humanizer agent skill.
claude-linkedin-post-creator CLAUDE.md
Instructions for tarunkorat/claude-linkedin-post-creator, covering claude.md — linkedin post creator, what this is, where the docs live, config files — source of truth and hard rules.
stewie-pixel guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
humanise CLAUDE.md
Claude Code instructions for Nisus74/humanise, covering claude.md, the one rule: body vs soul, repo map, the acceptance gate (read before changing the engine) and commands.