Use this skill whenever the user wants to see how their branch will look on the live Gaia website before merging — "preview this branch", "show me what this looks like", "deploy a preview", "trigger a design preview", "can I see the site with these changes", "preview the skill profile", "check how this renders on the site", "spin up a preview deployment". This skill dispatches a Cloudflare Worker preview deployment for the current branch via GitHub Actions — no local build tooling required. Ideal for containerized environments, design reviews, and confirming that newly curated skills or profile pages render correctly before a PR is merged to main. The preview does NOT regenerate docs; it deploys docs/ from the branch as-is. If your change depends on regenerated Class S artifacts, run gaia dev docs and commit those first — the preview then reflects them.
$npx -y skills add gaia-research/gaia-skill-tree --skill gaia-previewInstalls into the current project.
Run `npx skills use "https://github.com/gaia-research/gaia-skill-tree" --skill "gaia-research/gaia-skill-tree/gaia-preview"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gaia-research/gaia-skill-tree" that are relevant to the current task. Run `npx skills add "https://github.com/gaia-research/gaia-skill-tree"` and select the relevant skills, then follow their instructions.