什么是 repo-maintainer?
审核杂乱的存储库并将其重组为干净、LLM 友好的结构。它使用非破坏性的“迁移清单”流程来安全地整合脚本、建立文档并创建 AI 上下文区域。 来源:auldsyababua/instructor-workflow。
审核杂乱的存储库并将其重组为干净、LLM 友好的结构。它使用非破坏性的“迁移清单”流程来安全地整合脚本、建立文档并创建 AI 上下文区域。
通过命令行快速安装 repo-maintainer AI 技能到你的开发环境
来源:auldsyababua/instructor-workflow。
This skill turns disorganized codebases ("polluted roots," "orphan scripts") into structured, readable repositories. It prioritizes LLM-Readability (creating explicit context maps) and Safety (using a reversible migration manifest).
The Audit (Discovery) First, analyze the repository to understand "Hot" (frequently changed) vs "Cold" (stale) zones.
The Manifest (Planning) Do not move files immediately. Create a migrationmanifest.yaml that defines the desired state.
审核杂乱的存储库并将其重组为干净、LLM 友好的结构。它使用非破坏性的“迁移清单”流程来安全地整合脚本、建立文档并创建 AI 上下文区域。 来源:auldsyababua/instructor-workflow。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/auldsyababua/instructor-workflow --skill repo-maintainer审核杂乱的存储库并将其重组为干净、LLM 友好的结构。它使用非破坏性的“迁移清单”流程来安全地整合脚本、建立文档并创建 AI 上下文区域。 来源:auldsyababua/instructor-workflow。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auldsyababua/instructor-workflow --skill repo-maintainer 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/auldsyababua/instructor-workflow