# ai-component **Repository Path**: superman75/ai-component ## Basic Information - **Project Name**: ai-component - **Description**: AI 组件与技能(Skills)集合仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-01 - **Last Updated**: 2026-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Component AI 组件与技能(Skills)集合仓库。 ## 项目结构 ``` ai-component/ ├── skills/ # AI 技能集合 │ └── taiwan-doc-review-skill/ # 台湾交付文档质量检查技能 │ ├── SKILL.md # 技能定义与检查清单 │ ├── references/ # 参考文档 │ │ ├── code-and-heading-checking.md │ │ ├── examples.md │ │ └── tw-it-terms.md # 台湾IT专业术语对照表 │ └── scripts/ │ └── check_taiwan_doc.py # 文档质量检查脚本 ├── README.md └── .gitignore ``` ## Skills ### taiwan-doc-review-skill 台湾交付文档质量检查技能,用于检查对台湾地区交付的 Word (.docx) 和 Markdown (.md) 文档的质量。 **检查范围:** - 繁体中文验证(简繁混用检测) - 台湾 IT 专业术语检查 - 章节/图表序号一致性检查 - 引用完整性检查 - 标点符号与格式一致性检查 - 代码排版检查 **前置条件:** ```bash pip install python-docx opencc-python-reimplemented ``` **使用方法:** ```bash python skills/taiwan-doc-review-skill/scripts/check_taiwan_doc.py <文件路径> [选项] ``` **选项:** - `--output, -o` — 输出报告文件路径 - `--format, -f` — 输出格式(text/json/html) - `--verbose, -v` — 显示详细信息 - `--fix` — 自动修复简单问题 ## 开发 本项目为 AI 辅助开发环境下的组件与技能集合,欢迎贡献新的技能或改进现有技能。