Context management is the meta-skill — and it has architectural stages
On Hacker News, commenter JKHeadley described their multi-year arc of getting better with LLM-assisted coding: From early on it became clear to me that the most important factor for successful development with LLMs is context management. It started with rich, natural language comments to guide the tab completions, then moved to more complete documentation markdown files to inform the coding agents, then agent specific files like Cursor rules, AGENTS.md, and CLAUDE.md to instruct agents on how to navigate and maintain the existing documentation. Each step was an architectural progression with the single goal of allowing a fresh LLM agent to get up to speed and start contributing effectively without me having to provide any context beyond the task at hand. Pattern: getting better at AI for programming is not learning prompts. It’s a multi-year stack of progressively more durable context artifacts — inline comments → doc files → tool-specific instruction files. Each level reduces the per-task setup cost. The OP’s idiomatic-code problem is downstream of a missing CLAUDE.md / AGENTS.md spelling out idiomatic SvelteKit in this codebase means X.