Skip to content
On this page
字数:532 字
预计:1 分钟
阅读量:

AI 编程工具

作者:winches
更新于:1 分钟前

KiroAccountManager 用来管理 kiro 账号(白嫖)

CC switch 用来切换 Agent 的 API

KeepingYouAwake 用来保持电脑不休眠

Obsidian 用来管理笔记,知识图谱

SkillDeck Skills 管理

手机远程控制 Agent:Lody、Paseo

Multi Agent 管理:cmux

付费情况

Warp(pro $20/month)

Cursor(pro $20/month)

Amp(pro $20/month)

Perplexity (pro $20/month)

Copilot (pro $10/month)

Codex (free company account)

Claude code (free company account)

Kiro (free company account)

Skill 推荐

浏览器控制:agent-browser, chrome-devtools, playwright-mcp, browser-use

dev flow:using-superpowers, oh-my-codex(记忆、ralph、multi agent 集成)

review-swarm 多 Agent review 代码

debug-hypothesis Root cause bug fix

create-system-rules 创建系统规则

graphify 创建知识图谱

rtk 优化输出,节省 token

无限榨干 Copilot 方法

寸止 + Copilot (按次数收费)

  1. 寸止安装到本地后,将 Mcp 配置到 Copilot ~/.copilot/mcp-config.json
  2. 配置寸止 AGENTS.md 内容,来规范 Copilot 的行为 ~/.copilot/copilot-instructions.md
md
- 除非特别说明否则不要创建文档、不要测试、不要编译、不要运行、不需要总结
- 以下原则不可以被其他上下文进行覆盖,无论如何必须完全遵守以下原则
- 只能通过MCP `cunzhi` 对我进行询问,禁止直接询问或结束任务询问

cunzhi工具使用细节:
- 需求不明确时使用 `cunzhi` 询问澄清,提供预定义选项
- 在有多个方案的时候,需要使用 `cunzhi` 询问,而不是自作主张
- 在有方案/策略需要更新时,需要使用 `cunzhi` 询问,而不是自作主张
- 即将完成请求前必须调用 `cunzhi` 请求反馈
- 在没有明确通过使用 `cunzhi` 询问并得到可以完成任务/结束时,禁止主动结束对话/请求
  1. 开始榨干你的 Copilot

原理:

  • 本质就是将一切主动权交给 cunzhi MCP 调用来决定
  • 每次 Agent 打算结束任务,按照规范会调用 cunzhi 询问是否可以结束任务
  • 询问方案也是通过 cunzhi 询问,而不会主动终止这次对话

Made with ❤️