用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Youmiel/TechMCTranslationWorkflow --skill index-repos命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | index-repos |
| description | 为 _repos/ 下的外部 Git 仓库生成内容索引文件(indexes/repos/)。新增 submodule 或上游仓库更新后使用。 |
为 _repos/ 下的 Git Submodule 仓库生成内容索引。
_repos/ 目录下的所有 submodule 仓库indexes/repos/<repo-name>.md — 每个仓库一个索引文件indexes/repos/_manifest.md — 总清单python scripts/check_index_stale.py,取需更新的仓库列表_repos/<repo>/ 内容,按 扫描范围 过滤indexes/repos/<repo>.md(头部记录 生成时间 + 上游 commit)indexes/repos/_manifest.md -> _manifest.md 格式每个需更新的仓库执行 2-3,全部完成后执行 4。
_repos/<repo>/ 当前 HEAD commit 与索引中记录的「上游 commit」——不一致即该仓库索引过期,需重新生成python scripts/check_index_stale.py(扫描全部 submodule,比对当前 commit 与索引记录 commit,报告哪些需更新;--only <repo> 只看单个)> 上游 commit:<hash>(即 indexes/repos/<repo>.md),不写入 _manifest.md(manifest 只做总清单,不重复记录 commit).md)、纯文本(.txt)、CSV(.csv)文件.png .jpg .gif .svg .webp)、二进制、Notebook(.ipynb)的内部细节,但记录其存在和文件名node_modules、.git 等非内容目录每个仓库的索引文件按主题组织,条目格式与版本标注统一按 indexing-rules Skill 执行:
# <仓库名> 内容索引
> 生成时间:YYYY-MM-DD
> 上游 commit:<hash>
## <主题分类1>
- **<文件路径>** — 一句话概要 [<适用版本>]
- 关键词:tag1, tag2, tag3
# 外部仓库索引清单
| 索引文件 | 仓库 | 协议 | 条目数 | 主题数 |
|----------|------|------|--------|--------|