ワンクリックで
service
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold a new endless-runner game folder from a control template (ski|moto|ski-side|wing|loop). Trigger `/runner-new <slug> --template <id>`.
Hub for 3D endless-runner games — list control templates, recommend a pattern, point to live demos and /runner-new. Trigger `/runner` or `/runner --list`.
Tune an existing runner game — CONFIG difficulty, theme CSS, bloom — without rewriting architecture. Trigger `/runner-tune <game>`.
Generate system architecture .drawio diagrams — client, service, database, external systems with standard icons and clear connections.
Generate advanced .drawio diagrams (ERD, UML class/sequence, C4 model, ML/DL, mindmap/gantt/timeline via Mermaid, complex architecture) — including from existing code (Python/JS/Go/Rust), IaC (Terraform/Kubernetes/docker-compose, or live running infra), SQL DDL, or OpenAPI specs. Includes shape search across 10,000+ standard icons (AWS/Azure/GCP/Cisco/K8s/UML/BPMN), style presets, and PNG/SVG/PDF/JPG export via draw.io desktop CLI with vision self-check. Use when `/architecture` or `/flowchart` (hand-authored XML, no CLI dependency) is not enough — need high accuracy, vendor-specific icons, auto-layout for large diagrams, import from real code/infra, or image export.
Generate ERD .drawio — entities, attributes, 1-1/1-N/N-N relationships, PK/FK. Hand-authored XML with TechSphereX AI palette; complex SQL DDL → /diagram --from-sql.
| name | service |
| description | Generate or update a single Swarm service definition — scaling, resource limits, rolling update policy, health check. |
| user-invocable | true |
| argument-hint | <service-name> [--scale <n>] [--update-parallelism <n>] [--constraint <expr>] |
/service api --scale 5 --update-parallelism 2
/service db --constraint "node.labels.tier==data"
/service worker --scale 3
deploy: block, not a new file.docker service create command as a reference, clearly labeled as something the user runs themselves (the agent never runs it).deploy: rules as /stack (resources, update_config, rollback_config, restart_policy).--update-parallelism above 1 requires the service to already have a HEALTHCHECK (see swarm-conventions.md Section 2) — warn if it doesn't.Edit to the existing docker-stack.yml service block
— or, for a one-off service —
docker-service-create.sh (reference command, commented, not executed by the agent)