.claude/skills/preview/SKILL.md
Preview the current project using the configured infrastructure provider
npx skillsauth add the-agency-ai/the-agency .claude/skills/previewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Launch a local or remote preview of the project using the configured infrastructure provider.
--status — check current preview status--stop — stop running preview--logs — show preview logsRead the preview provider from claude/config/agency.yaml under preview.provider.
# agency.yaml
preview:
provider: "docker-compose" # or "fly", "vercel", "cloudflare"
The provider maps to a tool: ./claude/tools/preview-{provider}
Verify ./claude/tools/preview-{provider} exists and is executable. If not:
ls ./claude/tools/preview-*Execute: ./claude/tools/preview-{provider} {verb} {args}
Where verb is one of: start, stop, status, logs (mapped from flags above, default: start).
Show the user:
Each preview-{provider} tool must support these verbs:
start — launch preview, print URL to stdoutstop — tear down previewstatus — print current state (running/stopped/error)logs — stream or print recent logspreview sectionbusiness
Sync worktree with master — merge, copy settings, run sandbox-sync, report changes
tools
List all git worktrees with status info (branch, clean/dirty, deps)
tools
Remove a git worktree and optionally delete its branch
development
Create a new git worktree with dedicated branch and bootstrapped dev environment