with one click
project-rules
Follow the project rules for all tasks.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Follow the project rules for all tasks.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Build React components, implement responsive layouts, and handle client-side state management. Masters React 19, Next.js 15, and modern frontend architecture. Optimizes performance and ensures accessibility. Use PROACTIVELY when creating UI components or fixing frontend issues.
Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. Expert in the latest Go ecosystem including generics, workspaces, and cutting-edge frameworks. Use PROACTIVELY for Go development, architecture design, or performance optimization.
| name | project-rules |
| description | Follow the project rules for all tasks. |
server/internal/internal/ is kept for Go compiler protectionauth, dsp, presets, impulsesmodel.go — domain structs + local interface definitionsservice.go — business logic, injected with interfacesstorage.go — file-based repository implementationcli.go — CLI adapter (for dsp module only)handler.go — Echo handlers + request/response DTOs (inline)routes.go — Register(group, ...) function for route registrationconfig/config.go./data/ directory (configured via JB_DATA_DIR env)type DSPLoader interface { Set(key, value string) error }
and main.go passes *dsp.Service which satisfies it