antigravity-compound-engineering-plugin
Self-improving engineering workflows with persistent knowledge and health metrics
All Skills in This Repository (11)
Pure Emerald Level Indicatorsfile-todos
Create and manage markdown todo files with status lifecycles in the todos/ directory.
standard-security-auth
Implement JWT, cookie, and MFA authentication workflows with RBAC and audit logging.
session-resume
Reconstruct session context from prior work and decisions.
compound-docs
Document solved problems into docs/solutions with searchable tags and validated YAML frontmatter.
git-workflow
Automate standardized Git branching, worktrees, and lifecycle closure across agents.
code-review
Apply structured multi-perspective quality gates to code changes.
react-hooks
Detect React hook violations and guide correct useEffect, useMemo, and useCallback patterns.
testing
Standardize React component testing with Vitest/RTL and backend API testing with Pytest.
mobile
Convert wide tables into compact, scrollable layouts for mobile screens.
debug
Diagnose software bugs through structured reproduction and root-cause analysis.
supabase
Provide structured patterns and templates for Supabase database design, migrations, and RLS policies.
Frequently Asked Questions
FAQPage SchemaHow to install Antigravity Compound Engineering Plugin?▼
Run `npx skills add salavender/antigravity-compound-engineering-plugin --all -g -y` in your terminal to install all skills globally.
What is compound engineering?▼
It is a workflow where every solved problem is documented in a searchable knowledge base, so each unit of work makes the next one faster and easier.
Does it work with Claude and Gemini?▼
Yes. Point your agent to the GEMINI.md configuration file, and it works with Gemini, Claude, or any agent that reads markdown configs and runs shell scripts.
What workflows are included?▼
It includes 38 workflows covering the full lifecycle: explore, plan, work, review, compound, security audits, refactoring, releases, and emergency hotfixes.
Can I use it for non-code projects?▼
Yes. The knowledge base, workflows, and patterns adapt to documentation, research, and process improvement work as well.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core