Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:412
forks:41
updated:2026年3月13日 11:54
SKILL.md
Check demo site deployment status and troubleshoot build failures
VACUUM the SQLite database to reclaim disk space and consolidate WAL
Run the optimal set of vitest tests and typecheck based on changed files or arguments
| name | demo-deploy |
| description | Build and deploy the demo site to Cloudflare Workers manually |
| user_invocable | true |
Manually build and deploy the demo site to Cloudflare Workers. Use this when Cloudflare Builds (CI) fails or when you need to deploy immediately without pushing.
# 1. Build
npm run build -- --mode demo
# 2. Deploy
npx wrangler deploy
# 3. Verify
npx wrangler deployments status
oksskolten-demo (defined in wrangler.toml)./dist as an SPAwrangler login to have been run beforehand