code-cleanup
✓将重复性任务委托给专门代理以保留上下文。当用户要求修复 linting 错误、修复诊断、跨文件重命名变量、更新导入、修复格式问题或跨多个文件执行其他机械批量更改时使用。
SKILL.md
When you encounter repetitive, mechanical code tasks, launch the code-janitor agent instead of doing the work yourself to preserve context.
Use Task tool with subagenttype: "essentials:code-janitor" providing task description and scope.
The code-janitor agent uses TodoWrite to track work, iterates until complete, and verifies with linters.
将重复性任务委托给专门代理以保留上下文。当用户要求修复 linting 错误、修复诊断、跨文件重命名变量、更新导入、修复格式问题或跨多个文件执行其他机械批量更改时使用。 来源:krmcbride/claude-plugins。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/krmcbride/claude-plugins --skill code-cleanup- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-08
- 更新时间
- 2026-02-18
快速解答
什么是 code-cleanup?
将重复性任务委托给专门代理以保留上下文。当用户要求修复 linting 错误、修复诊断、跨文件重命名变量、更新导入、修复格式问题或跨多个文件执行其他机械批量更改时使用。 来源:krmcbride/claude-plugins。
如何安装 code-cleanup?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/krmcbride/claude-plugins --skill code-cleanup 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/krmcbride/claude-plugins