ワンクリックで
monolith
monolith には cggonzal から収集した 13 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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 working on persistence setup, migrations, and service integrations (like email) that depend on app config and models.
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.
Use when creating or modifying GORM models in app/models, including generator usage, CRUD helper patterns, hooks, and migration registration.
Use for quick onboarding to this Monolith Go codebase, understanding startup flow, directory layout, and where to implement changes.
Use when editing route registration, middleware ordering, CSRF behavior, and request pipeline behavior for HTTP handlers.
Use when adding or changing CSS/JS/images and wiring static assets into templates in this embedded-filesystem monolith.
Use when validating changes with tests, running guides/docs servers, and handling operational tasks such as server setup and deployment.
Use when implementing real-time functionality using the built-in websocket pub/sub layer (`/ws`), including subscribe/message protocol and channel design.