بنقرة واحدة
project-rules
Follow the project rules for all tasks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Follow the project rules for all tasks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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