pseo-generator
19
总安装量
3
周安装量
#18960
全站排名
安装命令
npx skills add https://github.com/phrazzld/claude-config --skill pseo-generator
Agent 安装分布
claude-code
3
mcpjam
2
roo
2
gemini-cli
2
junie
2
windsurf
2
Skill 文档
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
./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 pagetemplates/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
initwrites a starterdata.jsonschema for the chosen pattern.generatereplaces placeholders in the template with per-page JSON data.sitemapscans the pages dir and emits a sitemap XML.validateflags duplicate or thin generated pages.