run-seo-office

Installation
SKILL.md

Run SEO Office

Boot the local Next.js 16 app and drive a real client → specialist → artifact flow. This recipe was verified live; follow it verbatim before improvising.

Launch

pnpm is not on the non-interactive PATHpnpm/next/tsc resolve only through corepack, which ships next to the nvm-managed node. Prefix every command:

export PATH="$(ls -d ~/.nvm/versions/node/*/bin | tail -1):$PATH"
cd "/home/agricidaniel/Desktop/SEO Office"
corepack pnpm exec next dev --turbopack -p 3100   # 3000 is often a stale instance

Server reports ✓ Ready in ~160ms, but the first request to any route compiles it (use a generous curl timeout). Confirm it serves and the registry loaded:

Installs
1
GitHub Stars
82
First Seen
Jul 20, 2026
run-seo-office — agricidaniel/seo-os