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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.