What are Skills?
Skills are modular knowledge domains that agents can load on-demand based on task context. Each skill contains:- Instructions: Best practices and patterns (SKILL.md)
- References: Templates, documentation, examples
- Scripts: Validation and automation tools (Python/Bash)
- Assets: Images, logos, configuration files
On-Demand Loading
Skills are loaded dynamically when needed:- Request Analysis: System analyzes your task
- Skill Matching: Identifies relevant skills
- Dynamic Loading: Loads SKILL.md and references
- Script Execution: Runs validation scripts (with approval)
Skill Categories
Antigravity Kit includes 36 skills organized by domain:Frontend & UI
Frontend Skills (5)
Frontend Skills (5)
react-best-practices
React & Next.js performance optimizationComprehensive React and Next.js patterns from Vercel. 57 performance rules covering:
- Eliminating waterfalls
- Bundle size optimization
- Server-side performance
- Client-side data fetching
- Re-render optimization
web-design-guidelines
Web UI audit - 100+ rulesComprehensive web design checklist covering accessibility, UX, performance. From Vercel.
- WCAG compliance
- Performance optimization
- Mobile-first design
tailwind-patterns
Tailwind CSS v4 utilitiesModern Tailwind patterns, custom configurations, design tokens.
frontend-design
UI/UX patterns & design systemsColor systems, typography, animation guides, visual effects, UX psychology.References:
color-system.md, typography-system.md, animation-guide.mdui-ux-pro-max
50 styles, 21 palettes, 50 fontsProfessional design system with extensive style library.
Backend & API
Backend Skills (4)
Backend Skills (4)
api-patterns
REST, GraphQL, tRPCAPI design patterns, authentication strategies, documentation templates.Script:
api_validator.pynestjs-expert
NestJS modules, DI, decoratorsEnterprise-grade Node.js framework patterns.
nodejs-best-practices
Node.js async, modulesModern Node.js patterns, async/await, error handling.
python-patterns
Python standards, FastAPIPython best practices, FastAPI patterns, async programming.
Database
Database Skills (2)
Database Skills (2)
TypeScript/JavaScript
TypeScript Skills (1)
TypeScript Skills (1)
typescript-expert
Type-level programming & performanceAdvanced TypeScript patterns, generics, utility types.
Cloud & Infrastructure
Infrastructure Skills (3)
Infrastructure Skills (3)
Testing & Quality
Testing Skills (5)
Testing Skills (5)
testing-patterns
Jest, Vitest, strategiesUnit testing patterns, mocking, coverage strategies.Script:
test_runner.pywebapp-testing
E2E, PlaywrightEnd-to-end testing with Playwright, user flow testing.Script:
playwright_runner.pytdd-workflow
Test-driven developmentTDD methodology, red-green-refactor cycle.
code-review-checklist
Code review standardsComprehensive code review checklist.
lint-and-validate
Linting & validationESLint, TypeScript, code quality tools.Scripts:
lint_runner.py, type_coverage.pySecurity
Security Skills (2)
Security Skills (2)
Architecture & Planning
Architecture Skills (4)
Architecture Skills (4)
app-builder
Full-stack app scaffoldingProject templates, structure generation. 20 reference files.
architecture
System design patternsArchitecture patterns, trade-off analysis, pattern selection.References:
patterns-reference.md, trade-off-analysis.mdplan-writing
Task planning & breakdownTask decomposition, estimation, milestone planning.
brainstorming
Socratic questioningDiscovery through questioning, exploring options.References:
dynamic-questioning.mdMobile
Mobile Skills (1)
Mobile Skills (1)
mobile-design
Mobile UI/UX patternsiOS/Android design, navigation, performance, touch psychology.References:
platform-ios.md, platform-android.md, touch-psychology.mdScript: mobile_audit.pyGame Development
Game Skills (1)
Game Skills (1)
game-development
Game logic & mechanics2D/3D games, multiplayer, game design, audio, art. 10 sub-skills.
SEO & Growth
SEO Skills (2)
SEO Skills (2)
Shell/CLI
Shell Skills (2)
Shell Skills (2)
Other
Other Skills (9)
Other Skills (9)
clean-code
Coding standards (Global)Universal code quality principles applied by all agents.
behavioral-modes
Agent personasDifferent behavioral modes for agents.
parallel-agents
Multi-agent patternsCoordination patterns for multiple agents.
mcp-builder
Model Context ProtocolBuilding MCP servers and clients.
documentation-templates
Doc formatsDocumentation templates and formats.
i18n-localization
InternationalizationMulti-language support, locale management.Script:
i18n_checker.pyperformance-profiling
Web Vitals & optimizationPerformance profiling, Lighthouse audits.Script:
lighthouse_audit.pysystematic-debugging
TroubleshootingSystematic debugging methodology, root cause analysis.
intelligent-routing
Agent routing logicSmart agent selection based on context.
Skill Structure
Each skill follows a standard structure:Enhanced Skills
Some skills include extensive reference materials:| Skill | Files | Coverage |
|---|---|---|
ui-ux-pro-max | 27 | 50 styles, 21 palettes, 50 fonts |
app-builder | 20 | Full-stack scaffolding templates |
mobile-design | 13 | Complete mobile design system |
nextjs-react-expert | 10 | 57 React performance rules |
Validation Scripts
Many skills include automated scripts:Scripts are suggested by agents but require user approval before execution.
Next Steps
Agents
Learn about specialist agents
Workflows
Discover slash command workflows
