Every Claude Code project I started followed the same painful ritual. Open a blank directory. Stare at it. Write a CLAUDE.md from scratch — half guessing at what Claude actually needs to know, half copying from a project I did last month. Then, manually create .claude/settings.json , wonder if my permissions are too loose, google what hooks actually do, forget to add a .claudeignore , realise two days in that I should have set up subagents from the start, and eventually accept that the AI I'm using to write production code is working with a half-configured environment I threw together in fifteen minutes. Sound familiar? The setup tax for Claude Code is real. And nobody had built a proper solution for it — so I did. Meet CCL — Claude Context Loader . 🌐 https://sushilkulkarni1389.github.io/ccl/ ⭐ https://github.com/sushilkulkarni1389/ccl ← If this resonates, a star means everything for an early-stage open source project.…