with one click
web-server
Web transport boundaries and feature-layer conventions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Web transport boundaries and feature-layer conventions
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
PR review triage, scoped fixes, verification, and merge workflow
Workflow and checks for adding a new game system
Meaningful testing strategy and coverage guardrails
Parallel-path refactor workflow for clean boundary cutovers
Structured domain and transport errors with i18n-friendly messages
Go conventions for architecture-first, maintainable code
| name | web-server |
| description | Web transport boundaries and feature-layer conventions |
| user-invocable | true |
Transport-layer guidance for the Web UI and related services.
internal/services/web/feature/*, internal/services/web/modules/*); avoid cross-feature coupling.internal/services/play/ui/**, refresh the checked-in
production bundle in internal/services/play/ui/dist before finishing.npm run build from internal/services/play/ui or make play-ui-dist.Refer to docs/architecture/architecture.md for system layout and service boundaries.
Refer to docs/architecture/domain-language.md for canonical naming.