/antigravity-workflows
Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA.
One skill from agentic-awesome-skills.
shell
$ npx -y skills add sickn33/agentic-awesome-skills --skill antigravity-workflows --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/antigravity-workflows
Context preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA.
Stats
Stars43,758
Forks6,464
LanguagePython
LicenseMIT
Ships with agentic-awesome-skills
SKILL.md
antigravity-workflows.SKILL.md
--- name: antigravity-workflows description: "Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA." risk: none source: self date_added: "2026-02-27" --- # Antigravity Workflows Use this skill to turn a complex objective into a guided sequence of skill invocations. ## When to Use This Skill Use this skill when: - The user wants to combine several skills without manually selecting each one. - The goal is multi-phase (for example: plan, build, test, ship). - The user asks for best-practice execution for common scenarios like: - Shipping a SaaS MVP - Running a web security audit - Building an AI agent system - Implementing browser automation and E2E QA ## Workflow Source of Truth Read workflows in this order: 1. `docs/WORKFLOWS.md` for human-readable playbooks. 2. `data/workflows.json` for machine-readable workflow metadata. ## How to Run This Skill 1. Identify the user's concrete outcome. 2. Propose the 1-2 best matching workflows.
