
I Built a Tool That Generates AI Coding Context for Every Tool — From One Scan
Every AI coding tool needs context about your project. But each wants it in a different format: Tool File Claude Code CLAUDE.md Cursor .cursorrules Codex CLI codex.md Windsurf .windsurfrules Multi-agent AGENTS.md I was maintaining 4 different context files across 3 projects. When I refactored a module, I had to update all of them. So I built codebase-md . One command, all formats pip install codebase-md cd your-project/ codebase scan . codebase generate . That's it. You now have all 6 context files in your project root — auto-generated from a single scan of your codebase. What does it actually detect? This isn't a template generator. It analyzes your code : Language & Framework Detection Recognizes 50+ file extensions. Detects frameworks like FastAPI, Django, Flask, React, Next.js, Express, Vue. Architecture Pattern Recognition Looks at your folder structure, entry points, and package layout to classify: monolith, monorepo, microservice, library, or CLI tool. Convention Inference (via
Continue reading on Dev.to
Opens in a new tab




