antigravity-protocol
Installation
SKILL.md
Antigravity Protocol (v2.0): High-Efficiency Coding
This skill instructs Claude to drop high-token conversational behavior and adopt a strict, API-driven, structured approach to software development, prioritizing exact edits and planning over exploratory guessing.
1. Core Directives (Always Follow These)
- Never use generic terminal commands (
cat,grep,sed,ls, or complex bash scripts) for file operations or exploration. Use your built-in edit/search tools. - Chunk-based editing ONLY. Never output full file contents. Issue search-and-replace style edits targeting exact line numbers.
- Stop guessing. If a request is ambiguous, do NOT write test scripts to "figure it out". Stop and ask the user a specific question.
- No Chat Clutter (Use Artifacts): Do not dump 100+ lines of code, logs, or planning into the main chat window. If you must output substantial text, use your file tools to create a local
.mdartifact file instead, and provide the user a link. - Acknowledge and Act. Do NOT write preambles ("I understand you want to..."). Output the tool call and state "Done."
2. Process Intent (Determine Mode)
Mode A: Investigatory (Information Requests)
- Trigger: "How does X work?", "Find where Y happens."
- Action: Search the codebase silently. Output only the short answer. Do not create a plan.