By dangindev
Enables AI coding agents to perform production-grade engineering tasks across the full software development lifecycle—spec writing, task planning, TDD, code review, security audit, build fixing, and documentation—for multi-language projects.
Implement the next task incrementally — build, test, verify, commit
Simplify code for clarity and maintainability — reduce complexity without changing behavior
Break work into small verifiable tasks with acceptance criteria and dependency ordering
Conduct a five-axis code review — correctness, readability, architecture, security, performance
Run the pre-launch checklist via parallel fan-out to specialist personas, then synthesize a go/no-go decision
Review code for silent failures, swallowed errors, bad fallbacks, and missing error propagation.
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
QA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.
Analyze type design for encapsulation, invariant expression, usefulness, and enforcement.
Expert TypeScript/JavaScript code reviewer specializing in type safety, async correctness, Node/web security, and idiomatic patterns. Use for all TypeScript and JavaScript code changes. MUST BE USED for TypeScript/JavaScript projects.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
51 AI Agents · 79 Slash Commands · 26 Core Skills · 1500+ Skill Library · 25 MCP Servers
Language: English | Tiếng Việt | 简体中文 | Español
Consolidated from 4 world-class Vibe Code systems into a single, production-ready workspace template. One
npx antigravity-awesome-workspace-skill my-appand you get everything.
This workspace bridges the gap between raw AI tools and production-ready software engineering. It provides a standardized environment equipped with 51 specialized AI personas, 1500+ curated skills, and a battle-tested architecture.
Whether you're planning a SaaS MVP or performing complex security audits, Antigravity provides the scaffolding so your AI agents have the context, rules, and workflows they need to write perfect code from day one.
One command. Every IDE. All the skills. Zero lock-in.
npx antigravity-awesome-workspace-skill my-app
# → 26 core skills, 51 agents, 79 commands, 25 MCP servers, Docker, CI/CD, OpenSpec... done.
# Initialize project with the full Vibe Code suite using npx
npx antigravity-awesome-workspace-skill my-awesome-app
🚀 Initializing Ultimate Vibe Code Workspace at: /path/to/my-awesome-app
[*] Copied directory .antigravity/
[*] Copied directory .agent/
[*] Copied directory agents/
[*] Copied directory commands/
...
[+] 🎉 Project initialized successfully!
=================================================================
💡 NEXT STEPS:
1. cd my-awesome-app
2. cp .env.example .env (then fill in your API keys)
3. Open in Cursor / Windsurf / Claude Code / Antigravity
4. Pre-installed components:
✅ 26 Core Skills + 1500+ in Skill Library
✅ 51 AI Personas (Architect, Reviewer, Security, QA...)
✅ 79 Slash Commands (/plan, /tdd, /code-review, /ship...)
✅ 25+ MCP Servers (DB, GitHub, Jira, Playwright, Vercel...)
✅ Karpathy Guidelines (Think → Simplify → Surgical → Goal-Driven)
...
=================================================================
Copy specific directories into your project:
# Copy just the core skill framework
cp -r .agent/ /your-project/.agent/
cp AGENTS.md /your-project/
cp .cursorrules /your-project/
# Or copy everything
cp -r agents/ commands/ hooks/ references/ /your-project/
flowchart LR
A["💡 DEFINE\n(/spec)"] --> B["📋 PLAN\n(/plan)"]
B --> C["🔨 BUILD\n(/build)"]
C --> D["🛡️ VERIFY\n(/test)"]
D --> E["🔍 REVIEW\n(/review)"]
E --> F["🚀 SHIP\n(/ship)"]
style A fill:#2e1065,stroke:#8b5cf6,stroke-width:2px,color:#fff
style B fill:#1e3a8a,stroke:#3b82f6,stroke-width:2px,color:#fff
style C fill:#083344,stroke:#06b6d4,stroke-width:2px,color:#fff
style D fill:#14532d,stroke:#22c55e,stroke-width:2px,color:#fff
style E fill:#78350f,stroke:#f59e0b,stroke-width:2px,color:#fff
style F fill:#7f1d1d,stroke:#ef4444,stroke-width:2px,color:#fff
Each phase has dedicated skills, agents, and commands that activate automatically.
npx claudepluginhub dangindev/antigravity-awesome-workspace-skillConsult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.