source-unifier
✓通过冲突检测合并多个文档源(文档、GitHub、PDF)。结合文档 + 代码以实现完整的技能覆盖时使用。
SKILL.md
Single responsibility: Intelligently merge documentation from multiple sources (websites, GitHub repos, PDFs) while detecting and transparently reporting conflicts between documented and implemented behavior. (BP-4)
| RELEVANT | All specified sources, merge config | Unrelated documentation | | PERIPHERAL | Version history for context | Other projects | | DISTRACTOR | Previous merge attempts | Unrelated codebases |
| Missing in code | HIGH | Documented but not implemented | API endpoint in docs, not in code | | Missing in docs | MEDIUM | Implemented but not documented | Hidden feature in code | | Signature mismatch | MEDIUM | Different parameters/types | func(a, b) vs func(a, b, c=None) | | Description mismatch | LOW | Different explanations | Wording differences |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/jmagly/ai-writing-guide --skill source-unifier- 分类
- #文档处理
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 source-unifier?
通过冲突检测合并多个文档源(文档、GitHub、PDF)。结合文档 + 代码以实现完整的技能覆盖时使用。 来源:jmagly/ai-writing-guide。
如何安装 source-unifier?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jmagly/ai-writing-guide --skill source-unifier 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/jmagly/ai-writing-guide
详情
- 分类
- #文档处理
- 来源
- skills.sh
- 收录时间
- 2026-02-01