ANTIGRAVITY SKILLS V8.9 SHIPS A SNOWFLAKE ENGINEERING SKILL AND TIGHTER GITHUB/REFACTOR WORKFLOWS
Antigravity Awesome Skills v8.9 adds a Snowflake engineering skill and sharper GitHub/refactor workflows for agentic coding tools. The v8.9.0 release of the in...
Antigravity Awesome Skills v8.9 adds a Snowflake engineering skill and sharper GitHub/refactor workflows for agentic coding tools.
The v8.9.0 release of the installable skills library used by Claude Code, Cursor, Gemini CLI, and Antigravity expands Apple-focused workflows and adds data‑platform help, most notably a new snowflake-development skill covering SQL, pipelines, Cortex AI, Snowpark, performance, and security, plus "github" CLI automation and an "orchestrate-batch-refactor" planner, bringing the registry to 1,326+ skills release notes. For backend and data teams, this means ready-to-use patterns for Snowflake work and more predictable large refactors.
If you’re running Antigravity, a practical guide explains how to wire Rules, Skills, and Workflows in the .agent folder—keep Rules scoped with model_decision, teach concrete tool usage in Skills (e.g., GitHub MCP), and let Workflows auto-run common build/test chains how-to.
Prebuilt Snowflake guidance can speed up pipeline work and reduce trial‑and‑error with Snowpark, performance tuning, and security.
Defined Skills and Workflows make agent actions more reliable, auditable, and easier to standardize across teams.
-
terminal
Run the snowflake-development skill against a representative pipeline (SQL + Snowpark) and score its advice on cost, latency, and policy compliance.
-
terminal
Trial orchestrate-batch-refactor on a mid-size service and measure PR sizing, dependency mapping quality, and review time saved.
Legacy codebase integration strategies...
- 01.
Pilot .agent Rules with model_decision triggers to avoid context bloat; restrict always_on and gate "// turbo" commands in CI.
- 02.
Scope GitHub MCP permissions and PATs narrowly, and roll out skills in a sandbox repo before org-wide enablement.
Fresh architecture paradigms...
- 01.
Bootstrap new services with a .agent scaffold that includes Snowflake and GitHub skills plus typed build/test/deploy workflows.
- 02.
Codify data smoke tests and migration runbooks as Workflows, exposed via slash commands for repeatability.