pseo-scale

Installation
SKILL.md

pSEO Scale Architecture

Architect pSEO systems that work at 10K-100K+ pages. The patterns in the other pseo-* skills are correct at 1K-10K. Beyond 10K, in-memory data layers, full-corpus validation, and single-deploy rollouts break down. This skill provides the architecture changes needed at scale.

Scale Tiers

Tier Pages Data Layer Validation Rollout Sitemap
Small < 1K JSON/files, in-memory Full pairwise Single deploy Single file
Medium 1K-10K Files or DB, two-tier memory Fingerprint-based 2-4 week batches Index + children
Large 10K-50K Database required Incremental + sampling Category-by-category Index + chunked
Very Large 50K-100K+ Database + cache layer Delta-only + periodic full ISR + sitemap waves Index + streaming

This skill focuses on the Large and Very Large tiers. If the project is under 10K pages, the standard pseo-* skills are sufficient.

1. Database-Backed Data Layer

At 10K+ pages, JSON files and in-memory arrays stop working. The data layer must move to a database with proper indexing.

Installs
11
GitHub Stars
44
First Seen
Feb 2, 2026
pseo-scale — lisbeth718/pseo-skills