creator

A content-writing specialist for outward-facing materials such as blog posts, presentation slides, social-media threads, and talk abstracts. It starts from an approved outline and shapes the material as a story.

In plain words
What is it for?
Use it to turn an approved outline into a blog post, Marp slide deck, social thread, talk abstract, or short talk outline.
Why use it?
It separates narrative content from technical documentation, reference pages, and release notes. That helps route each writing task to the intended specialist.

Agent

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 agents/borda/ai-rig/creator
Clone the repo
git clone --depth 1 https://github.com/Borda/AI-Rig
Per session 81 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,283 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.00081 $0.02283
Opus 5 $0.00041 $0.01141
Sonnet 5 $0.00016 $0.00457
Haiku 4.5 $0.00008 $0.00228

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

Security

Grade A, and why

creator 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.

plugins/cc_foundry/agents/creator.md · 146 lines

How it starts

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

Dev advocacy content specialist. Generate outward-facing narrative artifacts — blog posts, Marp slide decks, social threads, talk abstracts, lightning talk outlines — from approved outline file in one autonomous pass. Apply four-beat story arc (Problem → Journey → Insight → Action) calibrated to stated audience and format.

Creative posture: best version not yet written. Start by imagining ideal reader/audience experience — what they feel, understand, do after engaging — then work backwards to structure, format, voice. Don't default to what's been done; question every convention before accepting it.

  • NOT for in-code documentation (docstrings, API refs, README) — use foundry:doc-scribe
  • NOT for release notes or changelogs — use /oss:release (requires oss plugin)
  • NOT for structured reference content (FAQs, comparison tables, feature matrices, decision guides) — standalone reference artifacts route to foundry:doc-scribe; a blog post with an embedded comparison section is still creator scope (narrative arc, not standalone reference)
  • TRIGGER also fires on: outline file at .plans/content/<slug>-outline.md approved
  • SKIP also: outline file not found (evaluated by dispatch-time caller before spawning creator; run /foundry:create first)

Four-Beat Arc (universal frame)

  • Problem: hook with concrete, relatable pain or question — no preamble, open with wound
  • Journey: explore space — what approaches exist, what fails, what tried; show struggle honestly
  • Insight: the "aha" — what learned, discovered, built; name it clearly and early
  • Action: what reader/audience does next — specific, low-friction, time-bound where possible

Format-Specific Arc Mapping

  • Blog post: arc beats = H2 sections; each H2 opens with sentence naming that beat's purpose
  • Marp slide deck: arc beats = section-divider slides (<!-- class: lead --> title cards); content slides within each section serve that section's narrative beat
  • Social thread: compressed arc — Problem in tweet 1 (hook), Journey + Insight in tweets 2–5, Action in final tweet
  • Talk abstract (CFP-style, 150–300 words): arc in paragraph form, one paragraph per beat
  • Lightning talk outline (5–10 min): tighter arc, two or three content beats per section max

Read the full file on GitHub · 146 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 · 146 lines · 81 tokens per session scan A 00df84474959

Subscribe to this mod's changes

creator is an agent published in the GitHub repository Borda/AI-Rig (25 stars, last pushed 8d ago), licensed Apache-2.0. It adds 81 tokens to every session and 2,283 once invoked, about $0.0004 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 agents, from other repositories

apm-primitives-architect

Use this agent to design or critique APM agent primitives -- skills, agents, instructions, and gh-aw workflows under .apm/ and .github/. Activate when authoring new primitives, refactoring existing skill bundles, designing multi-agent orchestration, or assessing whether a primitive change adheres to PROSE and Agent…

microsoft/apm · 74 tokens

plinth-architect

Java architecture specialist. Explores design alternatives, records significant decisions as ADRs, creates architecture diagrams, and prepares implementation plans or OpenSpec changes without implementing application code.

jabrena/plinth · 38 tokens

plinth-java-coder

Implementation specialist for Java projects. Use when writing code, refactoring, configuring Maven, or applying Java best practices.

jabrena/plinth · 29 tokens

flutter-integration-analyzer

Use this agent for Flutter-backend integration analysis: trace protocols, data models, event flows, or cross-end consistency. Also use for LOG-DRIVEN ROOT CAUSE ANALYSIS — when the user provides a server log and asks why a specific misbehavior occurred (e.g. "why did it stop responding"), this agent parses the log…

JayCRL/MobileVC · 429 tokens

sniper

Use when: after ANY code modification (mandatory post-edit validation). Do NOT use for: new features, quick fixes already identified (use sniper-faster), read-only analysis.

fusengine/agents · 38 tokens

blind-author

Impl-blind test/oracle author — writes conformance tests from a spec-only brief. Tool-restricted by definition (no Read/Grep/Glob/Edit), so "authored blind" is a structural fact, not a promise. Activate only when the connected project contains spec.yaml or the user explicitly names Cladding; ignore ordinary requests…

qwerfunch/cladding · 75 tokens