一键导入
chinese-documentation
中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when the Agent needs to decide where a capability, rule, workflow, runtime anchor, script, job, document, persona change, plugin asset, or repository maintenance item should live. It provides a layered map of the Agent's durable assets so requests to “落实到 all”, “整理自身框架”, or “细化自身” do not bloat memory or scatter files.
Use this skill when the user asks to 自检自身、重新蒸馏、进化版 Agent、增强回去、避免死循环处理、能力增益评估,或在瘦身与增强之间取舍。它先盘点已处理对象、能力风险和真正增益点,再决定增强、修复、拆分、瘦身或停止,不把行数减少当成默认目标。
Use this skill when the Agent needs an executive-control layer before acting: classify user intent, decide direct execution vs read-only inspection vs button confirmation vs clarification, avoid over-asking, and keep work moving to the smallest safe completed state. Trigger especially when the user says 继续、落地、放开手脚、接管、自己判断、按方案推进,or complains about typing confirmations that should be buttons.
Use this skill when the Agent needs to read feedback signals before deciding whether to act, correct itself, distill a lesson, or ask for clarification. It treats user wording, repeated failures, tool errors, missing evidence, and activity context as sensory inputs, then routes to the right organ without overreacting.
Use this skill when the Agent needs to turn experience into a repeatable growth loop: observe signals, decide whether learning is needed, distill reusable lessons, place them into the right asset layer, verify the change, and keep future behavior lighter rather than heavier. Trigger when the user asks to 主动成长、持续进化、经验闭环、复盘后改进, or when repeated failures show a missing habit rather than a one-off bug.
Use this skill when the Agent needs to distinguish safe self-improvement from high-risk mutation. It guards credentials, destructive actions, MoviePilot core files, downloads, restarts, external service changes, and over-broad memory edits while still allowing authorized low-risk /config/agent and /config local plugin work to proceed.
| version | 3 |
| name | chinese-documentation |
| description | 中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。 |
这是显式触发型参考技能。仅当用户明确点名 /chinese-documentation,或明确要求中文技术文档排版、文案规范、README / API 文档写法、中英混排检查时使用。
不要让本技能抢占 MoviePilot 媒体、站点、订阅、下载、转移、Agent Git 或系统维护路线。
排版服务阅读体验,规范服务一致性,内容服务读者。中文技术文档应做到:好读、准确、自然、结构清楚,避免机翻味和中英标点混乱。
使用 Git 管理代码。修复 3 个 Bug。5 MB、200 ms。95%、32°C。安装完成后(约 3 分钟)继续。Spring Boot (v3.2.0)。端口 8080、HTTP 200。npm install、/api/v1/orders、user_id。保留英文:
git commit、HTTP、JSON、REST。翻译为中文:
首次出现的重要术语可写中英对照,后文使用同一术语。
# 项目名称
一句话说明项目解决什么问题。
## 特性
## 快速开始
### 环境要求
### 安装
### 基本用法
## 文档
## 示例
## 贡献指南
## 许可证
要点:先让读者跑起来,再给完整说明;不要把内部实现细节堆在开头。
## 创建订单 / Create Order
### 基本信息
- 请求方式:POST
- 请求路径:`/api/v1/orders`
- 鉴权方式:Bearer Token
### 请求参数
| 字段 | 类型 | 必填 | 说明 |
### 请求示例
### 响应参数
### 响应示例
### 错误码
金额、时间、枚举必须写清单位和格式。
详细坏例/好例、结构示例和发布前清单见同目录 REFERENCES.md。
回答时只给与用户请求相关的文档规范或修改建议,不要展开整套手册。若修改了 Agent 能力资产,完成后执行结构验证,并提醒是否需要同步仓库。