seo-programmatic

seo-programmatic is a skill for Claude Code from ZachArticulateV/designer-pro-and-seo. It costs 77 tokens per session (567 once invoked), scanned A, original, MIT.

A planning skill for programmatic SEO, the practice of generating many related web pages from templates and data.

In plain words
What is it for?
Use it to design templates, test sample pages, set minimum unique-content rules, choose URL and canonical strategies, and decide when pages should not be indexed or generated.
Why use it?
Large sets of nearly identical pages can be ignored by search engines as low-value content and can create indexing problems. The planning process adds checks for unique content, URLs, links, and page eligibility.

Skill for Claude Code

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

Part of the designer-pro-and-seo plugin — 41 skills, 14 agents, 1 MCP server shipped together

Good fit Use it to design templates, test sample pages, set minimum unique-content rules, choose URL and canonical strategies, and decide when pages should not be indexed or generated.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zacharticulatev/designer-pro-and-seo/seo-programmatic
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 ZachArticulateV/designer-pro-and-seo --skill seo-programmatic
Clone the repo
git clone --depth 1 https://github.com/ZachArticulateV/designer-pro-and-seo

Made for: Claude Code.

Or install designer-pro-and-seo, the plugin that ships this one along with the rest of its 41 skills, 14 agents, 1 MCP server.

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 seo-programmatic

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-programmatic/github.svg)](https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-programmatic)
Your own site
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-programmatic"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-programmatic/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 seo-programmatic

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-programmatic"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-programmatic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 567 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.00077 $0.00567
Opus 5 $0.00039 $0.00283
Sonnet 5 $0.00015 $0.00113
Haiku 4.5 $0.00008 $0.00057

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

Security

Grade A, and why

seo-programmatic 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 11d 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/seo-programmatic/SKILL.md · 61 lines

How it starts

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

seo-programmatic

Family: seo Status: Stable

Purpose

Plan SEO at template scale (city + service combos, product + use-case matrices) with the safeguards that decide whether pSEO succeeds. Most pSEO fails not from technical issues but from Google de-prioritizing thin, near-duplicate generated pages — the thin-content safeguard is the differentiator.

Triggers

  • "programmatic seo" / "pSEO" / "data-driven seo"
  • "pages at scale" / "scaled pages"
  • "dynamic pages" / "template pages" / "generated pages"

Inputs

  • The template definition (variables + content sources)
  • Expected page count and a few sample input rows
  • Existing site context

Steps

  1. Design the template so each page carries genuinely unique value, not just a swapped noun — unique data, local specifics, real media per page.
  2. Simulate output across the sample inputs and estimate the unique-content ratio; use seo-content to score representative pages for thinness.
  3. Set thin-content safeguards — a minimum unique-content threshold; pages below it get noindex (or aren't generated). State the threshold explicitly.
  4. URL + canonical strategy — slug conventions, parameter handling, and canonicalization so variants don't cannibalize.
  5. Internal-link automation — rules for how generated pages interlink (to a hub, to siblings) with sensible anchor text; align to clusters via seo-cluster.
  6. Index-bloat plan — decide which template pages Google should crawl vs. noindex; submit the worthy set via seo-sitemap.
  7. Render the plan: template spec, thresholds, link rules, index strategy.

Outputs

  • Programmatic SEO plan with explicit unique-content thresholds
  • Internal-link automation spec + URL/canonical strategy
  • Index-management (crawl vs noindex) plan

Dependencies

  • seo-content (unique-content scoring), seo-cluster (keyword-template fit), seo-sitemap (index the worthy set)

Notes

The thin-content threshold is the safeguard that keeps a pSEO project from getting the whole template pattern devalued. Decide it before generating, not after.

Read the full file on GitHub · 61 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. 11d ago First seen · 61 lines · 77 tokens per session scan A 9a1d7fb0a3cb

Subscribe to this mod's changes

seo-programmatic is a skill published in the GitHub repository ZachArticulateV/designer-pro-and-seo (8 stars, last pushed 2mo ago), licensed MIT. It adds 77 tokens to every session and 567 once invoked, about $0.0004 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

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

token-audit

Audit a design system's token definitions for naming violations, missing semantic tiers, and structural debt. This audits how tokens are defined and organised, NOT how they are consumed in code. Trigger when someone says: audit my tokens, token naming review, are my tokens consistent, token health check, review my…

murphytrueman/design-system-ops · 93 tokens

stakeholder-brief

Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…

murphytrueman/design-system-ops · 73 tokens

figma-variable-audit

Audit Figma variable collections against token architecture best practices. Trigger when someone says: audit my Figma variables, check my Figma tokens, are my variables structured correctly, Figma variable health, review my variable collections, variable naming check, or anything about auditing the quality or…

murphytrueman/design-system-ops · 67 tokens

governance-encoder

Convert governance policies into machine-executable JSON constraint files that AI agents and CI pipelines validate against automatically. This produces rule engine files in .ai/governance/, NOT narrative decision records or documentation. Trigger when someone says: encode governance rules, governance as code, automate…

murphytrueman/design-system-ops · 116 tokens

system-benchmark

Benchmark a design system against industry standards and comparable public systems, producing a qualitative comparison across dimensions with specific, named reference points. Goes beyond an internal health assessment to answer 'how does our system compare to what good looks like out there?' Trigger when someone says…

murphytrueman/design-system-ops · 154 tokens