在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用project-rules
星标2
分支0
更新时间2026年4月14日 18:19
Follow the project rules for all tasks.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
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