원클릭으로
NyaaChat
NyaaChat에는 NyaaCaster에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Rebuild the NyaaChat Docker image and restart containers. Use this whenever the project needs a Docker rebuild + restart (e.g., after Dockerfile, nginx.conf, docker-compose.yml, extension registry, or built frontend asset changes). Runs rebuild.py — a cross-platform Python script that works on Windows, Linux, and macOS.
Update NyaaChat/public/comfyui/ComfyUI-workflow-info.md when ComfyUI models or workflows change. Cross-references download history, providers.ts workflow registry, and non-API workflow JSON files to produce accurate model download entries with correct URLs.
Create a git commit and optionally push to origin/master for the NyaaChat workspace — this covers three independent repos that share this working tree: the main NyaaChat repo, and the two private sub-service repos nyaachat-knowledge/ and shared-server/. Trigger when the user explicitly asks to commit, push, "提交", "推送", or "上传到 GitHub". Always identify which of the three repos the changes belong to first. Follows Conventional Commits style, never auto-commits without an explicit request, and refuses destructive operations (force-push, --no-verify, --amend on pushed commits, git config changes).
Rebuild the NyaaChat knowledge base backend Docker image and restart its container, independently of the frontend and shared-server. Use whenever knowledge backend code, its Dockerfile, or docker-compose.knowledge.yml changes. Runs rebuild-knowledge.py — a cross-platform Python script that works on Windows, Linux, and macOS.
Rebuild the NyaaChat shared-character backend (nyaachat-shared, port 5107) Docker image and restart its container, independently of the frontend. Use whenever shared-server code, its Dockerfile, or docker-compose.shared.yml changes. Runs rebuild-shared.py — a cross-platform Python script that works on Windows, Linux, and macOS.