English | 简体中文
Antigravity Skills Library
A curated collection of specialized agentic skills designed to extend the capabilities of the Antigravity AI Assistant.
This repository hosts a set of modular "Skills"—packages of specialized knowledge, workflows, and tools that enable the AI to perform complex domain-specific tasks with high precision and reliability.
Skill Name
Description
cms-builder
PocketBase Architect . Automated setup of generic CMS backends with Schema-as-Code support (JSON -> DB), type generation, and config management.
mcp-builder
Protocol Expert . Guide and scaffolding for building robust Model Context Protocol (MCP) servers to connect AI with external tools.
web-artifacts-builder
Project Packager . Utilities for bundling, structuring, and preparing web projects for deployment or distribution.
webapp-testing
QA Specialist . Automated testing strategies, E2E scripts, and validation workflows for modern web applications.
Skill Name
Description
ui-ux-pro-max
Design Director . Comprehensive UI/UX guidelines, reasoning frameworks, and asset generation strategies for premium digital products.
frontend-design
Frontend Stylist . Best practices for modern CSS layouts, responsive design, and visual implementation.
theme-factory
Design System Ops . Tools to generate, manage, and export consistent design tokens and color palettes.
canvas-design
Graphics Engine . Specialized workflows for programmatic graphics generation using HTML5 Canvas and related technologies.
Skill Name
Description
sveltekit-svelte5-tailwind-skill
Svelte 5 Expert . definitive guide for building high-performance apps with SvelteKit, Svelte 5 (Runes), and Tailwind CSS.
Skill Name
Description
skill-creator
Skill Factory . The meta-skill used to scaffold, validate, and package new skills (like the ones in this repo).
Context Loading : When working on a specific task, Antigravity will load the relevant SKILL.md to gain domain expertise.
Automation : Many skills (like cms-builder) contain scripts/ that can be executed directly to automate repetitive work.
Reference : Skills include references/ documentation that provides deep-knowledge lookups without cluttering the main context.
To create a new skill for this library:
Use the skill-creator workflow:
python3 skill-creator/scripts/init_skill.py my-new-skill
Follow the prompt in SKILL.md to fill in your domain knowledge.
Validate your skill:
python3 skill-creator/scripts/quick_validate.py my-new-skill
Antigravity 技能库 (Antigravity Skills Library)
精选的专业代理级技能集合,旨在扩展 Antigravity AI 助手的核心能力。
本仓库托管了一系列模块化的“技能 (Skills)”——这些是专业知识、工作流和工具的集合,使 AI 能够高精度、高可靠地执行复杂的特定领域任务。
🛠️ 核心工程 (Core Engineering)
🎨 设计与 UI/UX (Design & UI/UX)
⚛️ 框架与技术栈 (Frameworks & Stacks)
上下文加载 : 在执行特定任务时,Antigravity 会加载相关的 SKILL.md 以获取领域专业知识。
自动化 : 许多技能(如 cms-builder)包含 scripts/,可以直接执行以自动化重复性工作。
参考资料 : 技能包含 references/ 文档,提供深度的知识查找,而不会挤占主上下文空间。
要为此库创建新技能:
使用 skill-creator 工作流:
python3 skill-creator/scripts/init_skill.py my-new-skill
按照 SKILL.md 中的提示填写您的领域知识。
验证您的技能:
python3 skill-creator/scripts/quick_validate.py my-new-skill