Step 01
Install
Use the skills CLI to install the Pagewell router and packaged references for page generation, free tools, QA, and discovery files.
Docs
Add the skill, restart your agent session, and let Pagewell discover your repo before the first page request.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
Why PAGEWELL.md mattersStep 01
Use the skills CLI to install the Pagewell router and packaged references for page generation, free tools, QA, and discovery files.
Step 02
Agent harnesses load skill metadata at session start. Restart so the Pagewell description and commands are available.
Step 03
Ask Pagewell to create or update PAGEWELL.md so future generation uses real product facts, route rules, and page patterns.
Quickstart
Most users only need the pagewell skill entrypoint. The skill includes references for discovery, page generation, free tools, QA, SEO maintenance, adapters, schemas, and playbooks.
bunx skills add ReScienceLab/pagewell --skill pagewell
# Pi users can target Pi explicitly:
bunx skills add ReScienceLab/pagewell --skill pagewell -a pi
# Existing installs can update:
bunx skills update pagewell -g -y First run
Pagewell generation works best after the discovery module has inspected the stack, routes, components, content data, discovery files, and product claims. That output belongs in PAGEWELL.md.
Use Pagewell to discover this repo and create PAGEWELL.md.
Import useful product facts, route patterns, claim rules, and site conventions.
Keep DESIGN.md separate as the visual contract. Generate
A useful page request names the route, page type or intent, audience, CTA, and any facts the page is allowed to use. Pagewell will select the matching playbook and adapter.
Use Pagewell to generate /use-cases/generate-free-tools-as-code.
Page type: use-case.
Audience: developers and founders using coding agents.
CTA: install Pagewell.
Run QA and update discovery files afterward. Verification
FAQ
Install Pagewell with the skills CLI using bunx skills add ReScienceLab/pagewell --skill pagewell. Pi users can add -a pi to target Pi specifically.
Ask your agent to use Pagewell to discover the repo and create PAGEWELL.md if it does not already exist. Keep DESIGN.md as the separate visual contract.
Install Pagewell
Give your coding agent the context, playbooks, adapters, and QA gates it needs before the next page request.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
Read install docs