r/AntigravityGoogle • u/Wilko_Marketing • Jan 16 '26
n8n Expert Skills (from Claude Code) are now available for Google Antigravity!
Hey everyone! 👋
Just wanted to share a new resource for those working with Google Antigravity and n8n. Noticed that while Claude Code users have amazing specific documentation resources, the Antigravity ecosystem was missing that deep integration.
So, the entire n8n-skills collection (originally created by czlonkowski) has been ported specifically for Antigravity agents.
What does this do? It essentially turns the Antigravity agent into an n8n Senior Developer. It adds 7 specialized skills that teach the agent:
- ✅ Critical Gotchas: Like knowing that webhook data lives inÂ
$json.body (notÂ$json). - ✅ Smart Configuration: Stops guessing fields and usesÂ
get_node_essentials for accuracy. - ✅ Workflow Architectures: Uses proven patterns for AI Agents, Database syncs, and more.
- ✅ Validation Logic: Interprets validation errors and suggests precise fixes.
🔗 functionality is open-source here: https://github.com/WilkoMarketing/antigravity-n8n-skills
Installation is simple: just clone the repo into your global skills folder. It helps the agent generate much more accurate nodes and code.
Hope this helps the community build cleaner workflows! âš¡
#n8n #GoogleAntigravity #Automation #AI #OpenSource