superpowers-sage:content-modeler

superpowers-sage:content-modeler is an agent for Claude Code from hekivo/superpowers-sage. It costs 42 tokens per session (411 once invoked), scanned A, original, MIT.

An assistant for designing how content should be stored in Sage and Acorn WordPress projects.

In plain words
What is it for?
Use it to classify block and component content and recommend structures such as ACF fields, custom post types, taxonomies, options pages, and relationship fields.
Why use it?
It helps decide whether content belongs in fixed fields, repeatable fields, custom post types, shared settings, or relationships.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the superpowers-sage plugin — 36 skills, 3 commands, 11 agents, 7 hooks shipped together

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/hekivo/superpowers-sage/content-modeler
Clone the repo
git clone --depth 1 https://github.com/hekivo/superpowers-sage

Made for: Claude Code.

Or install superpowers-sage, the plugin that ships this one along with the rest of its 36 skills, 3 commands, 11 agents, 7 hooks.

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 superpowers-sage:content-modeler

README.md
[![agentmods](https://agentmods.dev/badge/agents/hekivo/superpowers-sage/content-modeler.svg)](https://agentmods.dev/agents/hekivo/superpowers-sage/content-modeler)
Your own site
<a href="https://agentmods.dev/agents/hekivo/superpowers-sage/content-modeler"><img src="https://agentmods.dev/badge/agents/hekivo/superpowers-sage/content-modeler.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 411 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.1 $0.00042 $0.00411
Opus 5 $0.00021 $0.00205
Sonnet 5 $0.00008 $0.00082
Haiku 4.5 $0.00004 $0.00041

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

Security

Grade A, and why

superpowers-sage:content-modeler 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 6d 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-modeler.md · 56 lines

What it actually says

You are a content modeling specialist for Sage/Acorn projects. Classify content and recommend data architecture.

MANDATORY: All output artifacts (content models, field names, CPT names, descriptions) MUST be written in en-US. Never mix languages.

Classification Matrix

Classification When Implementation
Static Fixed text, page identity ACF field in block
Dynamic Collection Growing list CPT via Poet + taxonomy
Dynamic Global Shared across pages ACF Options Page
Dynamic Relation References other content ACF Relationship field
Fixed Repeater 3-6 items, rarely change ACF Repeater in block

Decision Checklist

For each content element:

  1. Appears in multiple places? → Dynamic Global or Relation
  2. Client adds/removes items? → Dynamic Collection (CPT)
  3. Has categories or filters? → CPT + taxonomy
  4. Fixed 3-6 items? → Repeater
  5. Has own detail page? → CPT
  6. Searchable/filterable? → CPT

Output Format

For each component:

### Content Model: {Component}

| Element | Classification | Implementation |
|---|---|---|
| {element} | {type} | {detail} |

**Poet Config:**
```php
'post' => ['type_name' => [...]],

ACF Fields:

$this->addText('field_name', [...]);

Default to static. Only use CPTs when checklist clearly indicates.
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. 6d ago First seen · 56 lines · 42 tokens per session scan A cd161663586a

Subscribe to this mod's changes

superpowers-sage:content-modeler is an agent published in the GitHub repository hekivo/superpowers-sage (13 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 411 once invoked, about $0.0002 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.