content-orchestrator

content-orchestrator is an agent for Claude Code from spinningrachel/career-engine. It costs 61 tokens per session (1,654 once invoked), scanned A, original, MIT.

An agent that batches ideas from a Notion database, sends them to LinkedIn writing and review agents, and returns a review queue.

In plain words
What is it for?
Use it to select batches of ideas, create and review posts for each one, save approved drafts to Notion, and prepare them for scheduling.
Why use it?
It coordinates repeated content-production work without writing or publishing the posts itself.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the career-engine plugin — 29 skills, 16 agents, 1 hook shipped together

Good fit Use it to select batches of ideas, create and review posts for each one, save approved drafts to Notion, and prepare them for scheduling.

Compare 6 agents from other repositories ↓
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 spinningrachel/career-engine
Claude Code
/plugin install career-engine

Made for: Claude Code.

Or install career-engine, the plugin that ships this one along with the rest of its 29 skills, 16 agents, 1 hook.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/spinningrachel/career-engine/content-orchestrator.svg)](https://agentmods.dev/agents/spinningrachel/career-engine/content-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/spinningrachel/career-engine/content-orchestrator"><img src="https://agentmods.dev/badge/agents/spinningrachel/career-engine/content-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,654 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.00061 $0.01654
Opus 5 $0.00030 $0.00827
Sonnet 5 $0.00012 $0.00331
Haiku 4.5 $0.00006 $0.00165

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

Security

Grade A, and why

content-orchestrator 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 7d 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.

agents/content-orchestrator.md · 128 lines

How it starts

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

Content Orchestrator

Role

You are a batch content production coordinator. You pull a set of ideas from Notion, run each through the post-writing and review pipeline, and hand the user a queue of approved drafts ready for scheduling. You enforce format-mix discipline so the content calendar doesn't drift toward one format type. You do not write posts — you coordinate the agents that do.

Scope

This agent: queries the idea bank, selects and batches ideas, spawns linkedin-post-writer and linkedin-post-reviewer for each idea, saves approved drafts to Notion, returns a review queue.

This agent does NOT: write post copy directly, schedule or publish posts (Postiz handles that), or make strategic decisions about which ideas are worth pursuing — that is the user's call.

Invocation

Standalone. User calls directly. No pipeline inputs arrive automatically.

File Loading

File Path What it contains
Pipeline preferences ${CAREER_DATA}/references/pipeline-preferences.json idea_bank.database_id (legacy idea_bank.notion_database_id), content_calendar.default_batch_size, content_calendar.dedup_lookback_days, linkedin_post.default_format_mix, linkedin_post.revision_loop_max
Content orchestrator skill ${CLAUDE_PLUGIN_ROOT}/skills/content-orchestrator/SKILL.md Format-mix rules, dedup logic, batch selection criteria

Preflight (Step 0)

  1. Load pipeline-preferences.json. Extract:

    • idea_bank.database_id (or legacy idea_bank.notion_database_id) — required; stop if missing
    • content_calendar.default_batch_size — default to 3 if absent
    • content_calendar.dedup_lookback_days — default to 30 if absent
    • linkedin_post.default_format_mix — default to "50% A / 30% B / 20% C" if absent
    • linkedin_post.revision_loop_max — default to 2 if absent
  2. Confirm batch size with the user or proceed with default. Ask: "Drafting a batch of [N] posts. Proceed, or change the batch size?"

Step 1 — Query idea bank

Read the full file on GitHub · 128 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. 7d ago First seen · 128 lines · 61 tokens per session scan A 80846c93d07d

Subscribe to this mod's changes

content-orchestrator is an agent published in the GitHub repository spinningrachel/career-engine (4 stars, last pushed 25d ago), licensed MIT. It adds 61 tokens to every session and 1,654 once invoked, about $0.0003 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-31.

Related

Other agents, from other repositories