一键导入
monolith-database-and-services
Use when working on persistence setup, migrations, and service integrations (like email) that depend on app config and models.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when working on persistence setup, migrations, and service integrations (like email) that depend on app config and models.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when generating or extending the built-in admin dashboard, admin-only middleware, and pprof debug endpoints.
Use when implementing login/signup/logout, access control, and cookie-backed session logic in this Monolith app.
Use when an agent needs authoritative make/go command usage in this repository, including test, run, guides, deploy, server setup, and generator invocations.
Use when building HTTP controllers and templates, including REST action scaffolding, view rendering patterns, and route wiring.
Use when adding app features via the built-in generator (model/controller/resource/authentication/job/admin), including expected file mutations and post-generation validation.
Use when creating or extending asynchronous background jobs, including generator usage, queue registration, payload handling, and worker lifecycle.
| name | monolith-database-and-services |
| description | Use when working on persistence setup, migrations, and service integrations (like email) that depend on app config and models. |
app/services/.db.InitDB().Any new model must be included in db/db.go AutoMigrate call.
The model generator handles this automatically.
app/services/ (e.g., app/services/email).app/config/config.go.MAILGUN_DOMAIN, MAILGUN_API_KEY, and MAILGUN_API_BASE.