backend-code-organisation
スター0
フォーク0
更新日2025年11月6日 08:26
Kotlin backend layering and packaging guidelines
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Kotlin backend layering and packaging guidelines
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | backend-code-organisation |
| description | Kotlin backend layering and packaging guidelines |
| license | MIT |
service → core → models) to encourage reuse and testability.SecurityContext early.get/invalidate helpers.v2 folders). Prefer managers.slots over managers.slots.v2.managers, helpers, utils, dao, workflows, etc. Mirror structure in tests.core: managers, helpers, data access, transient models. May depend on models.service: Dropwizard resources, configuration, application wiring; no direct DB access.console-service: Console-specific resources/auth; depends on core.client: Outbound clients; depend only on models.models: Shared API/data contracts; no dependencies.db-test, db-dev, db-warehouse-prod) and run the service locally to validate.@Singleton when appropriate.@Named when multiple bindings of the same type exist; otherwise default bindings suffice.v2 package forks.Glob for *.kt within service/ or core/ to inspect layer usage.Read DI modules when new bindings appear to ensure wiring matches guidelines.Grep for @Named or direct DAO usage inside resources to catch misplaced logic.Coroutine usage guardrails for Kotlin backend reviewers
SQL data access best practices for AIRBot reviewers
Security review guardrails for AIRBot
Testing expectations for AIRBot reviewers
TypeScript style standards for AIRBot reviewers