Docs

Install Pagewell in one command.

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 matters

Step 01

Install

Use the skills CLI to install the Pagewell router and packaged references for page generation, free tools, QA, and discovery files.

Step 02

Restart

Agent harnesses load skill metadata at session start. Restart so the Pagewell description and commands are available.

Step 03

Discover

Ask Pagewell to create or update PAGEWELL.md so future generation uses real product facts, route rules, and page patterns.

Quickstart

Install Pagewell with the skills CLI.

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.

terminal
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

Create the repo context before asking for a page.

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.

agent prompt
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

Then pass a route, intent, and constraints to Pagewell.

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.

example prompt
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

Run the target repo checks before opening a PR.

  • Run the site build/check commands documented in PAGEWELL.md.
  • Verify unique title, description, canonical, H1, schema, internal links, and sitemap behavior.
  • Check generated copy against supported and prohibited claims in PAGEWELL.md.
  • Confirm free tools provide first value without signup and no server upload claim unless implemented.

FAQ

Common questions, answered directly.

How do I install Pagewell?

Install Pagewell with the skills CLI using bunx skills add ReScienceLab/pagewell --skill pagewell. Pi users can add -a pi to target Pi specifically.

What should I run after installing Pagewell?

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

Ready to generate pages as code?

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