ワンクリックで
gojang
gojang には gojangframework から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Add or modify data-backed features in a Gojang app. Use when creating Ent schemas, generated model code, CRUD handlers, forms, feature route packages, templates, migrations, or admin overrides for a resource.
Work on Gojang's registry-driven admin panel. Use when customizing admin model overrides, fields, hooks, list columns, readonly or hidden fields, admin CRUD behavior, admin workspace templates, or staff-only admin routes under /admin.
Add or modify public, user-facing pages in a Gojang app. Use when creating static pages, marketing/content pages, dashboard-style public pages, page handlers, public routes, navigation links, or templates under app/views/templates or app/pages.
Apply or review authentication, authorization, sessions, email verification, password reset, password handling, CSRF, rate limiting, audit logging, and security middleware in a Gojang app. Use when protecting routes, checking resource ownership, changing login/register/logout/forgot-password/verify-email behavior, or preparing security-sensitive code.
Run, test, migrate, seed, build, or prepare deployment for a Gojang app. Use for Taskfile commands, Ent generation, database migrations, seed data, local development server workflow, structured logging checks, deployment readiness, and test strategy.
Build or modify Gojang server-rendered UI with Go templates and HTMX. Use for partial templates, modals, fragment responses, renderer helpers, reusable components, table rendering, CSRF-aware HTMX forms, and dynamic interactions without heavy JavaScript.