<?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>Dev-Tools on D7 的知识库</title><link>https://blog.eastseven.cn/tags/dev-tools/</link><description>Recent content in Dev-Tools on D7 的知识库</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 15 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.eastseven.cn/tags/dev-tools/index.xml" rel="self" type="application/rss+xml"/><item><title>Architecture Diagram Generator</title><link>https://blog.eastseven.cn/posts/03-ai/architecture-diagram-generator---claude%E6%9E%B6%E6%9E%84%E5%9B%BE%E7%94%9F%E6%88%90skill/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/03-ai/architecture-diagram-generator---claude%E6%9E%B6%E6%9E%84%E5%9B%BE%E7%94%9F%E6%88%90skill/</guid><description>&lt;h2 id="简介">简介&lt;/h2>
&lt;p>Architecture Diagram Generator 是一个 Claude AI Skill，能用自然语言描述生成专业深色主题的系统架构图，输出为独立的 HTML/SVG 文件，无需任何依赖。&lt;/p>
&lt;h2 id="核心特性">核心特性&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>自然语言驱动&lt;/strong>：用纯文本描述系统架构，自动生成可视化图表&lt;/li>
&lt;li>&lt;strong>深色主题&lt;/strong>：Slate-950 背景 + 40px 网格，专业美观&lt;/li>
&lt;li>&lt;strong>语义色彩编码&lt;/strong>：Frontend（青色）、Backend（绿色）、Database（紫色）、Cloud（琥珀色）、Security（玫瑰色）、External（灰色）&lt;/li>
&lt;li>&lt;strong>独立输出&lt;/strong>：单 HTML 文件，内嵌 CSS + SVG，任何浏览器直接打开&lt;/li>
&lt;li>&lt;strong>多种安装方式&lt;/strong>：claude.ai Skills、Claude Code CLI（&lt;code>~/.claude/skills/&lt;/code>）、Projects Knowledge&lt;/li>
&lt;/ul>
&lt;h2 id="使用方式">使用方式&lt;/h2>
&lt;ol>
&lt;li>安装 Skill（下载 zip 上传到 claude.ai Settings → Skills）&lt;/li>
&lt;li>描述架构（让 AI 分析代码库、手写描述、或让 Claude 生成典型架构）&lt;/li>
&lt;li>生成图表，支持迭代修改组件、布局&lt;/li>
&lt;/ol>
&lt;p>适用于 Claude Pro/Max/Team/Enterprise 计划。&lt;/p></description></item><item><title>CodeBurn</title><link>https://blog.eastseven.cn/posts/03-ai/codeburn---ai%E7%BC%96%E7%A8%8Btoken%E6%88%90%E6%9C%AC%E5%8F%AF%E8%A7%86%E5%8C%96%E4%BB%AA%E8%A1%A8%E7%9B%98/</link><pubDate>Wed, 15 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.eastseven.cn/posts/03-ai/codeburn---ai%E7%BC%96%E7%A8%8Btoken%E6%88%90%E6%9C%AC%E5%8F%AF%E8%A7%86%E5%8C%96%E4%BB%AA%E8%A1%A8%E7%9B%98/</guid><description>&lt;h2 id="简介">简介&lt;/h2>
&lt;p>CodeBurn 是一个交互式 TUI 仪表盘，用于分析 Claude Code / Codex / Cursor 的会话记录，提供详细的 token 消耗和成本拆解。直接读取磁盘上的会话数据，无需代理、包装器或 API Key。&lt;/p>
&lt;h2 id="核心特性">核心特性&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>多 IDE 支持&lt;/strong>：Claude Code（&lt;code>~/.claude/projects/&lt;/code>）、Claude Desktop（code tab）、Cursor IDE&lt;/li>
&lt;li>&lt;strong>13 类任务分类&lt;/strong>：基于工具使用模式和关键词的确定性分类（Coding、Debugging、Feature Dev、Refactoring、Testing、Exploration 等），不调用 LLM&lt;/li>
&lt;li>&lt;strong>多维度拆解&lt;/strong>：按日、项目、模型（Opus/Sonnet/Haiku/GPT-4o/Gemini）、活动类型、核心工具、MCP 服务器分解成本&lt;/li>
&lt;li>&lt;strong>定价数据&lt;/strong>：从 LiteLLM 自动获取（24h 缓存），覆盖 input/output/cache write/cache read/web search 成本&lt;/li>
&lt;li>&lt;strong>macOS 菜单栏小组件&lt;/strong>：支持 SwiftBar/xbar，显示今日花费火焰图标，5 分钟刷新&lt;/li>
&lt;li>&lt;strong>导出&lt;/strong>：支持 CSV 和 JSON 格式导出&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-shell" data-lang="shell">&lt;span style="display:flex;">&lt;span>npm install -g codeburn
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>codeburn &lt;span style="color:#75715e"># 交互式仪表盘（默认7天）&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>codeburn today &lt;span style="color:#75715e"># 今日用量&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>codeburn month &lt;span style="color:#75715e"># 本月用量&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>codeburn status &lt;span style="color:#75715e"># 紧凑一行输出&lt;/span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>codeburn export &lt;span style="color:#75715e"># CSV 导出&lt;/span>
&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/AgentSeal/codeburn">https://github.com/AgentSeal/codeburn&lt;/a>&lt;/li>
&lt;li>许可证: MIT&lt;/li>
&lt;/ul></description></item></channel></rss>