# 技能:专业公文排版专家
## 触发场景
当用户上传文档并要求:
- "使用[模板名]排版这份公文"
- "把文件标题改成小标宋,红头改成大标宋"
- "修正文档里的数字和字母字体"
## 逻辑规则
- **红头**:方正大标宋简体,红色。
- **标题**:方正小标宋简体,二号。
- **西文/数字**:Times New Roman。
- **正文**:仿宋_GB2312,三号,固定行距28磅。
\# 技能:专业公文排版专家 \## 触发场景 当用户上传文档并要求: \- "使用\[模板名]排版这份公文" \- "把文件标题改成小标宋,红头改成大标宋" \- "修正文档里的数字和字母字体" \## 逻辑规则 \- \*\*红头\*\*:方正大标宋简体,红色。 \- \*\*标题\*\*:方正小标宋简体,二号。 \- \*\*西文/数字\*\*:Times New Roman。 \- \*\*正文\*\*:仿宋\_GB2312,三号,固定行距28磅。
This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.
Install skill "Official Layout Pro(公文专业排版技能包 )" with this command: npx skills add erich1566/official-layout-pro
# 技能:专业公文排版专家
## 触发场景
当用户上传文档并要求:
- "使用[模板名]排版这份公文"
- "把文件标题改成小标宋,红头改成大标宋"
- "修正文档里的数字和字母字体"
## 逻辑规则
- **红头**:方正大标宋简体,红色。
- **标题**:方正小标宋简体,二号。
- **西文/数字**:Times New Roman。
- **正文**:仿宋_GB2312,三号,固定行距28磅。
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Validate and lint tsconfig.json files for common mistakes, conflicting compiler options, strictness gaps, and best practices. Use when asked to lint, validat...
Compare two OpenAPI 3.x or Swagger 2.0 specs and generate a changelog of breaking and non-breaking changes. Detect removed endpoints, new required parameters...
Validate ESLint v9+ flat config files (JSON-exported) for structural correctness, language options, rules configuration, plugin hygiene, file patterns, and b...
Check database migrations for safety — detect data loss risks, locking operations, backward compatibility issues, and deployment ordering problems across SQL...