refresh-deployment
スター12
フォーク2
更新日2026年7月5日 07:58
Use when asked to deploy or refresh this project.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Use when asked to deploy or refresh this project.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Return a generated file, image, video, audio clip, or directory to the chat with an explicit markdown attachment directive.
Identify refactoring opportunities in the codebase and propose improvements with clear context and options
SOC 職業分類に基づく
| name | refresh-deployment |
| description | Use when asked to deploy or refresh this project. |
Run from the project root. Stop the existing service, build the current SvelteKit app, then refresh this project's Caddy Sites Manager manifest.
systemctl --user stop getbookmarklets-local-production.service
pnpm build:vite
site-manager deploy website.json
curl -I --max-time 15 https://getbookmarklets.babyjarvis.com
Use pnpm build:vite, not pnpm build.