🛠️ Add scaffolding for Synology Docker deployment

This commit is contained in:
2026-05-14 00:40:03 +00:00
parent 31975e3088
commit 107f8a2691
5 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
name: "scaffold-synology-docker-deploy"
description: "Scaffold Docker packaging and Synology SSH deployment files into a project with dry-run or apply mode."
agent: "agent"
tools: [read, search, execute, edit]
argument-hint: "project-root=<path> service=<name> stack=<auto|node|python|generic> mode=<dry-run|apply> app-port=<port> container-port=<port>"
---
Scaffold a target project for Synology Docker deployment by running the shared
script.
Requirements:
- Use `resources/scripts/scaffold-synology-deploy.sh` instead of manually
writing files.
- Resolve missing required arguments before execution.
- Default to `--mode dry-run` unless the user explicitly asks for apply mode.
- Summarize created or updated files and the next command to run in the target
project.