Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

DiceAndDrama

DiceAndDrama contiene 3 skills recopiladas de NyaaCaster, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
3
Stars
0
actualizado
2026-07-09
Forks
0
Cobertura ocupacional
1 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

rebuild
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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