############## AI ############## ************** cursor ************** * `cursor models `_ .. code-block:: sh 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 `_ * gitingest 是一个开源工具,可以将 Git 仓库中的代码和文档转换为适合大语言模型(LLM)使用的格式, 以便更好地进行代码理解、生成和自动化任务。 .. code-block:: sh 连接的主机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 ************** * `MCP Official Website `_ * `Playbooks MCP `_ * Figma * `Figma-Context-MCP `_ * `cursor-talk-to-figma-mcp `_ * `GitNexus `_ * 1. 知识图谱索引工具 - 将代码库索引为知识图谱,让 AI 代理能够深度分析代码依赖、调用链和执行流程 * 2. MCP 服务器 - 通过 Model Context Protocol 提供 7 个工具和多种资源 * 3. 本地运行 - 所有操作都在本地进行,代码不会离开你的机器 * 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 * Office * `Office-Word-MCP-Server `_ * `excel-mcp-server `_ * `PowerPoint MCP `_ * `awesome-mcp-servers `_ ************** Claude ************** * `Claude Desktop for Debian `_ * **Plugins** * `claude-mem `_ * **Agent skills** * `UI UX Pro Max `_ * `frontend-design `_ * **subagents** * awesome-claude-code-subagents * https://github.com/VoltAgent/awesome-claude-code-subagents * Claude Code Subagents & Commands Collection * https://github.com/davepoon/buildwithclaude * https://www.buildwithclaude.com/browse * Claude code +subagent + Git Worktree * https://www.bilibili.com/video/BV1MdqfB6EDn?spm_id_from=333.788.videopod.sections&vd_source=6c16ccca40aa689dd4c3950c899f53d1 * **voltagent** * https://voltagent.dev/ * https://github.com/voltagent/voltagent/ * https://github.com/oraios/serena * https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor * **UI设计** * `superdesign `_ * `firecrawl `_ * `firecrawl-mcp-server `_ * `Animatopy `_ * `coolors `_ * `drawbridge `_ Drawbridge 是一个开源的 Chrome 扩展程序和 Cursor 规则集, 主要用于在浏览器中对网页进行视觉标注(类似 Figma 的评论功能), 并将这些标注直接作为提示发送给 Claude Code 和 Cursor 等 AI 编码工具, 帮助 AI 自动实现设计修改,极大提升前端开发效率。 * puppeteer-mcp * `tweakcn `_ * `shadcn-mcp` * `shadcn-ui `_ * `shadcn-vue `_ * `context7 `_ *********** VibeCoding *********** * `vibe-kanban `_ * `vibe-guide `_ 产品设计 -------------- * `OpenSpec `_ * `【Claude Code】OpenSpec 安装与使用 `_ * `OpenSpec,SpecKit and AgentOS. `_ * `planning-with-files `_ * https://zhuanlan.zhihu.com/p/1994343817332143003 * `Auto-Claude `_ * chm 转 markdown * `chm-converter `_ * `sudo apt install kchmviewer` *********** Tools *********** * Claude-Cowork * https://github.com/DevAgentForge/Claude-Cowork.git * AionUi * https://github.com/iOfficeAI/AionUi * eigent(支持私有部署-未验证) * https://github.com/eigent-ai/eigent * `accomplish `_ * `openwork `_ * `openclaw `_ * https://github.com/m1heng/clawdbot-feishu.git * `cc-switch `_ ------------ * `Presenton AI 演示文稿生成 `_ * `ComfyUI 文字生成图/视频 `_ ----------- * `langchain `_ * 构建 LLM 应用 / Agent 的开源框架 + 生态 ----------- * `Manim `_