everything-antigravity
Coding standards, testing patterns, and security reviews for backend development
Tells the agent which specialist persona to invoke for each task type, such as planner for complex features, code-reviewer after writing code, and security-reviewer before commits, and instructs it to run independent agents in parallel.
All Skills in This Repository (28)
Pure Emerald Level Indicatorsdjango-security
Configure Django production settings with secure cookies, headers, and password validators.
golang-patterns
Apply idiomatic Go patterns for clean APIs, concurrency, and maintainable packages.
django-patterns
Configure Django project structure, DRF APIs, ORM models, caching, signals, and middleware.
python-testing
Guide pytest-based TDD workflows with fixtures, mocking, parametrization, and coverage targets.
iterative-retrieval
Iteratively retrieve and evaluate files and patterns to refine subagent context in multi-agent workflows.
springboot-patterns
Implements standardized architectural patterns for scalable Spring Boot backends.
postgres-patterns
Optimize PostgreSQL query performance and security with indexing and RLS policies.
clickhouse-io
Design ClickHouse MergeTree schemas and optimize queries for OLAP workloads.
springboot-security
Enforce security best practices for Spring Boot authentication, authorization, and validation.
coding-standards
Enforce coding standards across TypeScript, JavaScript, React, and Node.js projects.
eval-harness
Automate eval-driven evaluation for Claude Code sessions with formal definitions and pass@k metrics.
backend-patterns
Document backend patterns for scalable Node.js API development.
Frequently Asked Questions
FAQPage SchemaHow to install everything-antigravity?â–¼
Run `npx skills add krishnakanthb13/everything-antigravity --all -g -y` in your terminal to install all skills globally.
What languages and frameworks does it cover?â–¼
It includes skills for Python, Go, Java, TypeScript, Django, Spring Boot, PostgreSQL, ClickHouse, and React/Next.js frontend work.
How does it enforce test-driven development?â–¼
The TDD skills guide the agent to write failing tests first, implement minimal code to pass, and verify 80%+ coverage with unit, integration, and E2E tests.
Does it include security review checks?â–¼
Yes. Dedicated skills check for hardcoded secrets, SQL injection, XSS, CSRF, weak authentication, and vulnerable dependencies before deployment.
Can I use it without deep DevOps experience?â–¼
Yes. The verification-loop skills run build, lint, test, and security scans automatically and report a simple ready-or-not-ready summary.
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