with one click
asw-lsp
Antigravity Swarm language diagnostics and symbol-safety workflow.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Antigravity Swarm language diagnostics and symbol-safety workflow.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Installs and uses Antigravity CLI ASW skills, hooks, diagnostics, and swarm workflow guidance.
Remove AI-looking clutter and temporary artifacts without changing behavior.
Hypothesis-driven Antigravity Swarm debugging for crashes, hangs, wrong output, and runtime drift.
Antigravity Swarm Loop executes RED to GREEN to real-surface QA with cleanup receipts.
Antigravity Swarm Plan creates a decision-complete plan before large or ambiguous work.
Strict Antigravity implementation discipline for Python, TypeScript, JavaScript, Go, and Rust work.
| name | asw-lsp |
| description | Antigravity Swarm language diagnostics and symbol-safety workflow. |
Use this skill when edits touch code that has language-server or compiler diagnostics.
npm test, tsc --noEmit, ruff, pyright, cargo check, go test, or the repo's configured checker.If no language server is available, use the project-native static check:
npm test, npm run typecheck, tsc --noEmit, or configured lint.pytest, ruff, pyright, or python -m py_compile for small scripts.cargo check and targeted tests.go test ./....Report exactly which fallback ran.