Web
pseo-generator - Claude MCP Skill
Generate programmatic SEO pages from JSON data using Next.js/React templates, plus sitemap + validation tooling. Use when creating comparison pages, alternatives lists, or “best for [persona]” pages at scale, or when asked to scaffold pSEO data schemas, generate pages, build sitemaps, or check for duplicate/thin content.
SEO Guide: Enhance your AI agent with the pseo-generator tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to generate programmatic seo pages from json data using next.js/react templates, plus sitemap + validat... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# pSEO Generator Create pSEO pages from JSON data and template files. This skill ships a Click CLI plus three Next.js/React templates. ## Quick Start ```bash ./scripts/generate.py init --pattern comparison ./scripts/generate.py generate --data ./data.json --template comparison --output ./pages/ ./scripts/generate.py sitemap --output ./public/sitemap.xml ./scripts/generate.py validate ``` ## Templates - `templates/comparison.tsx` → X vs Y (features, pricing, verdict) - `templates/alternative.tsx` → “[X] alternatives” list page - `templates/best-for.tsx` → “Best [category] for [persona]” ## Playbooks Reference Use the 12 programmatic SEO playbooks in `../programmatic-seo/SKILL.md` to pick the right pattern. Relevant playbooks: Templates, Curation, Conversions, Comparisons, Examples, Locations, Personas, Integrations, Glossary, Translations, Directory, Profiles. ## Notes - `init` writes a starter `data.json` schema for the chosen pattern. - `generate` replaces placeholders in the template with per-page JSON data. - `sitemap` scans the pages dir and emits a sitemap XML. - `validate` flags duplicate or thin generated pages.
Signals
Information
- Repository
- phrazzld/claude-config
- Author
- phrazzld
- Last Sync
- 3/2/2026
- Repo Updated
- 3/1/2026
- Created
- 1/29/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
pr-status
PR Status
CLAUDE
CLAUDE.md
context7-mcp
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
find-docs
Retrieves and queries up-to-date documentation and code examples from Context7 for any programming library or framework. Use when writing code that depends on external packages, verifying API signatures, looking up usage patterns, generating code with specific libraries, or when training data may be outdated. Covers setup questions, migration guides, and version-specific docs.
Related Guides
Mastering Python and TypeScript Development with the Claude Skill Guide
Learn how to use the python typescript guide Claude skill. Complete guide with installation instructions and examples.
Building Full-Stack Applications with Claude: The Node.js MongoDB JWT Express React Skill Guide
Learn how to use the nodejs mongodb jwt express react Claude skill. Complete guide with installation instructions and examples.
Next.js SEO Dev: The Essential Claude Skill for Documented React Development
Learn how to use the nextjs seo dev Claude skill. Complete guide with installation instructions and examples.