skills/docx-perfect/SKILL.md
Word文档美化与格式化专家。专门用于将Word文档中的文本内容转换为专业表格格式,应用一致的样式(深蓝色表头、斑马纹数据行、边框),支持版本化迭代管理。当用户需要美化Word文档、创建专业表格、或递增式优化文档章节时使用此技能。
npx skillsauth add aaaaqwq/agi-super-team docx-perfectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将Word文档中的内容转换为专业表格格式,支持版本化迭代优化。
文档美化采用递增式版本管理(v0.1, v0.2, ..., v1.0),每次优化一个章节后生成新版本。
python -c "import sys; sys.stdout.reconfigure(encoding='utf-8'); from docx import Document; doc = Document('source.docx'); [print(p.text.strip()) for p in doc.paragraphs if p.text.strip()]"
识别需要美化的章节标题,如:
3.1 实体识别 → 创建实体属性表格3.2 实体间联系 → 创建联系关系表格5.2 索引优化设计 → 创建索引汇总表格使用 scripts/create_table.py 创建表格,参考下方脚本模板。
使用统一样式:
自动递增版本号,保存为新文件:文档名-v0.X.docx
详见 scripts/README.md
| 属性名 | 类型/约束 | 说明 |
|--------|-----------|------|
| field1 | INT, PK | 主键 |
| 联系 | 实体A | 实体B | 说明 |
|------|-------|-------|------|
| 表名 | 索引名 | 字段 | 类型 | 说明 |
#4472C4 (深蓝)#FFFFFF#E7E6E6development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.