Claude EaseClaude Ease is a companion for the Claude Code CLI that lives inside VS Code. It does two things the raw CLI and the stock chat panel leave to you: it teaches Claude your whole codebase up front, and it handles the fiddly parts of a session — which model to use, how close you are to your limit, and what to do next — so you can stay on the actual work. It runs entirely through your own local Built by Atish Paul. Requirements
What it doesUnderstands a project in one stepClick Understand Project once. Claude Ease reads the repository, strips every source file down to its structure — imports, exports, classes, function signatures — and writes a compact map. A 500 KB codebase usually comes out around 7,000 to 20,000 tokens, roughly 70 to 90 percent smaller than the source. From that map it builds an architecture diagram and a short, written memory of the project: what it is, its modules, data model, the main runtime flows, conventions, and the gotchas worth knowing. That memory is then loaded into the first message of every new chat automatically. Claude starts each conversation already knowing the project, instead of rediscovering it file by file every time. Knows which folders matterA lot of people open one parent folder that contains several projects at once — a backend, a web frontend, an admin panel, a mobile app. Claude Ease detects the separate folders, lets you pick which ones to include the first time you build the map, and labels each one in the memory (which folder is the backend, which is the frontend, and so on). You set the scope once instead of explaining your layout in every prompt. Picks the model for youMost people do not want to think about model selection on every message. In Auto mode, a quick, cheap classifier looks at each request and routes it to the least expensive model that can handle it: Haiku for simple questions and small edits, Sonnet for normal feature work and debugging, Opus for hard problems like architecture or tricky algorithms. You can still pin a specific model whenever you want. Models that are unavailable or suspended on your account are detected and marked. Shows your usage honestlyA strip above the input shows your usage from the moment you open the chat — you do not have to send a message first. It displays the exact time your rolling five-hour window resets with a live countdown, how many tokens you have used in the current window, and an estimate of what your next message will send before you type it. On a Pro or Max plan the dollar figures are clearly labelled as an API-equivalent reference rather than money you are spending, because a subscription is a flat fee. Session warm-up — schedule your window around your dayClaude's usage limit is a rolling five-hour window that starts the moment you first use it. If you first run something at 9:00, your windows are 9:00–14:00 and 14:00–19:00 — two windows across a 9-to-6 day. Claude Ease can do better: tell it your working hours with the inline time pickers, and it will schedule a tiny "warm-up" call a few hours before you start (around 6:00 for a 9:00 start). That shifts your window boundaries to 6:00–11:00, 11:00–16:00, 16:00–21:00, so you now touch three windows during work instead of two — meaningfully more total quota for the hours you actually code. It is fully optional, runs only while VS Code is open, and you can also trigger it manually with "Warm up now". Urgent mode — when you just need it fixedOne tap on the Urgent button switches the whole turn into a no-friction, get-it-done mode. The assistant skips the preamble, analysis, options and summaries, makes the smallest change that fixes the problem, applies it immediately, and confirms in a single line. It never stops to ask clarifying questions — it makes a sensible assumption and proceeds. Use it for the quick fixes where speed matters more than a thorough explanation; switch it back off for normal, considered work. A chat built for real work
How it compares to the standard Claude extensionThe official Claude Code experience is a strong chat over the CLI. Claude Ease keeps that and adds the layer around it that the stock panel does not have:
If the built-in panel is the chat, Claude Ease is the workbench around it. Commands
Where things are storedThe map and memory are written to a SupportIf Claude Ease saves you time, you can support its development at buymeacoffee.com/atishpaul. MIT licensed. Built by Atish Paul. |