一键导入
build-and-preview
Build Jekyll site and take a Playwright screenshot of a specified page. Use when the user wants to see how the site looks after changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build Jekyll site and take a Playwright screenshot of a specified page. Use when the user wants to see how the site looks after changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Build site, verify no errors, commit changes, and push to remote. Use when the user wants to publish changes to the live site.
Use when the GM needs quick in-play generation for Fate of Eberron — stat blocks, scene aspects, compel ideas, NPC names, complications, chase zones, or countdown clocks. Output only, no file writes.
Use when managing Fate of Eberron campaign state between sessions — writing session summaries, updating NPCs, advancing factions, tracking clues, and reviewing campaign threads.
Use when preparing a Fate of Eberron session — generates case hooks, builds NPCs, plans scenes, creates complications and countdown clocks, and suggests compels. Reads and writes campaign files.
基于 SOC 职业分类
| name | build-and-preview |
| description | Build Jekyll site and take a Playwright screenshot of a specified page. Use when the user wants to see how the site looks after changes. |
| disable-model-invocation | true |
Build the Jekyll site, start a local server, and take a Playwright screenshot of a page.
Build the site:
cd /Users/ryan/Fate-of-Eberron-2 && bundle exec jekyll build
Start the Jekyll server in the background (if not already running):
bundle exec jekyll serve --detach 2>/dev/null || true
Wait briefly for the server to start, then check it's running:
lsof -i :4000 | grep LISTEN
Use Playwright to navigate to the requested page (default: http://localhost:4000/Fate-of-Eberron/).
Take a screenshot and show it to the user.
If the user specified a specific page path, navigate to http://localhost:4000/Fate-of-Eberron/<path> instead.
/players-guide).