<?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>Ai on nitpum</title>
    <link>https://nitpum.com/tags/ai/</link>
    <description>Recent content in Ai on nitpum</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 25 Jul 2026 22:53:05 +0700</lastBuildDate><atom:link href="https://nitpum.com/tags/ai/index.xml" rel="self" type="application/rss+xml" /><item>
			<title>The Agentskills, The Claude Code and The ironly</title>
			<link>https://nitpum.com/post/agentskills-claude-code/</link>
			<pubDate>Sat, 25 Jul 2026 22:53:05 +0700</pubDate>
			
			<guid>https://nitpum.com/post/agentskills-claude-code/</guid>
			<description><![CDATA[<p>If you using Claude Code/Cursor/OpenCode,etc., you might see or write these files before <code>CLAUDE.md</code>, <code>.cursor/rules/</code>, <code>.github/copilot-instructions.md</code>, <code>.opencode/</code>, etc. This happened because at the early of adoption AI these is no standard for write AI intstruction file yet. So everyone come up with their idea and create their own specification.</p>
<p>Your project structure become a mess for support multiple tools</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>.
</span></span><span style="display:flex;"><span>├── .cursor
</span></span><span style="display:flex;"><span>├── .github
</span></span><span style="display:flex;"><span>├── .opencode
</span></span><span style="display:flex;"><span>└── .windsurfrules
</span></span><span style="display:flex;"><span>...
</span></span></code></pre></div><p>Later on, it become <a href="https://agents.md/" target="_blank" rel="noopener">AGENTS.md</a> standard. No more need for a specific folder if your instructions are all same, you can just create a single <code>AGENTS.md</code> file and all tools will understand</p>
<p>Then in December 2025, Antropics <a href="https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills" target="_blank" rel="noopener">announced</a> a new concept Agent skills. A new way to give instruction more smarter. Their also published as an open standard</p>
<p><a href="https://agentskills.io/" target="_blank" rel="noopener">Agent skills</a> is now become an open standard that any agent can use. The goal is to make a skills more portable and sharable by standardize skill files into <code>.agents/skills</code> folder, so you don&rsquo;t need a separate folder per tool e.g. <code>.codex/skills/</code>, <code>.opencode/skills/</code>, etc.</p>
<p>All the popular tools support it, sounds happy right?</p>
<p>Except <strong>one</strong>&hellip; and only one</p>
<p>Claude code from <strong>Antropics</strong>&hellip;</p>
<p>Every others popular tools all supports it</p>
<ul>
<li>OpenAI Codex CLI</li>
<li>Cursor</li>
<li>Gemini CLI</li>
<li>OpenCode</li>
<li>Pi</li>
<li>Antigravity</li>
<li>List go on. You can see official list on <a href="https://agentskills.io/clients" target="_blank" rel="noopener">agentskills.io</a></li>
</ul>
<p><strong>Except one</strong> and only <strong>ONE</strong> that the most popular in developer environment (or at least what I think)</p>
<p>Claude code from Antropics, Is that ironly?</p>
<p>Antropics, who created Claude code and also created and published the Agent Skills open standard, yet hasn&rsquo;t implemented it in their own Claude Code</p>
<p>You might ask: &ldquo;Wait, Claude Code is support skill, what are you talking about?&rdquo;</p>
<p>That&rsquo;s right! Claude Code supports agent skills <strong>BUT</strong> in its own specific folder <code>.claude/skills/</code> not <code>.agents/skills</code> like other tools (<a href="https://github.com/anthropics/claude-code/issues/31005" target="_blank" rel="noopener">Github issues</a>)</p>
<p>It also don&rsquo;t supports AGENTS.md!!! (<a href="https://github.com/anthropics/claude-code/issues/31005" target="_blank" rel="noopener">same Github issues</a>)</p>
<p>Why Antropics, why?</p>
<p>I don&rsquo;t know what they&rsquo;re thinking, but looks like their&rsquo;re trying to be special by not supporting the standard. At least, please implement the one you created. Are they intentional not supporting all of these to make it harder for developer to migrate to other tools? I don&rsquo;t know. But, now they make everyone life</p>
<p>In the meantime, workaround is just copy or symlink from <code>.agents/skills</code> to <code>.claude/skills</code>.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-sh" data-lang="sh"><span style="display:flex;"><span>.
</span></span><span style="display:flex;"><span>├── .agents
</span></span><span style="display:flex;"><span>│   └── skills <span style="color:#75715e"># source</span>
</span></span><span style="display:flex;"><span>└── .claude
</span></span><span style="display:flex;"><span>    └── skills <span style="color:#75715e"># symlink</span>
</span></span></code></pre></div>]]></description>
		</item></channel>
</rss>
