New to Claude Skills? Learn how to install them →

Asickn33 on GitHub

Antigravity Workflows

Free

Streamline complex tasks with guided skill sequences.

Get this skill

Free · Opens the source repo

What Antigravity Workflows does

Antigravity Workflows is designed to help users orchestrate multiple Antigravity skills into a cohesive sequence, making it easier to achieve complex objectives. This skill is particularly useful for developers and designers who need to manage multi-phase projects, such as shipping a SaaS MVP, conducting security audits, building AI agent systems, or implementing browser automation for end-to-end quality assurance. By guiding users through a structured workflow, it minimizes the need for manual skill selection and enhances efficiency.

The workflow process begins by identifying the user's desired outcome and proposing the most relevant workflows. Users can then choose a workflow, and the skill will execute it step-by-step. Each step includes announcing the current action, invoking the necessary skills, and verifying completion criteria before proceeding. At the end of the process, users receive completed artifacts, validation evidence, and a summary of any remaining risks along with suggested next actions. This structured approach not only saves time but also ensures that best practices are followed throughout the project.

Antigravity Workflows is ideal for teams and individuals who frequently engage in complex projects requiring coordination among various skills. It serves as a central hub for managing workflows, ensuring that tasks are completed in a logical order. However, it is important to note that this skill does not replace specialized skills; it simply orchestrates them. Users must ensure that the required skills are available locally, as the success of the workflows depends on this availability and the necessary environment access.

When to use it

Use Antigravity Workflows when you need to combine several skills for a structured, multi-step project.

When not to use it

Avoid using this skill for simple tasks that can be accomplished with a single skill or when the required skills are not available locally.

What you can build with it

Shipping a SaaS MVP

Use Antigravity Workflows to guide you through the steps necessary to deliver a SaaS MVP efficiently.

Conducting a Security Audit

Leverage this skill to execute a comprehensive security audit workflow for your web applications.

Building an AI Agent System

Utilize the guided workflow to streamline the development of an AI agent system with checkpoints for validation.

How to install Antigravity Workflows

View source

1. Install with the skills CLI

npx skills add sickn33/agentic-awesome-skills/antigravity-workflows --agent claude-code

2. Or install it manually

Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.

Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs

Inside SKILL.md

Written by sickn33

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.
  3. Ask the user to choose one.
  4. Execute step-by-step:
    • Announce current step and expected artifact.
    • Invoke recommended skills for that step.
    • Verify completion criteria before moving to next step.
  5. At the end, provide:
    • Completed artifacts
    • Validation evidence
    • Remaining risks and next actions

Default Workflow Routing

  • Product delivery request -> ship-saas-mvp
  • Security review request -> security-audit-web-app
  • Agent/LLM product request -> build-ai-agent-system
  • E2E/browser testing request -> qa-browser-automation
  • Domain-driven design request -> design-ddd-core-domain

Copy-Paste Prompts

Use @antigravity-workflows to run the "Ship a SaaS MVP" workflow for my project idea.
Use @antigravity-workflows and execute a full "Security Audit for a Web App" workflow.
Use @antigravity-workflows to guide me through "Build an AI Agent System" with checkpoints.
Use @antigravity-workflows to execute the "QA and Browser Automation" workflow and stabilize flaky tests.
Use @antigravity-workflows to execute the "Design a DDD Core Domain" workflow for my new service.

Limitations

  • This skill orchestrates; it does not replace specialized skills.
  • It depends on the local availability of referenced skills.
  • It does not guarantee success without environment access, credentials, or required infrastructure.
  • For stack-specific browser automation in Go, go-playwright may require the corresponding skill to be present in your local skills repository.

Related Skills

  • concise-planning
  • brainstorming
  • workflow-automation
  • verification-before-completion

Frequently asked questions about Antigravity Workflows

Similar skills