content-creator

content-creator is a skill for Claude Code from IJONIS/geo-lint. It costs 99 tokens per session (3,551 once invoked), scanned A, original, MIT.

A project-aware content writing workflow that learns your site's structure, content types, categories, authors, and writing style before creating blog posts, pages, or project entries.

In plain words
What is it for?
Use it to set up content rules, define a brand voice, plan a monthly content calendar, create content, or refresh its understanding of a project.
Why use it?
It avoids manually configuring content rules and helps keep new writing consistent with the project. It also checks each piece for search-engine and AI-search requirements.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the geo-lint plugin — 2 skills, 1 agent 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 skills/ijonis/geo-lint/content-creator
Any agent
npx skills add IJONIS/geo-lint --skill content-creator
Clone the repo
git clone --depth 1 https://github.com/IJONIS/geo-lint

Made for: Claude Code.

Or install geo-lint, the plugin that ships this one along with the rest of its 2 skills, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ijonis/geo-lint/content-creator.svg)](https://agentmods.dev/skills/ijonis/geo-lint/content-creator)
Your own site
<a href="https://agentmods.dev/skills/ijonis/geo-lint/content-creator"><img src="https://agentmods.dev/badge/skills/ijonis/geo-lint/content-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,551 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.00099 $0.03551
Opus 5 $0.00049 $0.01775
Sonnet 5 $0.00020 $0.00710
Haiku 4.5 $0.00010 $0.00355

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/brand_voice_analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-creator/SKILL.md · 365 lines

How it starts

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

Content Creator

Self-configuring content creation pipeline. Creates SEO & GEO-optimized content matched to your project and brand voice, then validates with geo-lint until clean.

For project-specific rules (components, file naming, categories), the skill generates a local content-config skill on first use via the setup workflow.

Command Router

Parse $ARGUMENTS and route to the matching workflow:

Argument Workflow
setup Auto-discover project, questionnaire, generate content-config
create [blog|page|project] Full content creation pipeline
voice Analyze and configure brand voice
calendar Plan monthly content calendar
refresh Re-scan project, update content-config
(no args) If no config exists → auto-trigger setup. Otherwise show commands.

Pre-Flight Check

Before any workflow except setup:

  1. Check if .claude/skills/content-config/SKILL.md exists in the project root.
  2. If missing → inform the user: "No project content config found. Running setup first..." Then auto-trigger the setup workflow.
  3. If found → read it into context and proceed with the requested workflow.

Workflow: setup

Three phases: auto-discover → questionnaire → generate.

Phase 1: Auto-Discovery

Run these steps silently, collecting results into a discovery report:

1. Framework Detection

  • Read package.json dependencies and devDependencies for: next, astro, @astrojs/*, gatsby, hugo, nuxt, vite, remix, @11ty/eleventy
  • Check for config files: next.config.*, astro.config.*, nuxt.config.*, gatsby-config.*, .eleventy.js
  • Record: framework name + version

2. Content Directories

  • Search for common patterns: content/, src/content/, posts/, blog/, pages/, articles/, src/pages/
  • If geo-lint.config.ts exists → read its contentPaths
  • Record: all content directories and file extensions (.md, .mdx, .astro, .html)

3. Frontmatter Schema

  • Read 5–10 representative content files across detected directories
  • Parse YAML frontmatter (lines between --- delimiters)
  • Compute the union of all field names; classify each as required (present in >80% of files) or optional
  • Record: field schema with types inferred from values

Read the full file on GitHub · 365 lines

Files

What ships with it

5 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 · 365 lines · 99 tokens per session scan A 8b90fbcca7e8

Subscribe to this mod's changes

content-creator is a skill published in the GitHub repository IJONIS/geo-lint (39 stars, last pushed 5mo ago), licensed MIT. It adds 99 tokens to every session and 3,551 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

seo-content-collection-page

Optimize e-commerce collection, category, and product listing pages (PLPs) for Google and AI assistants. Input: a collection or category page (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, or custom). Output: a bottom-of-page SEO text block, faceted-navigation and filter URL control, pagination canonicals…

Thibaultbm/claude-seo-geo · 122 tokens

geo-tracking

Measure AI visibility without paid tools or API keys. Input: your site (GA4 and server logs) and a buyer prompt panel. Output: GA4 AI-traffic reporting (custom channel group plus referrer regex above Referral), monthly brand mention rate, citation rate, and share of voice versus competitors across ChatGPT, Perplexity…

Thibaultbm/claude-seo-geo · 121 tokens

geo-visibility

Get cited and recommended by AI engines (ChatGPT, AI Overviews and AI Mode, Perplexity, Claude, Gemini). Input: a page or piece of content. Output: passage-level citability fixes (answer-first H2 blocks, self-contained chunks, definitions, sourced stats, comparison tables), a 5-pillar GEO score (0-100), an AI-crawler…

Thibaultbm/claude-seo-geo · 133 tokens

seo-content-blog

Write blog articles that rank on Google and get cited by AI engines (ChatGPT, Perplexity, AI Overviews). Input: a keyword, topic, or existing draft. Output: a publish-ready article, outline, or brief built on a 12-element answer-first skeleton (question H2s, expert quotes, stats, FAQ, internal links, SERP-benchmarked…

Thibaultbm/claude-seo-geo · 110 tokens

seo-content-product-page

Optimize e-commerce product pages (PDPs) for Google and for AI assistants that now recommend products directly. Input: a product page or description (Shopify, WooCommerce, Magento, BigCommerce, PrestaShop, Wix, Webflow, or custom). Output: a rewritten PDP with unique copy, FAQ and definition blocks, review and…

Thibaultbm/claude-seo-geo · 124 tokens

obsidian-brain

Build a local Obsidian vault that acts as the company and founder second brain, the knowledge layer every other skill reads before acting and writes back to. Input: your raw material (PDFs, decks, transcripts, email, WhatsApp exports, loose notes). Output: a structured, linked vault (domain hubs, maps of content…

Thibaultbm/claude-seo-geo · 135 tokens