بنقرة واحدة
web-server
Web transport boundaries and feature-layer conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Web transport boundaries and feature-layer conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.