<?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: Nabeel </title>
    <description>The latest articles on DEV Community by Nabeel  (@beel-collab).</description>
    <link>https://dev.to/beel-collab</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3928699%2Ff4e57edc-806d-498b-8991-4fd795b47c31.jpg</url>
      <title>DEV Community: Nabeel </title>
      <link>https://dev.to/beel-collab</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/beel-collab"/>
    <language>en</language>
    <item>
      <title>I Built an open directory of coding agents,prompts,rules &amp; skills</title>
      <dc:creator>Nabeel </dc:creator>
      <pubDate>Wed, 13 May 2026 07:46:15 +0000</pubDate>
      <link>https://dev.to/beel-collab/i-built-an-open-directory-of-coding-agentspromptsrules-skills-28g3</link>
      <guid>https://dev.to/beel-collab/i-built-an-open-directory-of-coding-agentspromptsrules-skills-28g3</guid>
      <description>&lt;p&gt;Over the past year, AI coding tools have exploded.&lt;/p&gt;

&lt;p&gt;Developers are using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cursor&lt;/li&gt;
&lt;li&gt;Claude Code&lt;/li&gt;
&lt;li&gt;GitHub Copilot&lt;/li&gt;
&lt;li&gt;Windsurf&lt;/li&gt;
&lt;li&gt;Cline&lt;/li&gt;
&lt;li&gt;Continue&lt;/li&gt;
&lt;li&gt;Roo Code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But I kept running into the same problem:&lt;/p&gt;

&lt;p&gt;The best prompts, rules, agents, and workflows were scattered everywhere.&lt;/p&gt;

&lt;p&gt;Some were hidden in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;random GitHub repos&lt;/li&gt;
&lt;li&gt;README files&lt;/li&gt;
&lt;li&gt;Discord screenshots&lt;/li&gt;
&lt;li&gt;gists&lt;/li&gt;
&lt;li&gt;Twitter threads&lt;/li&gt;
&lt;li&gt;dotfiles&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There was no central place to discover or compare them.&lt;/p&gt;

&lt;p&gt;So I built:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://presets.dev" rel="noopener noreferrer"&gt;https://presets.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A searchable directory of AI coding presets, prompts, rules, skills, and agents.&lt;/p&gt;




&lt;h2&gt;
  
  
  What’s Included
&lt;/h2&gt;

&lt;p&gt;The site currently indexes 1300+ presets across different tools and workflows.&lt;/p&gt;

&lt;p&gt;Examples include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cursor rules&lt;/li&gt;
&lt;li&gt;Claude Code agents&lt;/li&gt;
&lt;li&gt;Copilot instructions&lt;/li&gt;
&lt;li&gt;Cline workflows&lt;/li&gt;
&lt;li&gt;MCP integrations&lt;/li&gt;
&lt;li&gt;React/Next.js setups&lt;/li&gt;
&lt;li&gt;Testing and PR review prompts&lt;/li&gt;
&lt;li&gt;Architecture and planning workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can browse by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tool&lt;/li&gt;
&lt;li&gt;Language&lt;/li&gt;
&lt;li&gt;Framework&lt;/li&gt;
&lt;li&gt;Category&lt;/li&gt;
&lt;li&gt;Use case&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Most people are still underusing AI coding tools.&lt;/p&gt;

&lt;p&gt;The real productivity gains usually come from:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;structured prompts&lt;/li&gt;
&lt;li&gt;reusable workflows&lt;/li&gt;
&lt;li&gt;custom agents&lt;/li&gt;
&lt;li&gt;project-specific rules&lt;/li&gt;
&lt;li&gt;context engineering&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not just “write me a function”.&lt;/p&gt;

&lt;p&gt;A good preset can completely change how an AI assistant behaves.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;enforcing architecture patterns&lt;/li&gt;
&lt;li&gt;improving code reviews&lt;/li&gt;
&lt;li&gt;generating better commits&lt;/li&gt;
&lt;li&gt;reducing hallucinations&lt;/li&gt;
&lt;li&gt;keeping consistent coding styles&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Interesting Pattern I Noticed
&lt;/h2&gt;

&lt;p&gt;After collecting hundreds of presets, some patterns became obvious.&lt;/p&gt;

&lt;p&gt;The most effective setups usually:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;give the AI a clear role&lt;/li&gt;
&lt;li&gt;define constraints aggressively&lt;/li&gt;
&lt;li&gt;provide project structure context&lt;/li&gt;
&lt;li&gt;enforce output formatting&lt;/li&gt;
&lt;li&gt;include examples&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The difference between a vague prompt and a production-ready workflow is massive.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Goal
&lt;/h2&gt;

&lt;p&gt;I wanted presets.dev to work more like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“Awesome Lists” meets search engine&lt;/li&gt;
&lt;li&gt;but focused specifically on AI coding workflows&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of hunting through repositories manually.&lt;/p&gt;




&lt;h2&gt;
  
  
  What’s Next
&lt;/h2&gt;

&lt;p&gt;Some things I’m exploring:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ratings and community voting&lt;/li&gt;
&lt;li&gt;better preset discovery&lt;/li&gt;
&lt;li&gt;import/export support&lt;/li&gt;
&lt;li&gt;workflow collections&lt;/li&gt;
&lt;li&gt;trending presets&lt;/li&gt;
&lt;li&gt;AI-generated preset recommendations&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Would Love Feedback
&lt;/h2&gt;

&lt;p&gt;I’m especially interested in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;how people structure their AI coding workflows&lt;/li&gt;
&lt;li&gt;what tools you’re using&lt;/li&gt;
&lt;li&gt;what kinds of presets are actually useful in production&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have favorite setups, workflows, or prompts, I’d love to see them.&lt;/p&gt;

&lt;p&gt;Site:&lt;br&gt;
&lt;a href="https://presets.dev" rel="noopener noreferrer"&gt;https://presets.dev&lt;/a&gt;&lt;/p&gt;

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