create-content

create-content is a command for Claude Code from teachskillofskills-ai/ContentForge-techshu. It costs 22 tokens per session (851 once invoked), scanned A, a copy of create-content, MIT.

A command that runs the complete ContentForge process for one content piece, from research and drafting through fact-checking, humanizing, review, and publishing.

In plain words
What is it for?
Use it to create articles, blog posts, whitepapers, FAQs, research papers, video scripts, case studies, and newsletters.
Why use it?
It removes the need to coordinate each production stage and its quality checks by hand.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Not installable on its own: it reads a path above its own folder, which only exists inside its repository. The line is If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../CONNECTORS.md)..

Part of the contentforge plugin — 22 skills, 9 commands, 13 agents shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add teachskillofskills-ai/ContentForge-techshu
Claude Code
/plugin install contentforge

Made for: Claude Code.

Or install contentforge, the plugin that ships this one along with the rest of its 22 skills, 9 commands, 13 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/teachskillofskills-ai/contentforge-techshu/create-content.svg)](https://agentmods.dev/commands/teachskillofskills-ai/contentforge-techshu/create-content)
Your own site
<a href="https://agentmods.dev/commands/teachskillofskills-ai/contentforge-techshu/create-content"><img src="https://agentmods.dev/badge/commands/teachskillofskills-ai/contentforge-techshu/create-content.svg" alt="Measured on agentmods" height="20"></a>
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 100% copy Near-identical to another mod 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.00022 $0.00851
Opus 5 $0.00011 $0.00426
Sonnet 5 $0.00004 $0.00170
Haiku 4.5 $0.00002 $0.00085

Measured 5d ago against content hash cdce8f4cc20c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 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.

Origin

This is a copy

100% identical to create-content — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

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. 5d 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 teachskillofskills-ai/ContentForge-techshu (1 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. It is 100% identical to create-content, differing in 0 lines, and is treated as a copy.