Community-driven workflows for Antigravity AI. Like Claude Skills - reusable prompts and automation for AI coding assistants.
SaferSkills independently audited antigravity-workflows (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
Stack-agnostic, question-driven workflows for AI coding assistants
Quick Start • Philosophy • Workflows • Contributing
</div>
A collection of intelligent workflows that teach AI coding assistants how to perform tasks — without assuming your tech stack.
Unlike typical code snippets or templates, our workflows:
Think of it like [anthropics/skills](https://github.com/anthropics/skills), but stack-agnostic.
Every workflow follows five core principles:
| Principle | Description |
|---|---|
| Stack-Agnostic | Works with React, Vue, Angular, Django, or any stack |
| Question-Driven | Asks clarifying questions for better results |
| Progressive Disclosure | Loads minimal context first, expands on demand |
| Single Responsibility | Each workflow does ONE thing well |
| Composable | Combine workflows for complex tasks |
No installation required — just use npx!
# Install a workflow into your project
npx antigravity-workflows install git-commit
# List all available workflows
npx antigravity-workflows list
# Search for workflows
npx antigravity-workflows search "test"Once installed, trigger the workflow in Antigravity:
Type /git-commit in the chatThat's it! The agent will follow the workflow instructions.
| Workflow | Description |
|---|---|
new-project | Scaffold any project (detects or asks for stack) |
new-component | Create reusable UI components (any framework) |
new-api | Create API endpoints (any backend) |
new-feature | Full feature implementation from design to deployment |
nextjs-app | Create new Next.js applications |
library | Create publishable packages and libraries |
refactor | Improve code quality, extract, reduce duplication |
migrate | Technology migrations (JS→TS, framework upgrades) |
cli-tool | Build command-line applications |
| Workflow | Description |
|---|---|
git-commit | Generate conventional commits from staged changes |
git-pr | Create comprehensive PR descriptions |
git-conflict | Help resolve merge conflicts |
git-rebase | Interactive rebase assistance |
| Workflow | Description |
|---|---|
unit-test | Generate unit tests (detects testing framework) |
e2e-test | End-to-end browser tests |
playwright-test | Browser automation tests with Playwright |
test-coverage | Improve test coverage for files |
code-review | Comprehensive code review |
| Workflow | Description |
|---|---|
debug-error | Analyze errors and suggest fixes |
debug-log | Add strategic logging/debugging |
performance | Profile and optimize slow code |
| Workflow | Description |
|---|---|
security-audit | Scan for vulnerabilities and secrets |
dependency-check | Check for vulnerable dependencies |
auth-implementation | Implement authentication patterns |
| Workflow | Description |
|---|---|
readme | Generate comprehensive README |
api-docs | Generate API documentation (OpenAPI, JSDoc) |
architecture | Create architecture diagrams (Mermaid, C4) |
| Workflow | Description |
|---|---|
deploy | Deploy to any platform (detects or configures) |
docker | Containerize application |
ci-cd | Set up CI/CD pipelines |
railway-deploy | Deploy to Railway |
vercel-deploy | Deploy to Vercel |
| Workflow | Description |
|---|---|
db-schema | Design database schemas (any ORM/DB) |
db-migrate | Create and run migrations |
db-seed | Generate seed/test data |
| Workflow | Description |
|---|---|
prompt-engineering | Design and optimize LLM prompts |
rag-pipeline | Build retrieval-augmented generation |
ai-agent | Create AI agents with tools |
workflow-creator | Create new antigravity workflows |
| Workflow | Description |
|---|---|
landing-page | Build landing pages (any stack) |
dashboard-ui | Create admin dashboards (any stack) |
design-system | Create and analyze design tokens |
email-template | Design responsive emails |
# Install workflows
npx antigravity-workflows install <name> # Single workflow
npx antigravity-workflows install <name1> <name2> # Multiple workflows
npx antigravity-workflows install --category git # By category
npx antigravity-workflows install --all # All workflows
# Explore workflows
npx antigravity-workflows list # List all
npx antigravity-workflows list --category testing # Filter by category
npx antigravity-workflows search "debug" # Search
# Get details
npx antigravity-workflows info git-commit # Workflow detailsWorkflows are installed to .agent/workflows/ in your project:
your-project/
├── .agent/
│ └── workflows/
│ ├── git-commit.md
│ ├── unit-test.md
│ └── ...
└── src/Antigravity automatically discovers workflows in this directory.
We welcome community contributions! Our workflows follow strict guidelines to ensure quality:
See CONTRIBUTING.md for detailed guidelines.
Apache 2.0 — See LICENSE for details.
<div align="center">
Made with ❤️ for the Antigravity community
Report Issue • Request Workflow
</div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.