geo-content

geo-content is a skill for Claude Code from nocodework/growth-os. It costs 111 tokens per session (1,289 once invoked), scanned A, original, MIT.

A content-editing process that makes web pages easier for AI assistants to understand, quote, and cite, while also adding files and structured data for crawlers.

In plain words
What is it for?
It restructures pages with answer-first writing, descriptive headings, standalone sections, tables, lists, named entities, clean HTML, an llms.txt file, and question-and-answer schema where appropriate.
Why use it?
It helps when a business is missing from AI-generated answers or when its pages are difficult to extract as clear, factual responses.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the growth-os plugin — 8 skills shipped together

Good fit It restructures pages with answer-first writing, descriptive headings, standalone sections, tables, lists, named entities, clean HTML, an llms.txt file, and question-and-answer schema where appropriate.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nocodework/growth-os/geo-content
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.

Any agent
npx skills add nocodework/growth-os --skill geo-content
Clone the repo
git clone --depth 1 https://github.com/nocodework/growth-os

Made for: Claude Code.

Or install growth-os, the plugin that ships this one along with the rest of its 8 skills.

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 geo-content

README.md
[![agentmods](https://agentmods.dev/badge/skills/nocodework/growth-os/geo-content/github.svg)](https://agentmods.dev/skills/nocodework/growth-os/geo-content)
Your own site
<a href="https://agentmods.dev/skills/nocodework/growth-os/geo-content"><img src="https://agentmods.dev/badge/skills/nocodework/growth-os/geo-content/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for geo-content

Your own site · 80×15
<a href="https://agentmods.dev/skills/nocodework/growth-os/geo-content"><img src="https://agentmods.dev/badge/skills/nocodework/growth-os/geo-content.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 111 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00111 $0.01289
Opus 5 $0.00056 $0.00645
Sonnet 5 $0.00022 $0.00258
Haiku 4.5 $0.00011 $0.00129

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

Security

Grade A, and why

geo-content 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 10d 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.

core/skills/geo-content/SKILL.md · 66 lines

How it starts

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

geo-content

geo-audit tells you whether AI assistants cite you. geo-content is how you earn more of those citations — by restructuring content so an assistant can lift a clean, self-contained, factual answer straight from your page. It's not a growth hack; it's disciplined information design that happens to also help human readers and traditional SEO.

What it does

Takes a page (or a content plan) and applies a concrete checklist that makes it more extractable and quotable, then adds the two machine-readable affordances assistants and their crawlers look for:

  • A 9-pattern citability pass on the content itself.
  • An llms.txt file describing the site for AI crawlers.
  • FAQPage / structured data where the content is genuinely Q&A shaped.

When to use

  • After geo-audit surfaces queries where the brand is invisible or losing citations to competitors.
  • When writing or rewriting a cornerstone page that should become the quotable answer for a topic.
  • As the content-side follow-through on a growth audit finding.

The 9 citability patterns

Work through each. They compound — a page that does all nine is dramatically easier for an assistant to quote confidently.

  1. Answer-first. Put the direct answer in the first sentence or two under the heading, before context or story. Assistants extract the top of a section; bury the answer and it gets skipped.
  2. Descriptive H2/H3. Headings that state the question or the claim ("How much does X cost?" / "X reduces onboarding time by 40%"), not clever labels. The heading is the retrieval hook.
  3. Standalone sections. Each section should make sense lifted out of the page with no surrounding context. No "as mentioned above," no dangling pronouns referring to earlier sections.
  4. Tables for structured comparisons. Pricing, feature comparisons, specs — put them in real HTML tables. Assistants parse and reproduce tables cleanly.
  5. Lists for steps and enumerations. Ordered lists for processes, unordered for sets. Extractable, scannable, quotable as-is.
  6. Fact density. Concrete numbers, dates, named specifics over adjectives. "Ships in 3 business days" beats "fast shipping." Facts are what gets quoted; vibes get paraphrased away or dropped.
  7. Entity naming. Name the product, company, people, and category explicitly and consistently — don't rely on "we," "our platform," "it." Assistants attribute to named entities; unnamed subjects lose the citation.
  8. Clean semantic HTML. Proper heading hierarchy, real <table>/<ul>/<ol>, no critical content trapped in images or rendered only by client-side JS an crawler won't run. If it isn't in the served HTML, it can't be cited.
  9. Freshness signals. Visible published/updated dates and current figures. Assistants prefer sources that look maintained.

Read the full file on GitHub · 66 lines

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. 10d ago First seen · 66 lines · 111 tokens per session scan A 55518e675281

Subscribe to this mod's changes

geo-content is a skill published in the GitHub repository nocodework/growth-os (6 stars, last pushed 2mo ago), licensed MIT. It adds 111 tokens to every session and 1,289 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

gtm-reverse-engineer

Reverse-engineer any company's public go-to-market into an evidence-graded, multi-file playbook (copy / adapt / skip). Use whenever the user wants competitor GTM teardown, growth forensics, channel analysis (Instagram, X/Twitter, LinkedIn, ads, Reddit/community, SEO, jobs, pricing), "how did X grow", unicorn/breakout…

ndpvt-web/gtm-reverse-engineer · 155 tokens

meta-tags-optimizer

Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…

nowork-studio/notfair-plugin · 91 tokens

content-planner

GSC-driven content calendar. Pulls real Search Console data, finds the highest click-potential opportunities (striking-distance queries at positions 5-20, unanswered query intent, related-keyword expansions), and produces a dated, prioritized content calendar — ready to hand to /content-writer. Use when the user asks…

nowork-studio/notfair-plugin · 123 tokens

setup-cms

Connect a CMS to notfair SEO tools. Guides users through configuring WordPress, Strapi, Contentful, or Ghost — tests the connection, and writes credentials to .env.local. Once set up, seo-analysis automatically cross- references CMS content against Google Search Console data. Use whenever the user says "connect my…

nowork-studio/notfair-plugin · 111 tokens

cold-outbound-sequencer

Use when the user asks to "build a B2B cold-outbound sequence", "design reply-triage branching", "plan a domain warmup / sending throttle", or "make my outbound CAN-SPAM / opt-in compliant"; produces a multi-step outbound sequence with reply-triage branches (positive / objection / referral / not-now / opt-out), a…

aaron-he-zhu/aaron-marketing-skills · 172 tokens

inbox-placement-monitor

Use when the user asks to "track where my emails are actually landing after I send", "read my seed-list inbox vs spam vs promotions results", "trend my Gmail Postmaster / Microsoft SNDS reputation", or "did placement drop after my last send"; produces a per-provider inbox/spam/promotions placement read, a domain/IP…

aaron-he-zhu/aaron-marketing-skills · 166 tokens