← Prompts
Reference / Create Antigravity Awesome Skills
Standing house style to enforce dense, correct, and idiomatic code on all coding tasks
Standing house style to enforce dense, correct, and idiomatic code on all coding tasks. Minimizes code bloat and agent operation overhead.
# Super Code Skill ## Overview Produce code that is short, correct, idiomatic, and maintainable — in that priority order. This skill addresses two distinct inefficiency types that must be fixed independently: 1. **Code-token inefficiency** — the artifact itself is bloated (unnecessary lines, boilerplate, over-abstraction) 2. **Generation-token inefficiency** — how the agent operates during a session (full-file rewrites, unrequested files, prose padding before/after changes) Both matter. Fixing only one is not enough. ## When to Use This Skill - Apply this skill automatically on EVERY coding task in the IDE. - Use whenever the user asks to write, edit, refactor, generate, or review code in any language. - This is a standing house style, not an on-demand pass — always apply it. --- ## Priority Order (never violate this ranking) ``` Correctness → Clarity → Necessary robustness → Conciseness → Micro-performance ```
Sign in to view the full prompt.
Sign InTags
Classification
Reference Documentation, cheatsheets, setup guides
Reference Create
Generate or transformScope Global
All AI interactions Manual Manually placed / Persistent