<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Harsh Singh</title>
    <description>The latest articles on DEV Community by Harsh Singh (@harsh_singh_2f42f847185ce).</description>
    <link>https://dev.to/harsh_singh_2f42f847185ce</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3944857%2Fefb15855-c824-4fe6-93d2-6aa1a705e644.jpg</url>
      <title>DEV Community: Harsh Singh</title>
      <link>https://dev.to/harsh_singh_2f42f847185ce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harsh_singh_2f42f847185ce"/>
    <language>en</language>
    <item>
      <title>I think AI coding assistants need an "npm" for reusable skills. I'm building one.</title>
      <dc:creator>Harsh Singh</dc:creator>
      <pubDate>Sat, 11 Jul 2026 06:02:28 +0000</pubDate>
      <link>https://dev.to/harsh_singh_2f42f847185ce/i-think-ai-coding-assistants-need-an-npm-for-reusable-skills-im-building-one-15gf</link>
      <guid>https://dev.to/harsh_singh_2f42f847185ce/i-think-ai-coding-assistants-need-an-npm-for-reusable-skills-im-building-one-15gf</guid>
      <description>&lt;p&gt;I've been using multiple AI coding assistants (Claude Code, Cursor, Codex, Copilot, Gemini CLI, Windsurf, etc.) over the past few months, and I noticed the same problem everywhere.&lt;/p&gt;

&lt;p&gt;Every assistant has its own way of defining skills, rules, or prompts.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Claude Code → Skills&lt;/li&gt;
&lt;li&gt;Cursor → Rules&lt;/li&gt;
&lt;li&gt;GitHub Copilot → Instructions&lt;/li&gt;
&lt;li&gt;Codex → AGENTS.md&lt;/li&gt;
&lt;li&gt;Windsurf → Workflows&lt;/li&gt;
&lt;li&gt;Others → Yet another format&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If I build a useful skill for one assistant, I have to rewrite and maintain it separately for every other assistant.&lt;/p&gt;

&lt;p&gt;That feels a lot like JavaScript before npm or containers before Docker.&lt;/p&gt;

&lt;p&gt;So I started building &lt;strong&gt;Kitbash&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's &lt;strong&gt;not another AI coding assistant&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The goal is to create an &lt;strong&gt;open standard for portable AI skills&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Some ideas I'm exploring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📦 Write a skill once and compile it for multiple AI coding assistants.&lt;/li&gt;
&lt;li&gt;🔒 Versioned installs with lockfiles instead of copying prompt files.&lt;/li&gt;
&lt;li&gt;🧪 Testable skills with evaluation suites.&lt;/li&gt;
&lt;li&gt;🔐 Permission manifests and context budgets.&lt;/li&gt;
&lt;li&gt;🔄 Composable workflows where skills exchange typed artifacts instead of giant prompt chains.&lt;/li&gt;
&lt;li&gt;🌍 A community ecosystem where anyone can publish reusable skills.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's still &lt;strong&gt;pre-alpha&lt;/strong&gt;, so I'm mainly looking for feedback on the architecture and whether this is actually a problem worth solving.&lt;/p&gt;

&lt;p&gt;🌐 Landing Page: &lt;a href="https://singhharsh1708.github.io/kitbash/" rel="noopener noreferrer"&gt;https://singhharsh1708.github.io/kitbash/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💻 GitHub: &lt;a href="https://github.com/singhharsh1708/kitbash" rel="noopener noreferrer"&gt;https://github.com/singhharsh1708/kitbash&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd love to hear your thoughts.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is this solving a real pain point?&lt;/li&gt;
&lt;li&gt;What features would you expect from something like this?&lt;/li&gt;
&lt;li&gt;If you use multiple AI coding assistants, would you install a tool like this?&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
