<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agent-Skill on Text Matrix</title><link>https://txtmix.com/tags/agent-skill/</link><description>Recent content in Agent-Skill on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Tue, 21 Jul 2026 20:06:14 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/agent-skill/index.xml" rel="self" type="application/rss+xml"/><item><title>Archify 拆解：让 AI Agent 直接生成架构图的 Skill</title><link>https://txtmix.com/posts/tech/tt-a1i-archify-agent-skill-architecture-diagram-guide/</link><pubDate>Sat, 11 Jul 2026 02:50:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/tt-a1i-archify-agent-skill-architecture-diagram-guide/</guid><description>&lt;h1 id="archify-拆解让-ai-agent-直接生成架构图的-skill">Archify 拆解：让 AI Agent 直接生成架构图的 Skill&lt;/h1>
&lt;h2 id="核心判断">核心判断&lt;/h2>
&lt;p>Archify 不是一个画图工具，而是&lt;strong>一个 agent skill&lt;/strong>——它让 Claude Code、Codex CLI、opencode 这类 AI 编程助手在对话中直接产出&amp;quot;可发布的&amp;quot;架构图。它的核心价值是&lt;strong>把&amp;quot;描述架构&amp;quot;和&amp;quot;得到图&amp;quot;之间的工具切换成本降到零&lt;/strong>——你不再需要打开 draw.io、拖拽、导出、再粘回去。&lt;/p></description></item><item><title>addyosmani/agent-skills：把 24 个生产级工作流封进 Coding Agent</title><link>https://txtmix.com/posts/tech/addyosmani-agent-skills-production-grade-coding-agent/</link><pubDate>Thu, 09 Jul 2026 02:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/addyosmani-agent-skills-production-grade-coding-agent/</guid><description>&lt;h1 id="addyosmaniagent-skills把-24-个生产级工作流封进-coding-agent">addyosmani/agent-skills：把 24 个生产级工作流封进 Coding Agent&lt;/h1>
&lt;h2 id="一句话核心判断">一句话核心判断&lt;/h2>
&lt;p>&amp;ldquo;我让 Agent 写了一堆代码，但它从来不写测试、不做 review、不打 tag。&amp;rdquo; 这是 Coding Agent 落地过程中最常见的问题。addyosmani/agent-skills 的切入点是：&lt;strong>把资深工程师的开发流程拆成 24 个可被 Agent 调用的 skill，按 Define→Plan→Build→Verify→Review→Ship 六阶段组织，每阶段都带验证门&lt;/strong>。它不是新模型或新协议，而是给 Agent 一份&amp;quot;何时调用哪个 skill、按什么顺序、卡什么验证&amp;quot;的工程作业指导。&lt;/p></description></item><item><title>alirezarezvani/claude-skills 深度拆解：5,200 Stars 的 354 个 AI Agent Skills 大库是怎么组织的</title><link>https://txtmix.com/posts/tech/alirezarezvani-claude-skills-agent-skills-library-guide/</link><pubDate>Sun, 05 Jul 2026 14:55:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/alirezarezvani-claude-skills-agent-skills-library-guide/</guid><description>&lt;h1 id="alirezarezvaniclaude-skills-深度拆解5200-stars-的-354-个-ai-agent智能体-skills-大库是怎么组织的">alirezarezvani/claude-skills 深度拆解：5,200 Stars 的 354 个 AI Agent（智能体） Skills 大库是怎么组织的&lt;/h1>
&lt;h2 id="学习目标">学习目标&lt;/h2>
&lt;p>读完这篇，你将能够：&lt;/p>
&lt;ul>
&lt;li>说清 &lt;code>alirezarezvani/claude-skills&lt;/code> 用什么目录约定维持 354 个 Skills 的可发现性，以及&amp;quot;一份源、13 份产物&amp;quot;的跨平台分发是怎么落地的。&lt;/li>
&lt;li>写出一个最小可执行的 &lt;code>SKILL.md&lt;/code>：frontmatter 里的 &lt;code>name&lt;/code> 与 &lt;code>description&lt;/code> 各自承担什么角色，&lt;code>description&lt;/code> 为什么是 agent 行为的触发面。&lt;/li>
&lt;li>区分 Skills、Agents、Personas 三者的边界，并说明它们为什么是叠加而非替代关系。&lt;/li>
&lt;li>复述三个值得抄的工程决策：stdlib-only 的 593 个 CLI（命令行工具）、安装前的 &lt;code>skill-security-auditor&lt;/code> 安全闸门、把 CHANGELOG 当治理日志。&lt;/li>
&lt;li>在 Claude Code / OpenAI Codex / Cursor 三条路径里挑出适合自己团队的那条，并讲清&amp;quot;按域分批 install&amp;quot;的采用顺序。&lt;/li>
&lt;li>判断这个库什么时候该用、什么时候不该用——尤其是&amp;quot;装 354 条 Skill 大部分用不上&amp;quot;和&amp;quot;第三方 Skills 的安全审计&amp;quot;两条边界。&lt;/li>
&lt;/ul>
&lt;h2 id="目录">目录&lt;/h2>
&lt;ul>
&lt;li>&lt;a href="#alirezarezvaniclaude-skills-%e6%b7%b1%e5%ba%a6%e6%8b%86%e8%a7%a35200-stars-%e7%9a%84-354-%e4%b8%aa-ai-agent%e6%99%ba%e8%83%bd%e4%bd%93-skills-%e5%a4%a7%e5%ba%93%e6%98%af%e6%80%8e%e4%b9%88%e7%bb%84%e7%bb%87%e7%9a%84" rel="">alirezarezvani/claude-skills 深度拆解：5,200 Stars 的 354 个 AI Agent（智能体） Skills 大库是怎么组织的&lt;/a>
&lt;ul>
&lt;li>&lt;a href="#%e5%ad%a6%e4%b9%a0%e7%9b%ae%e6%a0%87" rel="">学习目标&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e7%9b%ae%e5%bd%95" rel="">目录&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b8%80%e5%8f%a5%e8%af%9d%e5%ae%9a%e4%bd%8d" rel="">一句话定位&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e9%a1%b9%e7%9b%ae%e5%85%a8%e6%99%af354--18--13-%e7%9a%84%e7%9f%a9%e9%98%b5" rel="">项目全景：354 × 18 × 13 的矩阵&lt;/a>&lt;/li>
&lt;li>&lt;a href="#skills--agents--personas%e4%b8%89%e5%b1%82%e6%a6%82%e5%bf%b5%e5%88%87%e5%88%86" rel="">Skills / Agents / Personas：三层概念切分&lt;/a>&lt;/li>
&lt;li>&lt;a href="#skillmd-%e7%9a%84%e6%9c%80%e5%b0%8f%e5%8f%af%e6%89%a7%e8%a1%8c%e7%bb%93%e6%9e%84" rel="">SKILL.md 的最小可执行结构&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%b7%a8-13-%e5%b9%b3%e5%8f%b0%e7%9a%84%e4%b8%80%e4%bb%bd%e6%ba%9013-%e4%bb%bd%e4%ba%a7%e7%89%a9" rel="">跨 13 平台的&amp;quot;一份源、13 份产物&amp;quot;&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%b7%a5%e7%a8%8b%e4%ba%ae%e7%82%b9%e4%b8%89%e4%b8%aa%e5%80%bc%e5%be%97%e6%8a%84%e7%9a%84%e5%b7%a5%e7%a8%8b%e5%86%b3%e7%ad%96" rel="">工程亮点：三个值得抄的工程决策&lt;/a>
&lt;ul>
&lt;li>&lt;a href="#1-stdlib-only-%e7%9a%84-593-%e4%b8%aa-cli" rel="">1. stdlib-only 的 593 个 CLI&lt;/a>&lt;/li>
&lt;li>&lt;a href="#2-skill-security-auditorskills-%e5%ae%89%e8%a3%85%e5%89%8d%e7%9a%84%e5%ae%89%e5%85%a8%e9%97%b8%e9%97%a8" rel="">2. &lt;code>skill-security-auditor&lt;/code>：Skills 安装前的安全闸门&lt;/a>&lt;/li>
&lt;li>&lt;a href="#3-changelog-%e5%bd%93%e6%88%90%e6%b2%bb%e7%90%86%e6%97%a5%e5%bf%97%e8%80%8c%e4%b8%8d%e6%98%af%e6%b5%81%e6%b0%b4%e8%b4%a6" rel="">3. CHANGELOG 当成&amp;quot;治理日志&amp;quot;而不是流水账&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;li>&lt;a href="#%e5%ae%89%e8%a3%85%e5%ae%9e%e6%88%98%e4%b8%89%e6%9d%a1%e4%b8%bb%e6%b5%81%e8%b7%af%e5%be%84" rel="">安装实战：三条主流路径&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e9%80%82%e7%94%a8%e8%be%b9%e7%95%8c%e4%b8%8e%e9%87%87%e7%94%a8%e5%bb%ba%e8%ae%ae" rel="">适用边界与采用建议&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e4%b8%80%e5%8f%a5%e8%af%9d%e6%80%bb%e7%bb%93" rel="">一句话总结&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%87%aa%e6%b5%8b%e9%a2%98" rel="">自测题&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e7%bb%83%e4%b9%a0" rel="">练习&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e8%bf%9b%e9%98%b6%e6%96%b9%e5%90%91" rel="">进阶方向&lt;/a>&lt;/li>
&lt;li>&lt;a href="#%e5%b8%b8%e8%a7%81%e9%97%ae%e9%a2%98" rel="">常见问题&lt;/a>&lt;/li>
&lt;/ul>
&lt;/li>
&lt;/ul>
&lt;h2 id="一句话定位">一句话定位&lt;/h2>
&lt;p>&lt;code>alirezarezvani/claude-skills&lt;/code> 是当前 GitHub 上&lt;strong>最完整的开源 Claude Code Skills 与 Agent Plugins 库&lt;/strong>，5,200+ Stars，354 个生产级 Skills 覆盖工程、产品、营销、合规、C-level 顾问等 18 个领域，同一份 Skills 通过 &lt;code>scripts/convert.sh&lt;/code> 可一键分发到 13 个 AI 编码工具（Claude Code / OpenAI Codex / Gemini CLI / OpenClaw / Cursor / Aider / Windsurf / Kilo Code / OpenCode / Augment / Antigravity / Hermes Agent / Mistral Vibe）。&lt;/p></description></item><item><title>AI Website Cloner Template 架构拆解:把'克隆任意网站'拆成 5 阶段管道 + Spec 文件 + Worktree 并行 Builder</title><link>https://txtmix.com/posts/tech/jcodesmore-ai-website-cloner-template-agent-skill-architecture/</link><pubDate>Mon, 22 Jun 2026 20:58:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/jcodesmore-ai-website-cloner-template-agent-skill-architecture/</guid><description>&lt;h1 id="ai-website-cloner-template-架构拆解把克隆任意网站拆成-5-阶段管道--spec-文件--worktree-并行-builder">AI Website Cloner Template 架构拆解:把&amp;quot;克隆任意网站&amp;quot;拆成 5 阶段管道 + Spec 文件 + Worktree 并行 Builder&lt;/h1>
&lt;h2 id="核心判断">核心判断&lt;/h2>
&lt;p>&lt;code>JCodesMore/ai-website-cloner-template&lt;/code> 是一个 &lt;strong>GitHub 模板仓库&lt;/strong>(&lt;code>is_template: true&lt;/code>),给 Claude Code / Codex / Cursor 等 AI 编码代理装上一条 &lt;code>/clone-website &amp;lt;url&amp;gt;&lt;/code> 技能(skill),让代理能一键把任意网站反向工程成可编译运行的 Next.js 16 + React 19 + Tailwind v4 + shadcn/ui 代码库。&lt;/p></description></item><item><title>Agent Skill 的 HTTP 底层：Skill 如何被编译成 OpenAI 协议原语</title><link>https://txtmix.com/posts/tech/agent-skill-openai-protocol-compilation/</link><pubDate>Sat, 30 May 2026 22:33:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/agent-skill-openai-protocol-compilation/</guid><description>&lt;h1 id="agent-skill-的-http-底层skill-如何被编译成-openai-协议原语">Agent Skill 的 HTTP 底层：Skill 如何被编译成 OpenAI 协议原语&lt;/h1>
&lt;p>Skill（技能）是这两年 AI 编程工具最火的概念之一。读网页、写文件、执行命令——各种 skill 听起来像在给大模型装插件。但追问一句&amp;quot;这个 skill 在 HTTP 层面怎么跟大模型交互的&amp;quot;，大多数人就卡住了。&lt;/p></description></item></channel></rss>