🔧 Programmierung 🕛 vor 2 Monaten 2 Min Lesezeit
0

One command for 13 AI coding-assistant context files

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

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...



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






One scan, every file






CODE
npx @horiastanxd/claude-init






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.



No API key, no network. 100% local.






Stop the rot with check



The real problem isn't generating once - it's drift. So there's a check mode:




CODE
npx @horiastanxd/claude-init check






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:




CODE
- run: npx @horiastanxd/claude-init check









Also an MCP server






CODE
claude mcp add claude-init -- npx @horiastanxd/claude-init --mcp






Now an agent can analyze a repo and write its own context files.






Details




  • Languages: JS/TS (npm/pnpm/yarn/bun), Python (pip/uv/poetry), Rust, Go, Java (Maven/Gradle), Ruby, PHP


  • --recurse for monorepos (npm/pnpm workspaces)

  • TypeScript, MIT licensed



Repo: https://github.com/horiastanxd/claude-init



What tool or format should it support next?

Vollständiger Original-Bericht
Ausführliche Details, Code-Beispiele & Hersteller-Stellungnahme auf dev.to.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
4 Quellen
CVE-2026-9176 | IBM WebSphere Application Server 8.5/9.0 improper authentication (WID-SEC-2026-3255)
2 Quellen
CVE-2026-86815 | BackWPup Plugin up to 5.7.4 on WordPress REST API Routes authorization (EUVD-2026-75973)
1 Quelle
CVE-2026-19486 | Google Cloud Gemini Enterprise Agent Platform App Builder prior 2026-06-01 server-side request forgery (EUVD-2026-76021)
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten One command for 13 AI coding-assistant context files

Thematisch verwandte Begriffe: command, codingassistant, context, files · 6 Treffer

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...