creator-pipeline

creator-pipeline is a command for Claude Code from frankxai/Starlight-Intelligence-System. It costs 0 tokens per session (2,414 once invoked), scanned A, original, MIT.

A command that turns a person’s documented strengths, ideas, and working principles into a planned stream of text, audio, images, video, and podcasts. It also plans how each piece should show its source or attribution.

In plain words
What is it for?
Use it to create a content calendar and production plan when a Genius Profile already exists.
Why use it?
It replaces disconnected one-off content planning with a coordinated publishing pipeline based on the person’s actual profile.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the starlight-intelligence-system plugin — 6 skills, 121 commands, 7 agents shipped together

Good fit Use it to create a content calendar and production plan when a Genius Profile already exists.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/frankxai/starlight-intelligence-system/creator-pipeline
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.

Clone the repo
git clone --depth 1 https://github.com/frankxai/Starlight-Intelligence-System

Made for: Claude Code.

Or install starlight-intelligence-system, the plugin that ships this one along with the rest of its 6 skills, 121 commands, 7 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 creator-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/creator-pipeline/github.svg)](https://agentmods.dev/commands/frankxai/starlight-intelligence-system/creator-pipeline)
Your own site
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/creator-pipeline"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/creator-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for creator-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/commands/frankxai/starlight-intelligence-system/creator-pipeline"><img src="https://agentmods.dev/badge/commands/frankxai/starlight-intelligence-system/creator-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 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,414 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.02414
Opus 5 $0.00000 $0.01207
Sonnet 5 $0.00000 $0.00483
Haiku 4.5 $0.00000 $0.00241

Measured 9d ago against content hash afe94e0b1c57, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

creator-pipeline 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 9d 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.

.claude/commands/creator-pipeline.md · 188 lines

How it starts

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

/creator-pipeline

Load SIP.md, VERTICALS.md, VOICES.md, genius/profile-<person-slug>.md, genius/freedom-path-<person-slug>.md, and any brand/voice files under creator/brand-<person-slug>.md or creator/voice-<person-slug>.md if they exist. Generate a multi-modal content pipeline grounded in the person's Genius Profile — not generic content themes.

Input

$ARGUMENTS

When this command fires

  • A person has completed /discover-genius and has a Genius Profile on file.
  • They want to turn frameworks → content stream, not one-off posts.
  • They want attestation-aware production (every piece ships with "Built on SIP" or sidecar).

When this command does NOT fire

  • No Genius Profile exists → halt and route to /discover-genius.
  • Single artifact being shipped → use /sip-attest (or modality-specific attest) directly.
  • Pillar already has 3+ pieces shipped and needs a reusable template → use /content-systemize.

Process

  1. Validate Genius Profile exists.

    • Resolve <person-slug> from <person-name> (lowercase, hyphenated).
    • Check for genius/profile-<person-slug>.md.
    • If not present, halt with: Run /discover-genius <person> first — content pipeline without genius excavation ships generic content.
    • Parse optional cadence arg (default weekly) and modalities list (default text,image).
  2. Extract seed concepts from Frameworks list.

    • Each framework in the Profile becomes a potential content seed.
    • Typical shape: 5-10 frameworks → 50-100 pieces of content over 6 months.
    • Map:
      • Framework 1 → Pillar 1 (primary content theme)
      • Framework 2 → Pillar 2
      • ...
      • Cross-domain synthesis (what only this person can say) → Flagship content
    • If Profile has fewer than 3 frameworks, halt: Profile too thin — run /discover-genius to deeper pass before pipelining.
  3. Modality fit per pillar.

    • For each pillar, read the Profile's voice samples and recommend modalities:
      • Voice samples heavy on written prose → lead with text + image derivatives
      • Voice samples heavy on spoken/conversational → lead with audio/podcast + text transcripts
      • Framework inherently visual (process diagrams, mental models) → lead with image + video
      • Framework story-driven → lead with audio/podcast + essay
    • Intersect with requested modalities arg. Never force a modality the profile does not support — note it as "experimental" if requested but not voice-aligned.

Read the full file on GitHub · 188 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. 9d ago First seen · 188 lines · 0 tokens per session scan A afe94e0b1c57

Subscribe to this mod's changes

creator-pipeline is a command published in the GitHub repository frankxai/Starlight-Intelligence-System (8 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,414 tokens. 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.