Step 01
Install
Add Pagewell through skills.sh so the router and packaged references are available to your coding agent.
Docs
Install the skill, let Pagewell inspect your repo, and create PAGEWELL.md — the single source of truth your agent needs before generating any page.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
View generated product pageStep 01
Add Pagewell through skills.sh so the router and packaged references are available to your coding agent.
Step 02
Let discover-site inspect repo files, legacy product facts, routes, components, metadata, and page patterns.
Step 03
Future runs read PAGEWELL.md and DESIGN.md before selecting a page playbook and adapter.
Quickstart
bunx skills add ReScienceLab/pagewell --skill pagewell
# Pi users:
bunx skills add ReScienceLab/pagewell --skill pagewell -a pi
# Then ask your agent:
Use Pagewell to discover this repo and create PAGEWELL.md. Context file
The discover-site skill should consolidate product facts, supported and prohibited claims, site implementation details, route taxonomy, page/component patterns, generation rules, anti-generic QA rules, and QA rules.
Required context
| File | Purpose | Why it's separate |
| DESIGN.md | Visual identity contract | External spec and linter |
| PAGEWELL.md | Product, site, patterns, claims, and QA truth | Pagewell-specific repo context |
| Page brief | Route, intent, audience, CTA, and constraints | Varies by request |
Verification
bun run build:skill
bun run check:skill
bun run lint:design
bun run build:site
bun run check:site FAQ
PAGEWELL.md is the default Pagewell context file. It contains product truth, site implementation details, route patterns, supported claims, generation rules, and QA expectations for future runs.
DESIGN.md follows an external Google Labs Code spec and can be linted independently. PAGEWELL.md references it instead of duplicating the design token contract.
The router checks for PAGEWELL.md and DESIGN.md. If PAGEWELL.md is missing, it routes to discover-site to inspect the repo and create the unified context file.
Set up Pagewell
Install Pagewell and run discover-site to create PAGEWELL.md so every future page uses real product facts.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
Read install docs