AI
cursor
npm install -g repomix --registry https://registry.npmmirror.com
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/obu/obu_client.git
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/obu/obu_client.git --remote-branch main
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/obu/obu_client.git --remote-branch 935b695
repomix --remote http://192.168.2.100/pmpilot-4.0.0/v2x-2.0/mcu/traffic_light_test_ui.git --style markdown,
repomix .
-
gitingest 是一个开源工具,可以将 Git 仓库中的代码和文档转换为适合大语言模型(LLM)使用的格式, 以便更好地进行代码理解、生成和自动化任务。
连接的主机ip地址变了 192.168.110.120 ->192.168.110.127,
更改连接地址后, Could not establish connection to 192.168.110.127
MobaXterm 可以成功连接到 192.168.110.127,但 Cursor 的 Remote-SSH 无法连接;
ssh-keygen -R 192.168.110.127
根本原因:
目标主机 IP 从 192.168.110.120 变为 192.168.110.127,但 known_hosts 文件中保留了旧 IP 的主机密钥记录,
导致 Cursor 的 SSH 客户端因密钥不匹配而拒绝连接。
解决机制:
ssh-keygen -R 192.168.110.127 删除了 known_hosts 中与 192.168.110.127 相关的记录,
允许 Cursor 在下次连接时重新接受主机密钥。
MobaXterm 的不同表现:
MobaXterm 可能自动更新或忽略密钥不匹配,而 Cursor 的严格检查导致需要手动清理。
MCP
- GitNexus
知识图谱索引工具 - 将代码库索引为知识图谱,让 AI 代理能够深度分析代码依赖、调用链和执行流程
MCP 服务器 - 通过 Model Context Protocol 提供 7 个工具和多种资源
本地运行 - 所有操作都在本地进行,代码不会离开你的机器
- playwright-mcp
https://github.com/microsoft/playwright-mcp * 使用 Playwright MCP 打开 http://localhost:3000,运行页面交互,并读取所有 console 消息。如果有错误,分析并修复代码。
- agent-browser
- https://github.com/vercel-labs/agent-browser.git
agent-browser 是 Vercel Labs 出的「专门给 AI Agent 用的」浏览器自动化命令行工具(CLI),核心目标是:让大模型可以像人一样打开网页、点点点、填表、上传文件、截图、获取页面内容,但所有操作都以 CLI 和「AI 友好的数据结构」呈现,非常方便接入各类 LLM / Agent
Claude
Plugins
Agent skills
subagents
awesome-claude-code-subagents
Claude Code Subagents & Commands Collection
Claude code +subagent + Git Worktree
voltagent
https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor
UI设计
-
-
Drawbridge 是一个开源的 Chrome 扩展程序和 Cursor 规则集, 主要用于在浏览器中对网页进行视觉标注(类似 Figma 的评论功能), 并将这些标注直接作为提示发送给 Claude Code 和 Cursor 等 AI 编码工具, 帮助 AI 自动实现设计修改,极大提升前端开发效率。
puppeteer-mcp
shadcn-mcp
VibeCoding
产品设计
- chm 转 markdown
sudo apt install kchmviewer
Tools
- Claude-Cowork
- eigent(支持私有部署-未验证)
-
-
构建 LLM 应用 / Agent 的开源框架 + 生态