Skip to content

spillwavesolutions/content-media

v0.3.4MIT

Content and audience ContentPack: articles, drafts, series, subscribers, performance.

Content Media

Content and audience ContentPack: articles, drafts, series, editorial calendar, subscribers, segments, and performance metrics.

MIT. Dual-host: Claude Code, Grok Build, and Codex (Agent Skill Standard). Writes OKF Markdown + YAML into a shared second-brain bundle so other agents and local jobs can read the same graph.

Install

# Claude Code
/plugin marketplace add SpillwaveSolutions/content-media
/plugin install content-media@SpillwaveSolutions

# Skilz CLI
skilz install SpillwaveSolutions/content-media

Point the plugin at a shared knowledge root (default knowledge/). All sibling ContentPack plugins write into the same tree.

Skills

SkillWhat it does
/cme-initScaffold the catalogs this plugin owns
/cme-captureCapture a noun into the shared second brain (deterministic write)
/cme-packBuild a bounded ContextPack from a root concept
/cme-validateValidate frontmatter, types, and links
/cme-sessionOpen or close an isolated write session (worktree + PR)
/cme-doctorHealth check of the bundle this plugin owns

Nouns this plugin may write

TypeMeaning
ArticlePublished or publishable piece
DraftWork in progress
SeriesNamed sequence of articles
EditorialCalendarPlanned publish dates
HeadlineTitle variant
HookOpening hook
OutlineStructure of a piece
KeyPointClaim the piece must land
CallToActionWhat the reader should do
SubscriberAudience member or segment proxy
SegmentAudience cohort
AudienceInsightWhat the audience cares about
PerformanceMetricViews, reads, restacks, etc.
DistributionChannelMedium, Substack, LinkedIn, etc.
PromotionPlanHow a piece will be pushed
RepurposingNoteHow to slice the piece
StyleGuideVoice and format rules
PositioningStatementHow we talk about the offer
ContentExperimentA/B or format test
FeedbackReader or editor feedback

Relationships

relMeaning
authored_byWriter identity
belongs_toArticle in a series
promotesArticle promotes an offer or idea
engaged_withSubscriber engaged with article
distributed_onChannel
measured_byHas performance metrics
originates_fromCame from experiment or outline
related_toRelated pieces
supersedesUpdated version

Catalogs

  • articles/
  • drafts/
  • series/
  • subscribers/
  • segments/
  • campaigns/
  • experiments/

Deterministic write boundary

The model proposes. Schema-enforced scripts commit:

python3 scripts/cme_common.py write \
  --bundle knowledge \
  --type Article \
  --folder articles \
  --title "Example" \
  --author "Grok Bot: Content Media"

Never invent rel values. Never write types owned by another plugin.

Related plugins

ContentPack suite

Foundation

Onboarding

Grok Bot and other host agents should start at docs/ONBOARDING.md. That file is the history of the LLM-wiki effort, the destination state (Grok Bots and local agents sharing one git-native second brain), and the canonical public repo list.

Multi-host

Works with Claude Code, Grok Build, Codex, Cursor, Agent Plugins 1.0 clients, Grok Bot, and LangChain Deep Agents.

HostHow to load
Claude Codemarketplace + plugin install
Grok Buildzero-config Claude plugin
CodexAgent Skills / hooks/hooks.json
Agent Plugins clientsroot plugin.json + skills/
Grok Botdocs/GROK_BOT.md
Cursordocs/CURSOR.md.cursor-plugin + Agent Plugins 1.0
LangChain Deep Agentsdocs/LANG_CHAIN_DEEP_AGENTS.md

Write isolation (worktree + PR) lives in second-brain-core: docs/ISOLATION.md. Point SECOND_BRAIN_ROOT at the session bundle. Never hard-code a private remote.

Eight job-function plugins plus core. Knowledge root is always a local path or env the human already owns.

License

MIT. Copyright 2026 Rick Hightower / contributors.