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 spinningrachel/career-engine/plugin install career-engineWrote 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/agents/spinningrachel/career-engine/content-orchestrator)<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>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.00061 | $0.01654 |
| Opus 5 | $0.00030 | $0.00827 |
| Sonnet 5 | $0.00012 | $0.00331 |
| Haiku 4.5 | $0.00006 | $0.00165 |
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.
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)
-
Load
pipeline-preferences.json. Extract:idea_bank.database_id(or legacyidea_bank.notion_database_id) — required; stop if missingcontent_calendar.default_batch_size— default to 3 if absentcontent_calendar.dedup_lookback_days— default to 30 if absentlinkedin_post.default_format_mix— default to "50% A / 30% B / 20% C" if absentlinkedin_post.revision_loop_max— default to 2 if absent
-
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
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.
- 7d ago First seen · 128 lines · 61 tokens per session scan A 80846c93d07d
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.