.cursor/skills/context.budget/SKILL.md
Reduz consumo de tokens e créditos no Cursor com leitura mínima de contexto. Use quando o usuário pedir para "ler só o necessário", diminuir custo, definir .cursorignore/.gitignore, limitar escopo, ou trabalhar com contexto grande.
npx skillsauth add jorgesouzaRa/conectAPI_jira_github context-budgetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ajudar o agente a resolver tarefas com mínimo contexto necessário, mantendo qualidade.
Use esta skill quando o pedido envolver:
.cursorignore para excluir ruído..gitignore sem artefatos de build/teste/cache.Contexto mínimo primeiro:
1) Leia apenas: <arquivo A>, <arquivo B>, <arquivo C>.
2) Resuma em até 5 bullets o que encontrou.
3) Só depois proponha mudança.
4) Se precisar expandir, diga exatamente qual arquivo adicional e por quê.
.cursorignore cobre build/deps/cache/log?development
Good vs bad tests (integration-style, public API, behavior not implementation). Use when writing or reviewing tests, or paired with TDD and mocking skills.
development
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
development
Refactor candidates after TDD (duplication, long methods, shallow modules, etc.). Use during refactor phase of red-green-refactor or when reviewing code quality.
tools
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved under ./prd/PRD-NNN-feature-slug/plan.md (see prd/INDEX.md). Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".