content-setup

content-setup is a skill for Claude Code, Codex from vstorm-co/content-skills. It costs 62 tokens per session (1,862 once invoked), scanned A, original, MIT.

An interactive setup guide for defining a project's brand, writing style, and visual rules in a brand/ directory. It stores these guidelines in files that other content tools can use.

In plain words
What is it for?
Use it to set up brand guidelines, inspect existing settings, update them, or derive a writing style from sample text.
Why use it?
It prevents content work from starting without shared guidance on how the brand should look and sound. It also gives teams a place to review or update those rules.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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 skills/vstorm-co/content-skills/content-setup
Any agent
npx skills add vstorm-co/content-skills --skill content-setup
Clone the repo
git clone --depth 1 https://github.com/vstorm-co/content-skills

Made for: Claude Code, Codex.

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-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/vstorm-co/content-skills/content-setup.svg)](https://agentmods.dev/skills/vstorm-co/content-skills/content-setup)
Your own site
<a href="https://agentmods.dev/skills/vstorm-co/content-skills/content-setup"><img src="https://agentmods.dev/badge/skills/vstorm-co/content-skills/content-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,862 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.00062 $0.01862
Opus 5 $0.00031 $0.00931
Sonnet 5 $0.00012 $0.00372
Haiku 4.5 $0.00006 $0.00186

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

Security

Grade A, and why

content-setup 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.

skills/content-setup/SKILL.md · 207 lines

How it starts

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

Content Setup Skill

When This Skill Activates

This skill runs in three scenarios:

  1. Explicit invocation: user runs /content setup, /content brand show, /content brand update, or /content voice.
  2. Missing brand detection: any other content skill (e.g., /content draft, /content social) checks for the brand/ directory and it does not exist. That skill should hand off here before proceeding.
  3. Voice recalibration: user drops writing samples into brand/voice-samples/ and runs /content voice to re-derive voice attributes.

Command Routing

Command Behavior
/content setup Full onboarding flow (all 5 phases)
/content brand show Display current brand configuration from brand/BRAND.md, brand/VOICE.md, brand/VISUAL.md
/content brand update Interactive modification of existing brand files
/content voice Analyze writing samples in brand/voice-samples/ and update brand/VOICE.md

The Onboarding Philosophy

This is a conversation, not a form. Claude should:

  • Ask one question at a time (sometimes two if they are tightly related).
  • Listen to the answer, then probe deeper when the response is vague or generic.
  • Challenge cliches. If the user says "we empower people," ask what that looks like on a Tuesday afternoon.
  • Reflect back what you heard before moving to the next phase, so the user can correct misunderstandings early.
  • Keep a running internal summary; do not ask the user to repeat themselves.
  • Be warm but direct. This process should feel like working with a sharp brand strategist, not filling out a government form.

Never dump all questions at once. The flow is adaptive -- skip questions whose answers are already obvious from prior responses. Add follow-ups when something interesting surfaces.


Phase 1: Identity (5-7 questions)

Goal: Understand who this brand is at its core.

Key topics:

  • Brand or company name
  • What you actually do (product/service/mission)
  • Who you serve (audience -- push for specifics)
  • The elevator pitch (30 seconds or less)
  • Competitors and how you differ from them
  • The single biggest differentiator
  • One-word brand essence

Read the full file on GitHub · 207 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 207 lines · 62 tokens per session scan A e00fecb16035

Subscribe to this mod's changes

content-setup is a skill published in the GitHub repository vstorm-co/content-skills (22 stars, last pushed 4mo ago), licensed MIT. It adds 62 tokens to every session and 1,862 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-30.