Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:412
forks:41
updated:2026년 3월 20일 12:07
SKILL.md
VACUUM the SQLite database to reclaim disk space and consolidate WAL
Build and deploy the demo site to Cloudflare Workers manually
Run the optimal set of vitest tests and typecheck based on changed files or arguments
| name | demo-status |
| description | Check demo site deployment status and troubleshoot build failures |
| user_invocable | true |
Check the current deployment status of the demo site and troubleshoot issues.
# 1. Current deployment
npx wrangler deployments status
# 2. Recent deployment history
npx wrangler deployments list
# 3. Check Cloudflare status (if API errors occur)
# Fetch https://www.cloudflarestatus.com/ and report any active incidents
If Cloudflare Builds fails with "build token has been deleted or rolled":
oksskolten-demo → Settings → BuildsThis is often caused by Cloudflare API incidents rather than actual token expiry.
As a workaround, use /demo-deploy to deploy manually from local.