<?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: Horia Stan</title>
    <description>The latest articles on DEV Community by Horia Stan (@horiamc_75e5ef599d3eba906).</description>
    <link>https://dev.to/horiamc_75e5ef599d3eba906</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%2F3993358%2Ff630f00d-7b91-4c7d-8c08-2911c1839717.jpg</url>
      <title>DEV Community: Horia Stan</title>
      <link>https://dev.to/horiamc_75e5ef599d3eba906</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/horiamc_75e5ef599d3eba906"/>
    <language>en</language>
    <item>
      <title>One command for 13 AI coding-assistant context files</title>
      <dc:creator>Horia Stan</dc:creator>
      <pubDate>Fri, 19 Jun 2026 23:52:59 +0000</pubDate>
      <link>https://dev.to/horiamc_75e5ef599d3eba906/one-command-for-13-ai-coding-assistant-context-files-211d</link>
      <guid>https://dev.to/horiamc_75e5ef599d3eba906/one-command-for-13-ai-coding-assistant-context-files-211d</guid>
      <description>&lt;p&gt;Every AI coding tool wants a file describing your project. Claude Code reads CLAUDE.md. Cursor reads .cursor/rules. Then there's AGENTS.md, GEMINI.md, Copilot instructions, Aider's CONVENTIONS.md, Windsurf, Cline, Continue, Kilo Code, Trae, Junie, Warp...&lt;/p&gt;

&lt;p&gt;Same content, a dozen names and formats. Maintaining them by hand is busywork, and the second your stack changes they're stale.&lt;/p&gt;

&lt;h2&gt;
  
  
  One scan, every file
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx @horiastanxd/claude-init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It analyzes the repo once - language, framework, package manager, scripts, file tree, env vars from .env.example, conventions (strict mode, linter, formatter), git info - and writes all 13 files.&lt;/p&gt;

&lt;p&gt;No API key, no network. 100% local.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stop the rot with &lt;code&gt;check&lt;/code&gt;
&lt;/h2&gt;

&lt;p&gt;The real problem isn't generating once - it's drift. So there's a check mode:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npx @horiastanxd/claude-init check
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It regenerates in memory and diffs against what's on disk, exiting non-zero on drift. Drop it in CI or a pre-commit hook:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="pi"&gt;-&lt;/span&gt; &lt;span class="na"&gt;run&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;npx @horiastanxd/claude-init check&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Also an MCP server
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;claude mcp add claude-init &lt;span class="nt"&gt;--&lt;/span&gt; npx @horiastanxd/claude-init &lt;span class="nt"&gt;--mcp&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now an agent can analyze a repo and write its own context files.&lt;/p&gt;

&lt;h2&gt;
  
  
  Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Languages: JS/TS (npm/pnpm/yarn/bun), Python (pip/uv/poetry), Rust, Go, Java (Maven/Gradle), Ruby, PHP&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;--recurse&lt;/code&gt; for monorepos (npm/pnpm workspaces)&lt;/li&gt;
&lt;li&gt;TypeScript, MIT licensed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/horiastanxd/claude-init" rel="noopener noreferrer"&gt;https://github.com/horiastanxd/claude-init&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What tool or format should it support next?&lt;/p&gt;

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