← ClaudeAtlas

lovable-creditslisted

Spending Lovable credits deliberately instead of burning them — which actions cost and which are free, how to prepare a request so the agent gets it right the first time, when to read the code yourself instead of asking, and the habits that turn a credit balance into weeks instead of days. Use before sending anything to Lovable's AI agent, when a credit balance is dropping faster than the work justifies, when deciding whether a fix is worth an agent round-trip, or when planning work across a client's workspace and your own.
gidila91/claude-skills · ★ 0 · AI & Automation · score 70
Install: claude install-skill gidila91/claude-skills
# Spending Lovable credits deliberately Credits are the real budget of a Lovable project. The difference between a balance lasting a week and lasting a month is almost never the size of the app. It is how many times the agent is asked to do something it was never given enough information to get right. ## Know what is actually free Not everything that touches the project costs credits. Before spending one, check whether a free tool answers the question. **Free, and underused:** - **Querying the database.** Reading and writing rows through the database tool costs nothing. Enormous amounts of what people ask the agent to do is really data work: fixing a bad row, checking whether a column is populated, backfilling a field, inspecting a constraint. **Do it directly.** - **Reading the code.** Listing and reading files costs nothing. You can confirm exactly what a function does before asking for a change to it. - **Reading the project's own history.** Past messages and diffs are free, and they often already contain the answer to "did we ever fix this". **Costs credits:** - Sending the agent a message, including a one-line correction. - Creating a project. The asymmetry is the whole lesson: **investigation is free, instruction is not.** Almost every wasted credit is an instruction sent before the free investigation was done. ## Never send a message you have not earned The expensive pattern is a vague request, a wrong result, a correction, another wrong result. Three messages