<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI编程 on Text Matrix</title><link>https://txtmix.com/tags/ai%E7%BC%96%E7%A8%8B/</link><description>Recent content in AI编程 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/ai%E7%BC%96%E7%A8%8B/index.xml" rel="self" type="application/rss+xml"/><item><title>Kimi Code：月暗AI开源的终端AI编程智能体</title><link>https://txtmix.com/posts/tech/kimi-code-moonshot-ai-terminal-coding-agent/</link><pubDate>Fri, 22 May 2026 20:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/kimi-code-moonshot-ai-terminal-coding-agent/</guid><description>&lt;h1 id="kimi-code月暗ai开源的终端ai编程智能体">Kimi Code：月暗AI开源的终端AI编程智能体&lt;/h1>
&lt;p>Kimi Code 是月暗 AI（Moonshot AI）开源的终端 AI 编程智能体，主打&amp;quot;One binary, zero setup&amp;quot;。今日（2026-05-22）刚创建，已获133星。&lt;/p></description></item><item><title>Context Mode：解决 AI 编程 Agent 的另一半上下文问题</title><link>https://txtmix.com/posts/tech/context-mode-mcp-server-llm-context-optimization-guide/</link><pubDate>Tue, 05 May 2026 20:18:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/context-mode-mcp-server-llm-context-optimization-guide/</guid><description>&lt;h1 id="context-mode解决-ai-编程-agent-的另一半上下文问题">Context Mode：解决 AI 编程 Agent 的另一半上下文问题&lt;/h1>
&lt;p>Context Mode 解决的是 AI 编程 Agent 场景里被长期忽视的另一半问题：当你在用 Claude Code、Cursor 或 Gemini CLI 时，每次 MCP 工具调用都在往 context window 里塞原始数据——一个 Playwright 快照 56 KB，20 个 GitHub issues 59 KB，一个 access log 45 KB。30 分钟后，40% 的 context 被这些数据吃掉，而当 agent 压缩对话腾空间时，它忘了正在改哪个文件、有哪些任务在进行、你最后要求了什么。&lt;/p></description></item><item><title>Superpowers：让 AI 编程助手真正学会软件工程</title><link>https://txtmix.com/posts/tech/superpowers-vscode-ai-pair-programming-guide/</link><pubDate>Sat, 02 May 2026 15:04:24 +0800</pubDate><guid>https://txtmix.com/posts/tech/superpowers-vscode-ai-pair-programming-guide/</guid><description>&lt;h2 id="前言ai-编程助手的工程化困境">前言：AI 编程助手的工程化困境&lt;/h2>
&lt;p>过去两年里，AI 编程助手从简单的补全工具演变成了能独立完成模块开发的「搭档」。以 Claude Code、Cursor、GitHub Copilot 为代表的工具已经能在足够简单的场景下替代初级工程师完成实际工作。然而，当项目复杂度上升、边界条件增多时，AI 的表现往往开始偏离预期：&lt;/p></description></item><item><title>GitNexus：为零服务器代码智能分析而生的知识图谱引擎</title><link>https://txtmix.com/posts/tech/gitnexus-zero-server-code-intelligence-engine/</link><pubDate>Wed, 29 Apr 2026 20:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/gitnexus-zero-server-code-intelligence-engine/</guid><description>&lt;h1 id="gitnexus为零服务器代码智能分析而生的知识图谱引擎">GitNexus：为零服务器代码智能分析而生的知识图谱引擎&lt;/h1>
&lt;h2 id="什么是-gitnexus">什么是 GitNexus？&lt;/h2>
&lt;p>&lt;strong>GitNexus&lt;/strong>（&lt;a href="https://github.com/abhigyanpatwari/GitNexus" target="_blank" rel="noopener noreffer ">abhigyanpatwari/GitNexus&lt;/a>）是一个&lt;strong>客户端知识图谱创建工具&lt;/strong>，可以将任意代码仓库索引为交互式知识图谱，让 AI 智能体在编程时获得完整的架构级代码理解。&lt;/p></description></item><item><title>CC-Switch 使用指南：统一管理 6 个 AI 编程 CLI 的提供商、MCP 与上下文</title><link>https://txtmix.com/posts/tech/cc-switch-ai-context-switcher-guide/</link><pubDate>Fri, 24 Apr 2026 12:20:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/cc-switch-ai-context-switcher-guide/</guid><description>&lt;p>AI 编程 CLI 越来越多，但它们的配置格式并不统一。Claude Code、Codex、Gemini CLI、OpenCode、OpenClaw 和 Hermes Agent 各有自己的配置文件、环境变量和上下文目录；当你需要切换提供商、同步 MCP、复用 Skills，或者只是想把常用入口收拢到一个地方时，手改 JSON、TOML、YAML 和 &lt;code>.env&lt;/code> 很快就会变成重复劳动。&lt;/p></description></item><item><title>Cline：超越代码补全的 AI 编程助手</title><link>https://txtmix.com/posts/tech/cline-ai-coding-agent-guide/</link><pubDate>Fri, 24 Apr 2026 11:40:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/cline-ai-coding-agent-guide/</guid><description>&lt;h1 id="cline超越代码补全的-ai-编程助手">Cline：超越代码补全的 AI 编程助手&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>项目地址&lt;/strong>：&lt;a href="https://github.com/cline/cline" target="_blank" rel="noopener noreffer ">github.com/cline/cline&lt;/a>&lt;/p>
&lt;p>&lt;strong>核心理念&lt;/strong>：让 AI 助手真正成为你的&amp;quot;第二双手&amp;quot;，不仅仅是代码补全，而是能够自主完成整个编程任务。&lt;/p>&lt;/blockquote>
&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>Cline 是一个基于 Claude Sonnet agentic coding capabilities 的 AI 编程助手。与传统的代码补全工具不同，Cline 可以帮助你完成整个软件开发任务，包括：&lt;/p></description></item><item><title>Free Claude Code：用免费代理突破 Anthropic API 限制</title><link>https://txtmix.com/posts/tech/free-claude-code-proxy-guide/</link><pubDate>Fri, 24 Apr 2026 11:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/free-claude-code-proxy-guide/</guid><description>&lt;h1 id="free-claude-code用免费代理突破-anthropic-api-限制">Free Claude Code：用免费代理突破 Anthropic API 限制&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>项目地址&lt;/strong>：&lt;a href="https://github.com/Alishahryar1/free-claude-code" target="_blank" rel="noopener noreffer ">github.com/Alishahryar1/free-claude-code&lt;/a>&lt;/p>
&lt;p>&lt;strong>核心理念&lt;/strong>：通过路由 Claude Code 的 API 调用到免费或低成本供应商，让更多开发者免费使用 Claude Code。&lt;/p>&lt;/blockquote>
&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>Claude Code 是 Anthropic 官方推出的 AI 编程助手，支持 CLI 和 VSCode 扩展。然而，使用 Claude Code 需要付费的 Anthropic API Key，这对于个人开发者或小型团队来说可能是一笔不小的开支。&lt;/p></description></item><item><title>AI副业早报 2026-04-20</title><link>https://txtmix.com/posts/news/ai-side-hustle-morning-2026-04-20/</link><pubDate>Mon, 20 Apr 2026 07:30:00 +0800</pubDate><guid>https://txtmix.com/posts/news/ai-side-hustle-morning-2026-04-20/</guid><description>&lt;h1 id="ai副业早报-2026-04-20">AI副业早报 2026-04-20&lt;/h1>
&lt;p>🦞 每日08:30自动更新&lt;/p>
&lt;hr>
&lt;h2 id="-今日快讯">💼 今日快讯&lt;/h2>
&lt;h3 id="ai编程提效认知已过时前沿公司达到200-500效率提升">AI编程提效认知已过时：前沿公司达到200-500%效率提升&lt;/h3>
&lt;p>&lt;strong>来源&lt;/strong>: V2EX (t/1206395)&lt;/p>
&lt;p>V2EX热帖引发开发者社区广泛讨论。帖子指出，目前仍有很多企业在宣传&amp;quot;AI编程提效20%-30%&amp;ldquo;的说法已经太落后，真正理解和善用AI的前沿公司已经实现了200%-500%的效率提升。这一数据来自实际项目经验，引发了关于AI编程能力边界的深入讨论。&lt;/p></description></item><item><title>AI新闻早报 2026-04-20</title><link>https://txtmix.com/posts/news/ai-morning-news-2026-04-20/</link><pubDate>Mon, 20 Apr 2026 07:30:00 +0800</pubDate><guid>https://txtmix.com/posts/news/ai-morning-news-2026-04-20/</guid><description>&lt;h1 id="ai新闻早报-2026-04-20">AI新闻早报 2026-04-20&lt;/h1>
&lt;p>🦞 每日08:00自动更新&lt;/p>
&lt;hr>
&lt;h2 id="top-stories">TOP STORIES&lt;/h2>
&lt;h3 id="claude-opus-47-vs-46-token消耗对比揭示45性能差距">Claude Opus 4.7 vs 4.6: Token消耗对比揭示45%性能差距&lt;/h3>
&lt;p>&lt;strong>来源&lt;/strong>: Hacker News (600 points, 562 comments)&lt;/p>
&lt;p>Hacker News热榜第一，一份匿名提交的Token消耗对比数据显示，Claude Opus 4.7相比4.6版本在相同任务下Token消耗增加约45%。对比数据来源于用户实际使用中收集的request-token统计，用户可通过 billchambers.me/leaderboard 查看详细对比。有用户指出这是&amp;quot;Opus 4.7通胀&amp;quot;，也有开发者认为这反映了模型能力的提升。讨论延伸至Anthropic在的对数性能/成本前沿（logarithmic performance/cost frontier）中的位置。[&lt;a href="https://tokens.billchambers.me/leaderboard" target="_blank" rel="noopener noreffer ">原文&lt;/a>]&lt;/p></description></item><item><title>T3 Code：9K Stars的极简AI编程GUI——支持Codex和Claude的Web界面</title><link>https://txtmix.com/posts/tech/t3-code-minimal-ai-coding-gui/</link><pubDate>Sat, 18 Apr 2026 15:40:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/t3-code-minimal-ai-coding-gui/</guid><description>&lt;h1 id="t3-code9k-stars的极简ai编程gui支持codex和claude的web界面">T3 Code：9K Stars的极简AI编程GUI——支持Codex和Claude的Web界面&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：AI编程助手用户、偏好GUI而非CLI的开发者、想快速体验AI编程的初学者
&lt;strong>预计阅读时间&lt;/strong>：25-35分钟
&lt;strong>前置知识&lt;/strong>：了解AI编程助手基本概念
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐ 进阶&lt;/p></description></item><item><title>Chrome DevTools MCP：让AI编程助手操控Chrome浏览器的官方利器——35K Stars从入门到精通</title><link>https://txtmix.com/posts/tech/chrome-devtools-mcp/</link><pubDate>Sat, 18 Apr 2026 15:20:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/chrome-devtools-mcp/</guid><description>&lt;h1 id="chrome-devtools-mcp让ai编程助手操控chrome浏览器的官方利器35k-stars从入门到精通">Chrome DevTools MCP：让AI编程助手操控Chrome浏览器的官方利器——35K Stars从入门到精通&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：AI编程助手用户、想要让AI控制浏览器的开发者、Cursor/Copilot/Claude Code使用者
&lt;strong>预计阅读时间&lt;/strong>：40-50分钟
&lt;strong>前置知识&lt;/strong>：了解MCP（Model Context Protocol）基本概念，有浏览器自动化基础更佳
&lt;strong>难度定位&lt;/strong>：⭐⭐⭐⭐ 专家设计&lt;/p></description></item><item><title>Agent Skills：addyosmani的生产级AI编程工程技能框架</title><link>https://txtmix.com/posts/tech/agent-skills-addyosmani-production-engineering-guide/</link><pubDate>Sun, 12 Apr 2026 18:02:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/agent-skills-addyosmani-production-engineering-guide/</guid><description>&lt;h1 id="agent-skillsaddyosmani的生产级ai编程工程技能框架">Agent Skills：addyosmani的生产级AI编程工程技能框架&lt;/h1>
&lt;h2 id="-学习目标">📋 学习目标&lt;/h2>
&lt;ul>
&lt;li>理解Agent Skills的核心定位——将资深工程师的最佳实践封装成AI可复用的技能&lt;/li>
&lt;li>掌握6阶段开发生命周期的理念与实施方法&lt;/li>
&lt;li>学会使用7条slash命令驱动不同的开发阶段&lt;/li>
&lt;li>理解20个结构化技能如何协同工作&lt;/li>
&lt;li>掌握在Claude Code中安装和配置Agent Skills的方法&lt;/li>
&lt;li>理解自动技能激活机制如何提升AI响应质量&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="-项目概述">📖 项目概述&lt;/h2>
&lt;h3 id="什么是agent-skills">什么是Agent Skills&lt;/h3>
&lt;p>&lt;strong>Agent Skills&lt;/strong>是一套&lt;strong>生产级工程技能框架&lt;/strong>，由Google前工程师addyosmani创建。它将资深软件工程师在真实项目中使用的&lt;strong>工作流、质量门控和最佳实践&lt;/strong>封装成AI Agent可复用的结构化技能。&lt;/p></description></item><item><title>Archon：让AI编程变得可重复、可追溯的开源工作流引擎</title><link>https://txtmix.com/posts/tech/archon-ai-coding-workflow-engine-guide/</link><pubDate>Thu, 09 Apr 2026 20:20:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/archon-ai-coding-workflow-engine-guide/</guid><description>&lt;p>如果你已经在使用 Claude Code、Codex 这类编码 Agent，很快会遇到同一个瓶颈：模型越来越强，但开发流程仍然靠“临时提示词 + 人工盯执行 + 手动补审查”维系。Archon 解决的不是“让 Agent 会写代码”，而是“让 Agent 按你定义的工程流程稳定工作”。&lt;/p></description></item><item><title>Andrej Karpathy Skills：Claude Code进化指南</title><link>https://txtmix.com/posts/tech/andrej-karpathy-skills-claude-code-guide/</link><pubDate>Wed, 08 Apr 2026 12:45:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/andrej-karpathy-skills-claude-code-guide/</guid><description>&lt;h1 id="andrej-karpathy-skillsclaude-code进化指南">Andrej Karpathy Skills：Claude Code进化指南&lt;/h1>
&lt;h2 id="1-学习目标">1. 学习目标&lt;/h2>
&lt;p>通过本文你将掌握：&lt;/p>
&lt;ul>
&lt;li>理解 Karpathy 指出的 LLM 编程四大陷阱&lt;/li>
&lt;li>熟练运用四大原则改进 Claude Code 行为&lt;/li>
&lt;li>安装和配置本技能（插件或 CLAUDE.md）&lt;/li>
&lt;li>在团队中推广 AI 编程最佳实践&lt;/li>
&lt;li>解决实际使用中的常见问题&lt;/li>
&lt;/ul>
&lt;h2 id="2-问题根源karpathy-的洞察">2. 问题根源：Karpathy 的洞察&lt;/h2>
&lt;h3 id="21-llm-编程的四大陷阱">2.1 LLM 编程的四大陷阱&lt;/h3>
&lt;p>Andrej Karpathy 在 2026 年初发表了一系列关于 LLM 编程的深刻观察，指出了当前 AI 编程助手的根本性问题：&lt;/p></description></item><item><title>Kaku：开箱即用的AI原生终端，比WezTerm轻40%，一条命令打造AI编码环境</title><link>https://txtmix.com/posts/tech/kaku-ai-native-terminal-built-for-ai-coding/</link><pubDate>Tue, 07 Apr 2026 17:15:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/kaku-ai-native-terminal-built-for-ai-coding/</guid><description>&lt;h1 id="kaku开箱即用的ai原生终端">Kaku：开箱即用的AI原生终端&lt;/h1>
&lt;h2 id="项目概述">项目概述&lt;/h2>
&lt;p>&lt;strong>Kaku&lt;/strong>是由&lt;a href="https://github.com/tw93" target="_blank" rel="noopener noreffer ">twa&lt;/a>（也是Pake的作者）开发的AI原生终端，核心定位是&lt;strong>A fast, out-of-the-box terminal built for AI coding&lt;/strong>。Kaku是&lt;a href="https://github.com/wez/wezterm" target="_blank" rel="noopener noreffer ">WezTerm&lt;/a>的深度定制分支，在保留WezTerm强大可配置性的同时，提供了开箱即用的极致体验。&lt;/p></description></item><item><title>OmX (Oh My codeX)：OpenAI Codex 的超级充电站，让你的 AI 编程效率翻倍</title><link>https://txtmix.com/posts/tech/oh-my-codex-openai-codex-framework/</link><pubDate>Fri, 03 Apr 2026 12:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/oh-my-codex-openai-codex-framework/</guid><description>&lt;h1 id="omx-oh-my-codexopenai-codex-的超级充电站">OmX (Oh My codeX)：OpenAI Codex 的超级充电站&lt;/h1>
&lt;blockquote>
&lt;p>项目地址：&lt;a href="https://github.com/Yeachan-Heo/oh-my-codex" target="_blank" rel="noopener noreffer ">Yeachan-Heo / oh-my-codex&lt;/a>&lt;/p>
&lt;p>今日Star：2,867 | 总Star：14,136 | 今日排名：#2&lt;/p>
&lt;p>⭐ 如果你使用 OpenAI Codex 并希望获得更可控的工程工作流，这个框架值得关注&lt;/p></description></item><item><title>OpenAI Codex：轻量级终端编程智能体完全指南</title><link>https://txtmix.com/posts/tech/openai-codex-lightweight-coding-agent/</link><pubDate>Thu, 02 Apr 2026 12:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/openai-codex-lightweight-coding-agent/</guid><description>&lt;h1 id="openai-codex轻量级终端编程智能体完全指南">OpenAI Codex：轻量级终端编程智能体完全指南&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>学完本文后，你应该能够：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>说清 Codex CLI 的定位&lt;/strong>：理解它与 IDE 内联补全、云端编程代理的差异。&lt;/li>
&lt;li>&lt;strong>完成安装、认证和基础配置&lt;/strong>：知道官方推荐的安装方式、配置层级和常见安全选项。&lt;/li>
&lt;li>&lt;strong>掌握交互式与非交互式两种用法&lt;/strong>：会在本地终端使用 &lt;code>codex&lt;/code>，也会在脚本或 CI 中使用 &lt;code>codex exec&lt;/code>。&lt;/li>
&lt;li>&lt;strong>理解公开可证实的架构边界&lt;/strong>：知道它公开暴露了哪些能力，哪些能力不应被写成“已稳定支持”。&lt;/li>
&lt;li>&lt;strong>建立从入门到熟练的实践路径&lt;/strong>：把 Codex 放进代码理解、代码审查、自动化修复和团队工作流中。&lt;/li>
&lt;/ol>
&lt;hr>
&lt;h2 id="一codex-cli-是什么">一、Codex CLI 是什么&lt;/h2>
&lt;p>&lt;strong>Codex CLI&lt;/strong> 是 OpenAI 提供的本地编程智能体，运行在你的终端里。官方对它的描述非常直接：它是一个 &lt;strong>runs locally on your computer&lt;/strong> 的 coding agent，主要面向真实的软件开发任务，而不是只做单行代码补全。&lt;/p></description></item><item><title>Everything Claude Code：从入门指南到工作流系统</title><link>https://txtmix.com/posts/tech/ai-agent/everything-claude-code-comprehensive-guide/</link><pubDate>Thu, 02 Apr 2026 07:35:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/everything-claude-code-comprehensive-guide/</guid><description>&lt;h1 id="everything-claude-code从入门指南到工作流系统">Everything Claude Code：从入门指南到工作流系统&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：30分钟 | 难度：⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="一学习目标">一、学习目标&lt;/h2>
&lt;p>通过本文档的学习，读者将能够：&lt;/p>
&lt;ul>
&lt;li>掌握 Claude Code 的安装与配置方法&lt;/li>
&lt;li>理解 Claude Code 的核心概念（对话上下文、工具使用、文件操作、项目上下文）&lt;/li>
&lt;li>熟练运用各种 Slash Commands 提高工作效率&lt;/li>
&lt;li>配置环境变量和自定义指令优化 AI 行为&lt;/li>
&lt;li>连接 MCP Servers 扩展功能&lt;/li>
&lt;li>进行自定义指令工程和安全设置&lt;/li>
&lt;li>掌握从新手到专家的完整学习路径&lt;/li>
&lt;/ul>
&lt;h2 id="二先说结论这个仓库已经不只是claude-code-新手教程">二、先说结论：这个仓库已经不只是“Claude Code 新手教程”&lt;/h2>
&lt;p>如果你只记住一句话，那就是：&lt;strong>Everything Claude Code 已经不再只是一个“怎么安装和怎么用”的资料仓库，而更像一个围绕 Claude Code、Agent Harness、安全和工作流设计展开的综合系统。&lt;/strong>&lt;/p></description></item><item><title>Claude How To：Claude Code 精通学习指南</title><link>https://txtmix.com/posts/tech/ai-agent/claude-howto-master-guide/</link><pubDate>Wed, 01 Apr 2026 13:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/claude-howto-master-guide/</guid><description>&lt;h1 id="claude-how-toclaude-code-精通学习指南">Claude How To：Claude Code 精通学习指南&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：40分钟 | 难度：⭐⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>阅读本文后，您将能够：&lt;/p>
&lt;ul>
&lt;li>✅ 理解 Claude How To 的核心理念与定位&lt;/li>
&lt;li>✅ 掌握 10 大 Claude Code 功能模块的完整学习路径&lt;/li>
&lt;li>✅ 熟练使用 Slash Commands、Memory、Skills、Hooks、MCP 等核心功能&lt;/li>
&lt;li>✅ 构建生产级自动化工作流（代码审查、CI/CD、文档生成）&lt;/li>
&lt;li>✅ 从初学者进阶为 Claude Code 高级用户（11-13 小时学习路径）&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="一项目概述">一、项目概述&lt;/h2>
&lt;h3 id="11-什么是-claude-how-to">1.1 什么是 Claude How To&lt;/h3>
&lt;p>&lt;strong>Claude How To&lt;/strong> 是由 &lt;strong>luongnv89&lt;/strong> 创建的&lt;strong>结构化、可视化、以实例为驱动的 Claude Code 学习指南&lt;/strong>。与官方文档不同，它不仅描述功能特性，还展示如何将多个功能组合成真正节省时间的自动化工作流。&lt;/p></description></item><item><title>Claude Code Telegram Bot：远程访问 AI 编程助手的完全指南</title><link>https://txtmix.com/posts/tech/ai-agent/claude-code-telegram-bot-guide/</link><pubDate>Wed, 01 Apr 2026 01:08:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/claude-code-telegram-bot-guide/</guid><description>&lt;h1 id="claude-code-telegram-bot远程访问-ai-编程助手的完全指南">Claude Code Telegram Bot：远程访问 AI 编程助手的完全指南&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：25分钟 | 难度：⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>完成本文档后，你将能够：&lt;/p>
&lt;ul>
&lt;li>✅ 理解 Claude Code Telegram Bot 的核心定位与设计理念&lt;/li>
&lt;li>✅ 掌握 Claude Code Telegram Bot 的安装与配置方法&lt;/li>
&lt;li>✅ 理解两种交互模式（智能体模式/经典模式）的使用方法&lt;/li>
&lt;li>✅ 使用 Telegram 与 Claude 进行自然语言代码交互&lt;/li>
&lt;li>✅ 配置 Webhook 实现事件驱动自动化&lt;/li>
&lt;li>✅ 掌握安全机制（访问控制/目录隔离/速率限制）&lt;/li>
&lt;li>✅ 使用项目线程模式实现多项目管理&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="2-项目概述">§2 项目概述&lt;/h2>
&lt;h3 id="21-什么是-claude-code-telegram-bot">2.1 什么是 Claude Code Telegram Bot？&lt;/h3>
&lt;p>&lt;strong>Claude Code Telegram Bot&lt;/strong>（&lt;a href="https://github.com/RichardAtCT/claude-code-telegram" target="_blank" rel="noopener noreffer ">GitHub 仓库&lt;/a>）是一个将 Telegram 与 Claude Code 连接的工具，提供对话式 AI 编程界面。&lt;/p></description></item><item><title>Claude Code Skills &amp; Plugins：AI 编程智能体技能库完全指南</title><link>https://txtmix.com/posts/tech/ai-agent/claude-code-skills-agent-plugins-guide/</link><pubDate>Tue, 31 Mar 2026 12:35:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/claude-code-skills-agent-plugins-guide/</guid><description>&lt;h1 id="claude-code-skills--pluginsai-编程智能体技能库完全指南">Claude Code Skills &amp;amp; Plugins：AI 编程智能体技能库完全指南&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：40分钟 | 难度：⭐⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>学完本文档后，你将能够：&lt;/p>
&lt;ul>
&lt;li>理解 Claude Code Skills 的核心概念与设计理念&lt;/li>
&lt;li>掌握在 Claude Code、OpenAI Codex、Gemini CLI、OpenClaw 等 11 个 AI 编程工具中安装和使用技能的方法&lt;/li>
&lt;li>了解 205 个技能的分类体系与核心功能&lt;/li>
&lt;li>学会使用 &lt;code>convert.sh&lt;/code> 脚本将技能转换为不同工具的原生格式&lt;/li>
&lt;li>掌握开发新技能的规范与工作流程&lt;/li>
&lt;li>理解 Skills、Agents、Personas 三层架构的适用场景&lt;/li>
&lt;li>能够在团队中推广和应用这套技能系统&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="2-项目概述">§2 项目概述&lt;/h2>
&lt;h3 id="21-什么是-claude-code-skills">2.1 什么是 Claude Code Skills&lt;/h3>
&lt;p>Claude Code Skills（官方仓库：&lt;a href="https://github.com/alirezarezvani/claude-skills" target="_blank" rel="noopener noreffer ">alirezarezvani/claude-skills&lt;/a>，简称 &lt;strong>Skills&lt;/strong>）是&lt;strong>目前最全面的开源 AI 编程智能体技能库&lt;/strong>，收录了 205 个生产级技能（Skills）和插件（Plugins），支持 11 个主流 AI 编程工具。项目获得了 8,200+ GitHub Stars，973 Forks，由开发者 &lt;a href="https://github.com/alirezarezvani" target="_blank" rel="noopener noreffer ">alirezarezvani&lt;/a> 维护，采用 MIT 许可证开源。&lt;/p></description></item><item><title>Claude How-To 完整指南：从入门到精通的视觉化实战手册</title><link>https://txtmix.com/posts/tech/ai-agent/claude-howto-visual-guide/</link><pubDate>Tue, 31 Mar 2026 08:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/claude-howto-visual-guide/</guid><description>&lt;h1 id="claude-how-to-完整指南从入门到精通的视觉化实战手册">Claude How-To 完整指南：从入门到精通的视觉化实战手册&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：30分钟 | 难度：⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;p>luongnv89/claude-howto 是一个可视化、案例驱动的 Claude Code 指南，涵盖从基础概念到高级 Agent 开发，配有可直接使用的 Copy-Paste 模板。今日斩获 4,232 颗 Stars，GitHub Trending 第一名。&lt;/p></description></item><item><title>Awesome Claude Code：从入门到精通 — Claude Code 资源大全</title><link>https://txtmix.com/posts/tech/ai-agent/awesome-claude-code-resources-guide/</link><pubDate>Tue, 31 Mar 2026 01:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/awesome-claude-code-resources-guide/</guid><description>&lt;h1 id="awesome-claude-code从入门到精通--claude-code-资源大全">Awesome Claude Code：从入门到精通 — Claude Code 资源大全&lt;/h1>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：Claude Code 用户、AI 编程爱好者、想提升开发效率的工程师
&lt;strong>前置知识&lt;/strong>：了解 Claude Code 基础用法、有编程经验
&lt;strong>预计学习时间&lt;/strong>：1-2 小时（入门），3-4 小时（精通）&lt;/p></description></item><item><title>Claude HUD：实时显示 Claude Code 状态的智能仪表盘</title><link>https://txtmix.com/posts/tech/ai-agent/claude-hud-realtime-status-dashboard/</link><pubDate>Sun, 29 Mar 2026 15:50:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/claude-hud-realtime-status-dashboard/</guid><description>&lt;h1 id="claude-hud实时显示-claude-code-状态的智能仪表盘">Claude HUD：实时显示 Claude Code 状态的智能仪表盘&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：15分钟 | 难度：⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="一项目概览">一、项目概览&lt;/h2>
&lt;p>&lt;strong>Claude HUD&lt;/strong> 是由 jarrodwatts 开发的 Claude Code 插件，能够实时显示 Claude Code 会话中的关键状态信息：上下文使用量、活跃工具、运行中的智能体、待办事项进度等。这些信息始终显示在终端输入框下方，让开发者对 AI 编程过程一目了然。&lt;/p></description></item><item><title>AI新闻早报（2026-03-29）</title><link>https://txtmix.com/posts/news/ai-morning-news-2026-03-29/</link><pubDate>Sun, 29 Mar 2026 08:00:00 +0800</pubDate><guid>https://txtmix.com/posts/news/ai-morning-news-2026-03-29/</guid><description>&lt;h1 id="ai新闻早报2026-03-29">AI新闻早报（2026-03-29）&lt;/h1>
&lt;blockquote>
&lt;p>数据采集时间：2026-03-29 13:00 | 来源：36kr、量子位
🦞 每日08:00自动更新&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;h2 id="一算力与基础设施">一、算力与基础设施&lt;/h2>
&lt;h3 id="-电费只占5谁在真正吃掉算力成本">💻 电费只占5%，谁在真正吃掉算力成本？&lt;/h3>
&lt;p>半导体产业纵横分析AI算力成本结构，发现&lt;strong>电费仅占5%&lt;/strong>，冷却、存储、网络等基础设施成本远超预期。GPU利用率、内存带宽、互联带宽才是决定成本的核心变量。&lt;/p></description></item><item><title>Claude Code 最佳实践大全：高热度 AI 编程指南解读</title><link>https://txtmix.com/posts/tech/ai-agent/claude-code-best-practice-guide/</link><pubDate>Sat, 28 Mar 2026 20:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agent/claude-code-best-practice-guide/</guid><description>&lt;h1 id="claude-code-最佳实践大全高热度-ai-编程指南解读">Claude Code 最佳实践大全：高热度 AI 编程指南解读&lt;/h1>
&lt;blockquote>
&lt;p>预计阅读时间：25分钟 | 难度：⭐⭐⭐&lt;/p>&lt;/blockquote>
&lt;hr>
&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：希望系统掌握 Claude Code 最佳实践、提升 AI 编程效率的开发者
&lt;strong>前置知识&lt;/strong>：了解 Claude Code 基础用法、有编程经验
&lt;strong>预计阅读时间&lt;/strong>：25 分钟&lt;/p></description></item><item><title>Token Tracker 入门到精通：纯本地 AI 编程工具 Token 用量追踪实战</title><link>https://txtmix.com/posts/tech/tools/token-tracker-guide-openclaw-usage/</link><pubDate>Sat, 28 Mar 2026 13:38:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tools/token-tracker-guide-openclaw-usage/</guid><description>以 OpenClaw 本地会话日志为例，讲清纯本地 Token Tracker 的设计边界、JSONL 解析、字段归一化、时间聚合与多工具扩展路径。</description></item><item><title>AI副业早报：2026年3月28日</title><link>https://txtmix.com/posts/news/ai-side-hustle-morning-2026-03-28/</link><pubDate>Sat, 28 Mar 2026 08:00:00 +0800</pubDate><guid>https://txtmix.com/posts/news/ai-side-hustle-morning-2026-03-28/</guid><description>&lt;h1 id="ai副业早报2026年3月28日">AI副业早报：2026年3月28日&lt;/h1>
&lt;p>🦞 &lt;strong>每日08:00自动更新&lt;/strong>&lt;/p>
&lt;hr>
&lt;h2 id="-今日融资快讯">💰 今日融资快讯&lt;/h2>
&lt;h3 id="1-金融agent再获近2亿融资启明红杉高瓴集体押注">1. 金融Agent再获近2亿融资！启明红杉高瓴集体押注&lt;/h3>
&lt;p>金融Agent赛道持续火热，启明创投、红杉中国、高瓴集体加码，5个月内连获两轮融资，金额近2亿元。该赛道瞄准金融行业的Agent化改造，提升风控、投研、客服等环节效率。&lt;/p></description></item><item><title>AI新闻早报：2026年3月28日</title><link>https://txtmix.com/posts/news/ai-morning-news-2026-03-28/</link><pubDate>Sat, 28 Mar 2026 08:00:00 +0800</pubDate><guid>https://txtmix.com/posts/news/ai-morning-news-2026-03-28/</guid><description>&lt;h1 id="ai新闻早报2026年3月28日">AI新闻早报：2026年3月28日&lt;/h1>
&lt;p>🦞 &lt;strong>每日08:00自动更新&lt;/strong>&lt;/p>
&lt;hr>
&lt;h2 id="-一头部玩家anthropicopenaigoogle">🔥 一、头部玩家：Anthropic、OpenAI、Google&lt;/h2>
&lt;h3 id="1-anthropic估值3800亿美元冲击ipo">1. Anthropic估值3800亿美元冲击IPO&lt;/h3>
&lt;p>Anthropic正以3800亿美元估值冲击IPO，有望改写AI寡头格局。其最新最强模型跃阶式提升，已被外界认为&amp;quot;敲响了AGI的防盗门&amp;quot;。与此同时，Anthropic遭五角大楼惩罚被法院禁止的争议也在持续发酵。&lt;/p></description></item></channel></rss>