Skip to main content
Run any Skill in Manus
with one click
GitHub repository

DiceAndDrama

DiceAndDrama contains 3 collected skills from NyaaCaster, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
0
updated
2026-07-09
Forks
0
Occupation coverage
1 occupation categories ยท 100% classified
repository explorer

Skills in this repository

rebuild
software-developers

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
software-developers

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
software-developers

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