create-content

A command that runs a ten-stage process for producing content, from research and drafting through fact-checking, editing, and publishing.

In plain words
What is it for?
It creates articles, blog posts, whitepapers, FAQs, research papers, video scripts, case studies, and newsletters from a topic and content type.
Why use it?
It gives content work a defined sequence with quality checks and saved progress instead of requiring each stage to be managed by hand.

Command

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 commands/indranilbanerjee/contentforge/create-content
Clone the repo
git clone --depth 1 https://github.com/indranilbanerjee/contentforge
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 851 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 $0.00022 $0.00851
Opus 5 $0.00011 $0.00426
Sonnet 5 $0.00004 $0.00170
Haiku 4.5 $0.00002 $0.00085

Measured 2d ago against content hash cdce8f4cc20c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

create-content 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

commands/create-content.md · 59 lines

How it starts

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

Create Content

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

This command is a thin wrapper around the ContentForge pipeline skill. It parses the user's inputs, then invokes the contentforge skill (skills/contentforge/SKILL.md), which owns the full Execution Protocol: run initialization, Step 0.5 title curation, the Pipeline Contract (phases 1–8, 10 quality gates), per-phase checkpointing, loop management, and the final .docx delivery. Do not re-implement any pipeline logic here.

Trigger

User runs /contentforge:create-content or asks to write, draft, create, or produce content (articles, blog posts, whitepapers, FAQs, or research papers).

Step 1 — Parse and gather inputs

Collect the following. If a required input is missing, ask before proceeding:

Required:

  1. Topic — the subject the content is about (e.g., "AI in Healthcare"). This is NOT the final title.
  2. Content type — one of: article, blog, whitepaper, faq, research_paper, video_script, case_study, newsletter. Word-count and readability standards per type are defined in the skill's Content Types & Specifications table.
  3. Brand — which brand profile to use. If none exists, offer /contentforge:brand-setup or the skill's No-Brand Mode (non-regulated topics only).

Optional flags (pass through to the skill unchanged):

  • --audience="..." — target audience (e.g., "Healthcare CIOs")
  • --keyword="..." — primary SEO keyword
  • --word-count=<n> — overrides the content-type default
  • --tone=<authoritative|conversational|technical|witty> — overrides brand default
  • --sources=<urls or file> — user-supplied references (required in No-Web Mode)
  • --title="Exact Title" — non-interactive title bypass (skips Step 0.5 option generation)
  • Competitor URLs to differentiate from

Step 2 — Invoke the pipeline skill

Invoke the contentforge skill (skills/contentforge/SKILL.md) with the gathered inputs. The skill performs, in order:

Read the full file on GitHub · 59 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. 2d ago First seen · 59 lines · 22 tokens per session scan A cdce8f4cc20c

Subscribe to this mod's changes

create-content is a command published in the GitHub repository indranilbanerjee/contentforge (26 stars, last pushed 16d ago), licensed MIT. It adds 22 tokens to every session and 851 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.

Related

Other commands, from other repositories