en un clic
project-rules
Follow the project rules for all tasks.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Follow the project rules for all tasks.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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