Agent skill for Jono Catliff's Claude Code SEO blueprint — programmatic SEO with blog posts at scale, city×service landing pages, on-page checklist, technical SEO, and deploy.
If this helps you rank, star the repo — it helps others find it on skills.sh and GitHub.
One command (Cursor, Claude Code, Codex, and other agents):
npx skills add liyakhar/claude-code-seo-guide -yInstall a specific skill:
# Full workflow
npx skills add liyakhar/claude-code-seo-guide --skill claude-code-seo -y
# Blog post generator only
npx skills add liyakhar/claude-code-seo-guide --skill claude-code-seo-blog -y
# Service landing page generator only
npx skills add liyakhar/claude-code-seo-guide --skill claude-code-seo-service -yGlobal install (all your projects):
npx skills add liyakhar/claude-code-seo-guide -g -y-
Clone this repo as your project (or copy blueprint files into an existing Next.js app):
git clone https://github.com/liyakhar/claude-code-seo-guide.git my-seo-site cd my-seo-site -
In Cursor or Claude Code, invoke the skill:
- Type
/claude-code-seoor ask: "Run the Claude Code SEO workflow" - For a single blog post:
/claude-code-seo-blogor "Create a new SEO blog post" - For a service page:
/claude-code-seo-serviceor "Create a service landing page"
- Type
-
Follow the agent through setup → keywords → content → on-page → technical → deploy.
| Skill | What it does |
|---|---|
claude-code-seo |
Full workflow: setup, SEMrush, blog, service pages, on-page, technical SEO, deploy |
claude-code-seo-blog |
End-to-end blog post from keywords.csv with voice + SERP analysis |
claude-code-seo-service |
City+service landing page from Service-keywords.csv |
CLAUDE.md— project rules (SSG, voice, design)on-page-seo.md— 80+ item checklistprompts.md— copy-paste prompts v1–v8keywords.csv/Service-keywords.csv— keyword researchreferences/— voice, humour, stats, stories, opinionsslideshow/— visual SEO guides- Demo Next.js app (v1–v6 progression pages)
Condensed action guide with timestamp links and blueprint file references:
https://liyakhar.github.io/claude-code-seo-guide/
- Workflow and blueprint: Jono Catliff / Automatable
- Skill packaging and guide: liyakhar/claude-code-seo-guide
npm install
npm run devStatic export:
npm run buildBlueprint content © Jono Catliff. Skill packaging and guide site © contributors. Use and adapt for your own SEO projects.