<?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: Debabrata Saha</title>
    <description>The latest articles on DEV Community by Debabrata Saha (@debabrata_saha).</description>
    <link>https://dev.to/debabrata_saha</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%2F4089521%2Fb87a9701-542a-4afc-b8e4-2a404df8b2f3.png</url>
      <title>DEV Community: Debabrata Saha</title>
      <link>https://dev.to/debabrata_saha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/debabrata_saha"/>
    <language>en</language>
    <item>
      <title>Making AI Coding Agents Actually Good at Software Engineering</title>
      <dc:creator>Debabrata Saha</dc:creator>
      <pubDate>Sat, 22 Aug 2026 10:20:30 +0000</pubDate>
      <link>https://dev.to/debabrata_saha/making-ai-coding-agents-actually-good-at-software-engineering-fi3</link>
      <guid>https://dev.to/debabrata_saha/making-ai-coding-agents-actually-good-at-software-engineering-fi3</guid>
      <description>&lt;p&gt;AI coding agents generate decent code. But decent ≠ production-ready.&lt;/p&gt;

&lt;p&gt;They miss the stuff experienced engineers know instinctively — accessibility standards, proper auth flows, database reliability patterns, API design conventions. The gap between "it works" and "it's production-grade" is real.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;What if we could give AI agents that missing knowledge as &lt;strong&gt;loadable skill modules&lt;/strong&gt;?&lt;/p&gt;

&lt;p&gt;That's what &lt;a href="https://github.com/debabratasaha-dev/techskills" rel="noopener noreferrer"&gt;TechSkills&lt;/a&gt; does — an open-source library of &lt;code&gt;SKILL.md&lt;/code&gt; files containing structured workflows, design checklists, and battle-tested patterns that any AI agent can consume.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Skills use progressive loading to stay context-efficient:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Metadata&lt;/strong&gt; — ~100 words, always visible, triggers activation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Core instructions&lt;/strong&gt; — loaded on activation, kept lean (&amp;lt;500 lines)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;References&lt;/strong&gt; — deep checklists and patterns, loaded only when needed&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;No context window waste. Agent loads what it needs, when it needs it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current Skills
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🎨 &lt;strong&gt;frontend-engineer&lt;/strong&gt; — responsive layouts, accessibility, design systems, React/Vue/Svelte&lt;/li&gt;
&lt;li&gt;⚙️ &lt;strong&gt;backend-engineer&lt;/strong&gt; — APIs, auth, databases, reliability, observability, security&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Makes It Different
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Agent-agnostic&lt;/strong&gt; — works with any AI tool that reads markdown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Framework-neutral&lt;/strong&gt; — pseudocode patterns, not framework-specific recipes&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Eval-driven&lt;/strong&gt; — every skill includes eval cases to verify it actually works&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Early Stage, Looking for Contributors
&lt;/h2&gt;

&lt;p&gt;This is Day 1. Two foundational skills. The vision is a community-curated library covering DevOps, system design, data engineering, mobile, and more.&lt;/p&gt;

&lt;p&gt;If you've got domain expertise and want to turn it into a skill module others can use — contributions are very welcome.&lt;/p&gt;

&lt;p&gt;⭐ &lt;a href="https://github.com/debabratasaha-dev/techskills" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; | 📄 MIT Licensed&lt;/p&gt;




&lt;p&gt;What skills would you want your AI agent to have? Drop ideas in the comments 👇&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
