Development
#api
backend-logic-expert
专注于 Nitro API、业务逻辑封装、Better-Auth 集成与权限校验。
DeepseekModel
Curated skill
Quality Good · 64
v1.0.0
Get
https://deepseekmodel.com/api/download.php?id=caomeiyouren-momei-github-skills-backend-logic-expert-skill-md&format=skill
Download .skill
Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name backend-logic-expert description 专注于 Nitro API、业务逻辑封装、Better-Auth 集成与权限校验。 metadata {"internal":true} Backend Logic Expert Skill (后端逻辑专家技能) 核心能力 (Core Capabilities) Nitro Handler : 编写标准的 defineEventHandler ,利用 Nuxt 4 的服务端特性。 业务流 : 在 server/utils/ 或 server/logic/ 中封装可重用的业务逻辑函数,保持 Handler 简洁。 输入验证 : 使用 Zod 编写严格的 Schema,对 query , body , params 进行全量校验。 鉴权与权限 : 集成 Better-Auth,在 API 头部强制执行权限检查中间件。 错误处理 : 使用 createError 抛出具有语义化错误码和消息的响应。 指令 (Instructions) 标准化响应 : 统一返回格式,严禁直接返回裸数据。 安全隔离 : API 逻辑与持久化逻辑分离,敏感操作必须通过 Service 层进行。 异步安全 : 妥善处理 Promise,避免未捕获的异常导致进程崩溃。 日志记录 : 对关键业务操作记录审计日志。 使用示例 (Usage Example) 输入: "实现用户登录 API。" 动作: 编写 Zod 验证,调用 Better-Auth 接口,并处理登录成功后的 Session 注入。
Keywords that activate this skill. Click one to copy it.
This skill does not provide trigger words.
The downloaded .skill package contains the following fields.
| Field | Description |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.