Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:412
forks:41
updated:13. März 2026 um 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