Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

DiceAndDrama

DiceAndDrama contém 3 skills coletadas de NyaaCaster, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
3
Stars
0
atualizado
2026-07-09
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

rebuild
Desenvolvedores de software

Rebuild a Dice & Drama Docker image and restart the container locally, pushing to private registry h.nyaa.host:5000. Use when the user asks to "rebuild", "重建镜像", or has changed source/build files. DEFAULTS TO client only — client/ is the day-to-day rebuild target. save-server (dicedrama-save) is a stable backend that is rebuilt ONLY when its save-data schema or backend runtime behavior changes, and ONLY after explicitly flagging it to the user and getting confirmation. Always invokes the per-subproject rebuild.ps1 (Windows) or rebuild.sh (Linux/macOS) with -ExecutionPolicy Bypass on Windows.

2026-07-09
sync-blueprint
Desenvolvedores de software

Update DiceAndDrama project blueprint after completing a milestone (M0-M8). Mark checklist items done in .docs/BLUEPRINT.md, append to changelog, sync architecture snapshot in .docs/.work/PROJECT-OVERVIEW.md if call paths/contracts/file map changed, then hand off to commit-push skill. Trigger when the user says "完成阶段", "更新蓝图", "M? 做完了", or after the last subtask of a milestone.

2026-07-09
commit-push
Desenvolvedores de software

Create a git commit and optionally push to origin/master for the DiceAndDrama project. Trigger when the user explicitly asks to commit, push, "提交", "推送", or "上传到 GitHub". Follows Conventional Commits (English) style, never auto-commits without an explicit request, and refuses destructive operations (force-push, --no-verify, --amend on pushed commits, git config changes).

2026-06-03