<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Developer-Tools on D7 的知识库</title><link>https://blog.eastseven.cn/tags/developer-tools/</link><description>Recent content in Developer-Tools on D7 的知识库</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.eastseven.cn/tags/developer-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Mole</title><link>https://blog.eastseven.cn/posts/04-devops/mole---mac-%E6%B7%B1%E5%BA%A6%E6%B8%85%E7%90%86%E4%BC%98%E5%8C%96%E5%B7%A5%E5%85%B7/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/04-devops/mole---mac-%E6%B7%B1%E5%BA%A6%E6%B8%85%E7%90%86%E4%BC%98%E5%8C%96%E5%B7%A5%E5%85%B7/</guid><description>&lt;h2 id="简介">简介&lt;/h2>
&lt;p>Mole 是一个 macOS 系统清理和优化工具，集合了 CleanMyMac + AppCleaner + DaisyDisk + iStat Menus 的功能于一体，通过命令行操作，轻量高效。&lt;/p>
&lt;h2 id="核心特性">核心特性&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>深度清理&lt;/strong>：清除缓存、日志、浏览器残留、孤立应用数据，回收大量磁盘空间&lt;/li>
&lt;li>&lt;strong>智能卸载&lt;/strong>：移除应用及其关联的启动代理、偏好设置、隐藏残留文件&lt;/li>
&lt;li>&lt;strong>磁盘分析&lt;/strong>：可视化磁盘使用，查找大文件，支持交互式导航&lt;/li>
&lt;li>&lt;strong>实时监控&lt;/strong>：CPU、GPU、内存、磁盘、网络的实时状态面板&lt;/li>
&lt;li>&lt;strong>项目清理&lt;/strong>：清理 node_modules、target、.build 等构建产物&lt;/li>
&lt;li>&lt;strong>安全设计&lt;/strong>：默认安全优先，路径校验、受保护目录规则、确认机制，支持 &lt;code>--dry-run&lt;/code> 预览&lt;/li>
&lt;li>&lt;strong>JSON 输出&lt;/strong>：analyze 和 status 支持 &lt;code>--json&lt;/code>，方便脚本集成&lt;/li>
&lt;/ul>
&lt;h2 id="安装">安装&lt;/h2>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-bash" data-lang="bash">&lt;span style="display:flex;">&lt;span>brew install mole
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="链接">链接&lt;/h2>
&lt;ul>
&lt;li>GitHub: &lt;a href="https://github.com/tw93/Mole">https://github.com/tw93/Mole&lt;/a>&lt;/li>
&lt;/ul></description></item><item><title>GStack</title><link>https://blog.eastseven.cn/posts/03-ai/gstack---claude-code-ai%E8%99%9A%E6%8B%9F%E5%B7%A5%E7%A8%8B%E5%9B%A2%E9%98%9F%E6%A1%86%E6%9E%B6/</link><pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/03-ai/gstack---claude-code-ai%E8%99%9A%E6%8B%9F%E5%B7%A5%E7%A8%8B%E5%9B%A2%E9%98%9F%E6%A1%86%E6%9E%B6/</guid><description>&lt;h2 id="简介">简介&lt;/h2>
&lt;p>GStack 是 Y Combinator 总裁 Garry Tan 开源的 Claude Code 技能框架，将 Claude Code 变成一个虚拟工程团队。包含 23 个专业角色（CEO、设计师、工程经理、发布工程师、文档工程师、QA 等）和 8 个强力工具，全部通过斜杠命令调用，纯 Markdown 配置，MIT 协议免费使用。&lt;/p></description></item><item><title>Graphify</title><link>https://blog.eastseven.cn/posts/03-ai/graphify---ai%E4%BB%A3%E7%A0%81%E7%9F%A5%E8%AF%86%E5%9B%BE%E8%B0%B1%E7%94%9F%E6%88%90%E5%B7%A5%E5%85%B7/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/03-ai/graphify---ai%E4%BB%A3%E7%A0%81%E7%9F%A5%E8%AF%86%E5%9B%BE%E8%B0%B1%E7%94%9F%E6%88%90%E5%B7%A5%E5%85%B7/</guid><description>&lt;h2 id="简介">简介&lt;/h2>
&lt;p>Graphify 是一个 Claude Code 技能，输入 &lt;code>/graphify&lt;/code> 即可读取文件并构建知识图谱。支持代码、PDF、Markdown、截图、图表、白板照片甚至其他语言的图片 &amp;ndash; 使用 Claude 视觉从所有内容中提取概念和关系，连接成一张图。&lt;/p></description></item><item><title>RTK - Rust Token Killer</title><link>https://blog.eastseven.cn/posts/03-ai/rtk---llm-token-%E6%B6%88%E8%80%97%E4%BC%98%E5%8C%96cli%E4%BB%A3%E7%90%86/</link><pubDate>Sat, 11 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/03-ai/rtk---llm-token-%E6%B6%88%E8%80%97%E4%BC%98%E5%8C%96cli%E4%BB%A3%E7%90%86/</guid><description>&lt;h2 id="简介">简介&lt;/h2>
&lt;p>RTK（Rust Token Killer）是一个高性能 CLI 代理，在命令输出到达 LLM 上下文之前进行过滤和压缩，可将 token 消耗降低 60-90%。单个 Rust 二进制文件，零依赖，100+ 支持命令，开销 &amp;lt;10ms。&lt;/p></description></item><item><title>GitNexus</title><link>https://blog.eastseven.cn/posts/03-ai/gitnexus---%E9%9B%B6%E6%9C%8D%E5%8A%A1%E7%AB%AF%E4%BB%A3%E7%A0%81%E6%99%BA%E8%83%BD%E5%BC%95%E6%93%8E/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/03-ai/gitnexus---%E9%9B%B6%E6%9C%8D%E5%8A%A1%E7%AB%AF%E4%BB%A3%E7%A0%81%E6%99%BA%E8%83%BD%E5%BC%95%E6%93%8E/</guid><description>&lt;h1 id="gitnexus---零服务端代码智能引擎">GitNexus - 零服务端代码智能引擎&lt;/h1>
&lt;h2 id="简介">简介&lt;/h2>
&lt;p>GitNexus 是一个客户端代码知识图谱生成器，完全在浏览器或本地运行。丢入一个 GitHub 仓库或 ZIP 文件，即可生成交互式知识图谱，并内置 Graph RAG Agent。&lt;/p></description></item></channel></rss>