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.
/plugin marketplace add teachskillofskills-ai/ContentForge-techshu/plugin install contentforgeWrote 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/commands/teachskillofskills-ai/contentforge-techshu/create-content)<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>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.00022 | $0.00851 |
| Opus 5 | $0.00011 | $0.00426 |
| Sonnet 5 | $0.00004 | $0.00170 |
| Haiku 4.5 | $0.00002 | $0.00085 |
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.
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.
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:
- Topic — the subject the content is about (e.g., "AI in Healthcare"). This is NOT the final title.
- 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. - Brand — which brand profile to use. If none exists, offer
/contentforge:brand-setupor 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:
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 · 59 lines · 22 tokens per session scan A cdce8f4cc20c
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.
Other commands, from other repositories
psql-query
Run ad-hoc PostgreSQL analytics queries against dev/test database.
github-actions
Design, review, secure, and debug GitHub Actions workflows — reusable workflows, OIDC federation, SHA pinning, token scoping, promotion orchestration, and CI failure diagnosis.
fluxcd
FluxCD entry point — routes to the right workflow based on what you need. Live cluster issue → structured 5-workflow debug trace. Repo health check → 6-phase audit (discovery, validation, API compliance, best practices, security). Helm chart review → helmchart. Starts by asking one question to confirm the right mode.
genshijin-compress
Markdown・テキストファイルを原始人形式へ安全圧縮.
feat
Quick feature commit. Use for new feature, add feature, implement, create new.
nyann:diff-profile
Compare two nyann profiles side-by-side and show what changes between them: hooks, branching, CI, documentation, extras, governance. Useful before switching profiles to understand the impact.