用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Skill_Mall --skill dual-surface-docs-drift命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | dual-surface-docs-drift |
| description | Two READMEs covering overlapping scope will diverge: |
| lastReviewed | 2026-04-30T00:00:00.000Z |
Two READMEs covering overlapping scope will diverge:
The less-detailed doc points to the more-detailed:
<!-- README.md (brief) -->
## Configuration
For basic setup, set `API_KEY` in your environment.
For advanced configuration options, see the
[Configuration Guide](https://github.com/org/repo/wiki/Configuration).
<!-- wiki/Configuration.md (detailed) -->
## Configuration
Complete reference for all configuration options...
If both documents serve the same audience, merge them:
<!-- Keep ONE source, delete or redirect the other -->
## Configuration
[Full content here, single location]
If audiences differ, make the separation explicit:
<!-- README.md header -->
> **Developer docs**: This README is for contributors.
> **User docs**: See the [Wiki](./wiki) for end-user documentation.
| README Audience | Wiki Audience | Action |
|---|---|---|
| Developers | Developers | Consolidate |
| Developers | End users | Separate + cross-ref |
| End users | End users | Consolidate |
Search for duplicated headers:
# Find potential overlaps
grep -h "^##" README.md wiki/*.md | sort | uniq -d
If the same H2 appears in both, you have drift risk.
documentation drift maintenance wiki