<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agent Skills on Text Matrix</title><link>https://txtmix.com/tags/agent-skills/</link><description>Recent content in Agent Skills on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:55:34 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/agent-skills/index.xml" rel="self" type="application/rss+xml"/><item><title>Anthropic Skills 仓库进阶实战：18个技能覆盖研发全链路</title><link>https://txtmix.com/posts/tech/anthropics-skills-18-skills-full-stack-guide/</link><pubDate>Sat, 16 May 2026 15:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/anthropics-skills-18-skills-full-stack-guide/</guid><description>&lt;h1 id="anthropic-skills-仓库进阶实战18个技能覆盖研发全链路">Anthropic Skills 仓库进阶实战：18个技能覆盖研发全链路&lt;/h1>
&lt;blockquote>
&lt;p>仓库地址：&lt;a href="https://github.com/anthropics/skills" target="_blank" rel="noopener noreffer ">anthropics/skills&lt;/a>&lt;/p>
&lt;p>Stars：135,404 | Forks：15,958 | 语言：Python&lt;/p>
&lt;p>定位：从「会用」到「会改、会写」的 Agent Skills 进阶实战指南&lt;/p></description></item><item><title>khazix-skills：一个 AI Agent 技能集的开源实践</title><link>https://txtmix.com/posts/tech/khazix-skills-ai-agent-skills-guide/</link><pubDate>Sun, 03 May 2026 11:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/khazix-skills-ai-agent-skills-guide/</guid><description>&lt;h1 id="khazix-skills一个-ai-agent-技能集的开源实践">khazix-skills：一个 AI Agent 技能集的开源实践&lt;/h1>
&lt;p>说起 AI Agent，大家通常会聊模型能力、上下文长度、工具调用架构。但真正把 Agent 用进日常工作流的人，注意力往往不在这些宏大叙事上——而在于&amp;quot;这个任务能不能交给 Agent 自动跑完，然后我直接看结果&amp;quot;。&lt;/p></description></item><item><title>Anthropics Skills 仓库全解析：从入门到精通的 Agent Skills 实战指南</title><link>https://txtmix.com/posts/tech/anthropics-skills-agent-skills-repository-guide/</link><pubDate>Sat, 02 May 2026 10:12:30 +0800</pubDate><guid>https://txtmix.com/posts/tech/anthropics-skills-agent-skills-repository-guide/</guid><description>&lt;h1 id="anthropics-skills-仓库全解析从入门到精通的-agent-skills-实战指南">Anthropics Skills 仓库全解析：从入门到精通的 Agent Skills 实战指南&lt;/h1>
&lt;p>Anthropic 维护的 &lt;a href="https://github.com/anthropics/skills" target="_blank" rel="noopener noreffer ">anthropics/skills&lt;/a> 仓库是 Agent Skills 生态系统中规模最大、社区活跃度最高的公开资源库之一。截至本文撰写时，该仓库已积累超过 &lt;strong>126,950 颗 Stars&lt;/strong> 和 &lt;strong>14,912 个 Forks&lt;/strong>，语言主体为 Python。它既是技能市场（Plugin Marketplace）的后端支撑，也是开发者理解 Agent Skills 设计哲学的最佳入口。&lt;/p></description></item><item><title>Awesome DeepSeek Agent：16 款主流 AI 编程助手接入 DeepSeek 模型完整指南</title><link>https://txtmix.com/posts/tech/awesome-deepseek-agent-integration-guide/</link><pubDate>Thu, 30 Apr 2026 18:32:10 +0800</pubDate><guid>https://txtmix.com/posts/tech/awesome-deepseek-agent-integration-guide/</guid><description>&lt;h1 id="awesome-deepseek-agent16-款主流-ai-编程助手接入-deepseek-模型完整指南">Awesome DeepSeek Agent：16 款主流 AI 编程助手接入 DeepSeek 模型完整指南&lt;/h1>
&lt;p>&lt;strong>阅读本文后，你将了解：&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>awesome-deepseek-agent 仓库覆盖了哪些工具，它们各自适合什么场景&lt;/li>
&lt;li>Anthropic 兼容 API、OpenAI 兼容 API、模型直连三种接入模式的区别与适用工具&lt;/li>
&lt;li>Claude Code、Deep Code、Reasonix 等核心工具的具体配置步骤&lt;/li>
&lt;li>如何根据自身需求选择合适的接入工具和模式&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="#1-%e9%a1%b9%e7%9b%ae%e6%a6%82%e8%a7%88" rel="">1. 项目概览&lt;/a>&lt;/li>
&lt;li>&lt;a href="#2-%e4%b8%89%e7%a7%8d%e6%8e%a5%e5%85%a5%e6%a8%a1%e5%bc%8f" rel="">2. 三种接入模式&lt;/a>&lt;/li>
&lt;li>&lt;a href="#3-16-%e6%ac%be%e5%b7%a5%e5%85%b7%e5%85%a8%e6%99%af%e5%9b%be" rel="">3. 16 款工具全景图&lt;/a>&lt;/li>
&lt;li>&lt;a href="#4-anthropic-%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f%e8%af%a6%e8%a7%a3" rel="">4. Anthropic 兼容模式详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#5-openai-%e5%85%bc%e5%ae%b9%e6%a8%a1%e5%bc%8f%e8%af%a6%e8%a7%a3" rel="">5. OpenAI 兼容模式详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#6-%e6%a8%a1%e5%9e%8b%e7%9b%b4%e8%bf%9e%e6%a8%a1%e5%bc%8f%e8%af%a6%e8%a7%a3" rel="">6. 模型直连模式详解&lt;/a>&lt;/li>
&lt;li>&lt;a href="#7-%e9%80%89%e5%9e%8b%e5%bb%ba%e8%ae%ae" rel="">7. 选型建议&lt;/a>&lt;/li>
&lt;li>&lt;a href="#8-%e6%88%90%e6%9c%ac%e5%8f%82%e8%80%83" rel="">8. 成本参考&lt;/a>&lt;/li>
&lt;li>&lt;a href="#9-%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98" rel="">9. 常见问题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#10-%e5%ae%98%e6%96%b9%e8%b5%84%e6%ba%90" rel="">10. 官方资源&lt;/a>&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概览">1. 项目概览&lt;/h2>
&lt;table>
 &lt;thead>
 &lt;tr>
 &lt;th>项目&lt;/th>
 &lt;th>信息&lt;/th>
 &lt;/tr>
 &lt;/thead>
 &lt;tbody>
 &lt;tr>
 &lt;td>&lt;strong>仓库&lt;/strong>&lt;/td>
 &lt;td>&lt;a href="https://github.com/deepseek-ai/awesome-deepseek-agent" target="_blank" rel="noopener noreffer ">deepseek-ai/awesome-deepseek-agent&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>Stars / Forks&lt;/strong>&lt;/td>
 &lt;td>360+ / 25+（数据截至 2026-04-30，持续增长中）&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>创建时间&lt;/strong>&lt;/td>
 &lt;td>2026-04-27&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>官方文档&lt;/strong>&lt;/td>
 &lt;td>&lt;a href="https://platform.deepseek.com/" target="_blank" rel="noopener noreffer ">DeepSeek Platform&lt;/a> · &lt;a href="https://api-docs.deepseek.com/" target="_blank" rel="noopener noreffer ">API Docs&lt;/a>&lt;/td>
 &lt;/tr>
 &lt;tr>
 &lt;td>&lt;strong>覆盖工具数&lt;/strong>&lt;/td>
 &lt;td>16 款（另有一份未列入 README 的 Factory AI Droid 指南）&lt;/td>
 &lt;/tr>
 &lt;/tbody>
&lt;/table>
&lt;p>&lt;a href="https://github.com/deepseek-ai/awesome-deepseek-agent" target="_blank" rel="noopener noreffer ">awesome-deepseek-agent&lt;/a> 是 DeepSeek 官方维护的精选指南仓库，每款工具对应一份独立的 &lt;code>docs/&amp;lt;tool-name&amp;gt;.md&lt;/code> 文档，涵盖安装、配置和首次运行三个步骤。文档提供英文和简体中文两个版本（&lt;code>docs/&amp;lt;tool-name&amp;gt;.zh-CN.md&lt;/code>），由 DeepSeek 团队持续更新。&lt;/p></description></item><item><title>VoltAgent/awesome-agent-skills：1100+ Agent Skills 索引，读懂官方团队与社区技能生态</title><link>https://txtmix.com/posts/tech/voltagent-awesome-agent-skills-17k/</link><pubDate>Wed, 22 Apr 2026 16:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/voltagent-awesome-agent-skills-17k/</guid><description>基于 README 与 officialskills.sh 的交叉核实，本文拆解 VoltAgent/awesome-agent-skills 到底收录了什么、1100+ 与 581 的差别、兼容各类 AI 编码助手到底意味着什么，以及装 skill 前应该重点看哪些边界。</description></item><item><title>Awesome Persona Distill Skills：人格蒸馏Agent Skills的完整指南</title><link>https://txtmix.com/posts/tech/awesome-persona-distill-skills-agent-skills-guide/</link><pubDate>Thu, 09 Apr 2026 13:05:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/awesome-persona-distill-skills-agent-skills-guide/</guid><description>&lt;h1 id="awesome-persona-distill-skills人格蒸馏agent-skills的完整指南">Awesome Persona Distill Skills：人格蒸馏Agent Skills的完整指南&lt;/h1>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>通过本文，你将掌握：&lt;/p>
&lt;ul>
&lt;li>人格蒸馏的核心概念与边界&lt;/li>
&lt;li>Awesome Persona Distill Skills的完整分类体系&lt;/li>
&lt;li>每类Skills的设计思路与典型实现&lt;/li>
&lt;li>如何构建属于自己的数字人格助手&lt;/li>
&lt;li>Agent Skills的开放标准与贡献流程&lt;/li>
&lt;/ul>
&lt;h2 id="2-概念解析什么是人格蒸馏">§2 概念解析：什么是人格蒸馏&lt;/h2>
&lt;h3 id="21-核心定义">2.1 核心定义&lt;/h3>
&lt;p>&lt;strong>人格蒸馏（Persona Distill）是什么？&lt;/strong>&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>Karpathy LLM Wiki：让AI自动维护你的知识库</title><link>https://txtmix.com/posts/tech/karpathy-llm-wiki-agent-skill-guide/</link><pubDate>Wed, 08 Apr 2026 11:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/karpathy-llm-wiki-agent-skill-guide/</guid><description>&lt;h1 id="karpathy-llm-wiki让ai自动维护你的知识库">Karpathy LLM Wiki：让AI自动维护你的知识库&lt;/h1>
&lt;h2 id="1-学习目标">1. 学习目标&lt;/h2>
&lt;p>通过本文你将掌握：&lt;/p>
&lt;ul>
&lt;li>理解 Karpathy LLM Wiki 的核心哲学&lt;/li>
&lt;li>熟练使用 Ingest、Query、Lint 三大操作&lt;/li>
&lt;li>在 Claude Code/Cursor/Codex 中安装和配置本技能&lt;/li>
&lt;li>构建个人知识库并实现自动维护&lt;/li>
&lt;li>解决实际使用中的常见问题&lt;/li>
&lt;/ul>
&lt;h2 id="2-背景与原理">2. 背景与原理&lt;/h2>
&lt;h3 id="21-karpathy-的-llm-wiki-理念">2.1 Karpathy 的 LLM Wiki 理念&lt;/h3>
&lt;p>2026年4月，AI 大神 Andrej Karpathy 提出了一个简洁而强大的概念：&lt;/p></description></item><item><title>xiaohongshu-skills：958 Stars的浏览器自动化方案，用真实账号做小红书运营</title><link>https://txtmix.com/posts/tech/xiaohongshu-skills-browser-automation-guide/</link><pubDate>Tue, 07 Apr 2026 18:10:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/xiaohongshu-skills-browser-automation-guide/</guid><description>&lt;h1 id="xiaohongshu-skills958-stars的浏览器自动化方案">xiaohongshu-skills：958 Stars的浏览器自动化方案&lt;/h1>
&lt;h2 id="项目概述">项目概述&lt;/h2>
&lt;p>&lt;strong>xiaohongshu-skills&lt;/strong>是由autoclaw-cc团队开发的开源项目，核心特点是「直接使用你已登录的浏览器和真实账号，以普通用户的方式操作小红书」。与xiaohongshu-mcp-skills不同，本项目采用&lt;strong>Chrome扩展+浏览器自动化&lt;/strong>的技术路线，而非MCP服务接口。&lt;/p></description></item><item><title>小红书MCP Skills全集：一条命令搞定小红书运营自动化，AI时代的社媒利器</title><link>https://txtmix.com/posts/tech/xiaohongshu-mcp-skills-complete-guide/</link><pubDate>Tue, 07 Apr 2026 17:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/xiaohongshu-mcp-skills-complete-guide/</guid><description>&lt;h1 id="小红书mcp-skills全集ai时代的社媒运营利器">小红书MCP Skills全集：AI时代的社媒运营利器&lt;/h1>
&lt;h2 id="项目概述">项目概述&lt;/h2>
&lt;p>&lt;strong>xiaohongshu-mcp-skills&lt;/strong>是由autoclaw-cc团队开发的开源项目，基于&lt;a href="https://github.com/xpzouying/xiaohongshu-mcp" target="_blank" rel="noopener noreffer ">xiaohongshu-mcp&lt;/a>实现，为小红书提供完整的AI Agent自动化操作能力。该项目兼容&lt;a href="https://agentskills.io" target="_blank" rel="noopener noreffer ">Agent Skills开放标准&lt;/a>，支持OpenClaw、Claude Code等主流AI Agent平台。&lt;/p></description></item><item><title>Obsidian Skills：Obsidian 智能体技能完全指南</title><link>https://txtmix.com/posts/tech/obsidian-skills-agent-skills-for-obsidian-guide/</link><pubDate>Mon, 06 Apr 2026 21:34:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/obsidian-skills-agent-skills-for-obsidian-guide/</guid><description>&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将全面掌握以下核心能力：&lt;/p>
&lt;ul>
&lt;li>深入理解 Obsidian Skills 的项目定位和设计理念&lt;/li>
&lt;li>掌握 5 个核心技能的功能和使用场景&lt;/li>
&lt;li>学会在不同 AI Agent 平台安装和配置这些技能&lt;/li>
&lt;li>理解 Agent Skills 规范与 Obsidian 的集成方式&lt;/li>
&lt;li>掌握 obsidian-markdown、obsidian-bases、json-canvas、obsidian-cli、defuddle 的用法&lt;/li>
&lt;li>理解如何用这些技能提升 Obsidian 使用效率&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概述">1. 项目概述&lt;/h2>
&lt;h3 id="11-是什么">1.1 是什么&lt;/h3>
&lt;p>Obsidian Skills 是一套&lt;strong>面向 Obsidian 的 Agent 智能体技能集合&lt;/strong>，让 AI Agent 能够理解和使用 Obsidian 的各种特定格式和功能。&lt;/p></description></item><item><title>Matt Pocock Skills：Claude Code Agent 技能集合完全指南</title><link>https://txtmix.com/posts/tech/mattpocock-skills-claude-code-agent-guide/</link><pubDate>Mon, 06 Apr 2026 19:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/mattpocock-skills-claude-code-agent-guide/</guid><description>&lt;h1 id="matt-pocock-skillsclaude-code-agent-技能集合完全指南">Matt Pocock Skills：Claude Code Agent 技能集合完全指南&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将全面掌握以下核心能力：&lt;/p>
&lt;ul>
&lt;li>深入理解 Matt Pocock Skills 的设计理念与架构&lt;/li>
&lt;li>掌握全部 17 个技能的定位、使用场景和调用方式&lt;/li>
&lt;li>学会在 Planning &amp;amp; Design 阶段使用 PRD、计划分解、接口设计等技能&lt;/li>
&lt;li>掌握 TDD、问题诊断、代码架构改进等开发技能&lt;/li>
&lt;li>熟练运用 Git 保护、预提交钩子等工具链技能&lt;/li>
&lt;li>学会构建技能写作、知识管理的工作流&lt;/li>
&lt;li>理解 Agent Skills 的安装、配置与管理方法&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h2 id="1-项目概述">1. 项目概述&lt;/h2>
&lt;h3 id="11-是什么">1.1 是什么&lt;/h3>
&lt;p>&lt;strong>Matt Pocock Skills&lt;/strong> 是由 TypeScript 专家 &lt;a href="https://github.com/mattpocock" target="_blank" rel="noopener noreffer ">Matt Pocock&lt;/a> 创建的 Claude Code Agent 技能集合。这些技能来自他个人的 &lt;code>.claude&lt;/code> 目录，涵盖了从需求规划、设计评审、开发实现到知识管理的完整开发流程。&lt;/p></description></item><item><title>Google AI Edge Gallery：移动端运行大模型的完整指南</title><link>https://txtmix.com/posts/tech/google-ai-edge-gallery-on-device-llm-guide/</link><pubDate>Mon, 06 Apr 2026 16:51:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/google-ai-edge-gallery-on-device-llm-guide/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>目标读者&lt;/strong>：希望在移动设备上本地运行大模型的开发者、AI 应用工程师
&lt;strong>核心问题&lt;/strong>：如何在移动端部署和扩展大模型能力？
&lt;strong>难度&lt;/strong>：⭐⭐⭐（中级）&lt;/p>&lt;/blockquote>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>通过本文，你将掌握以下核心能力：&lt;/p></description></item></channel></rss>