Index-then-retrieve for large files, specs, or docs instead of pasting them whole into context. Use when a doc/spec/log would cost hundreds+ tokens to read in full, when the user says /sc (index) or /uc (retrieve), or asks to "save context on this doc" /…
Silent root-cause debugging. Use on any bug, test failure, build failure, or unexpected behavior, BEFORE proposing or writing any fix.
Build MCP servers with minimal tokens. Use when creating or modifying an MCP (Model Context Protocol) server integrating any external API or service, in TypeScript or Python.
Silent planning and execution for multi-step tasks. Use when a task spans several files/steps, or when a written plan exists and must be executed.
One-shot signature map of a codebase (function/class names + line numbers, no bodies) instead of a Glob/Grep/Read tour. Use when starting work in an unfamiliar or large codebase, before exploring with multiple directory-wide searches, or when the user asks to…
Silent code review — giving and receiving. Use after completing a task/feature before calling it done, and whenever review feedback arrives, before implementing any suggestion.
Create or improve skills with minimal tokens. Use when the user wants a new skill, wants to edit/optimize an existing skill, or wants a workflow captured as a skill.
Core silent coding mode. Use before writing or modifying ANY code. Minimal code, minimal output, full quality. Always load this first; every other superlazy-* skill assumes this contract.