sickn33/antigravity-awesome-skills
GitHub: sickn33/antigravity-awesome-skills
面向主流AI编程助手的超大规模技能库合集,通过标准化技能文件让AI具备企业级开发、安全审计和运维能力。
Stars: 24412 | Forks: 4194
# 🌌 Antigravity Awesome Skills:适用于 Claude Code、Gemini CLI、Cursor、Copilot 等的 1,259+ 智能体技能
[](https://github.com/sickn33/antigravity-awesome-skills/stargazers)
[](LICENSE)
[](https://claude.ai)
[](https://github.com/google-gemini/gemini-cli)
[](https://github.com/openai/codex)
[](https://kiro.dev)
[](https://cursor.sh)
[](https://github.com/features/copilot)
[](https://github.com/opencode-ai/opencode)
[](https://github.com/sickn33/antigravity-awesome-skills)
[](https://sylph.ai/)
[](https://github.com/yeasy/ask)
[](apps/web-app)
[](https://buymeacoffee.com/sickn33)
**Antigravity Awesome Skills** 是一个经过精心策划、实战检验的技能库,包含 **1,259+ 高性能智能体技能**,旨在无缝适用于主流 AI 编程助手。
**当前版本:V7.8.0。** 本仓库为你的智能体提供可复用的操作手册,涵盖规划、编码、调试、测试、安全审查、基础设施工作、产品思维等领域。
## 目录
- [🚀 新手入门?从这里开始!](#new-here-start-here)
- [📖 完整使用指南](docs/users/usage.md) - **安装后如果不确定怎么做,请先阅读这里!**
- [🔌 兼容性与调用方式](#compatibility--invocation)
- [🛠️ 安装说明](#installation)
- [🧯 故障排除](#troubleshooting)
- [🎁 精选合集(Bundle)](#curated-collections)
- [🧭 Antigravity 工作流](#antigravity-workflows)
- [📦 功能与分类](#features--categories)
- [📚 浏览 1,259+ 技能](#browse-1259-skills)
- [🤝 贡献指南](#contributing)
- [💬 社区](#community)
- [☕ 支持本项目](#support-the-project)
- [🏆 致谢与来源](#credits--sources)
- [👥 仓库贡献者](#repo-contributors)
- [⚖️ 许可证](#license)
- [🌟 Star 历史](#star-history)
## 新手入门?从这里开始!
**欢迎来到当前的交互式 Web 版本。** 这不仅仅是一份脚本列表,它是你 AI 智能体的完整操作系统。
### 1. 🐣 背景:这是什么?
**Antigravity Awesome Skills**(版本 7.8.0)是对你 AI 能力的全面、面向生产的升级。
AI 智能体(如 Claude Code、Cursor 或 Gemini)很聪明,但它们缺乏**特定工具**。它们不知道你公司的"部署协议"或"AWS CloudFormation"的具体语法。
**技能** 是一些小型 Markdown 文件,教会它们如何完美地执行这些特定任务,每次都能准确完成。
### 2. ⚡️ 快速开始(1 分钟)
只需安装一次;然后在 [docs/users/bundles.md](docs/users/bundles.md) 中使用入门包来专注于你的角色。
1. **安装**:
# 默认:~/.gemini/antigravity/skills(Antigravity 全局路径)。使用 --path 指定其他位置。
npx antigravity-awesome-skills
2. **验证**:
test -d ~/.gemini/antigravity/skills && echo "Skills installed in ~/.gemini/antigravity/skills"
3. **运行你的第一个技能**:
4. **选择一个包**:
- **Web 开发?** 从 `Web Wizard` 开始。
- **安全?** 从 `Security Engineer` 开始。
- **通用?** 从 `Essentials` 开始。
### 3. 🧠 如何使用
安装完成后,只需自然地向你的智能体提问:
👉 **新内容:** [**完整使用指南 - 请先阅读!**](docs/users/usage.md)(回答:"安装后我该做什么?","如何执行技能?","提示词应该是什么样的?")
👉 **[完整入门指南](docs/users/getting-started.md)**
## 兼容性与调用方式
这些技能遵循通用的 **SKILL.md** 格式,可与任何支持智能体技能的 AI 编程助手配合使用。
| 工具 | 类型 | 调用示例 | 路径 |
| :-------------- | :--- | :-------------------------------- | :-------------------------------------------------------------------- |
| **Claude Code** | CLI | `>> /skill-name help me...` | `.claude/skills/` |
| **Gemini CLI** | CLI | `(User Prompt) Use skill-name...` | `.gemini/skills/` |
| **Codex CLI** | CLI | `(User Prompt) Use skill-name...` | `.codex/skills/` |
| **Kiro CLI** | CLI | `(Auto) Skills load on-demand` | 全局:`~/.kiro/skills/` · 工作区:`.kiro/skills/` |
| **Kiro IDE** | IDE | `/skill-name or (Auto)` | 全局:`~/.kiro/skills/` · 工作区:`.kiro/skills/` |
| **Antigravity** | IDE | `(Agent Mode) Use skill...` | 全局:`~/.gemini/antigravity/skills/` · 工作区:`.agent/skills/` |
| **Cursor** | IDE | `@skill-name (in Chat)` | `.cursor/skills/` |
| **Copilot** | Ext | `(Paste content manually)` | N/A |
| **OpenCode** | CLI | `opencode run @skill-name` | `.agents/skills/` |
| **AdaL CLI** | CLI | `(Auto) Skills load on-demand` | `.adal/skills/` |
## 安装说明
要在 **Claude Code**、**Gemini CLI**、**Codex CLI**、**Kiro CLI**、**Kiro IDE**、**Cursor**、**Antigravity**、**OpenCode** 或 **AdaL** 中使用这些技能:
### 选项 A:npx(推荐)
```
npx antigravity-awesome-skills
```
2. 验证默认安装:
```
test -d ~/.gemini/antigravity/skills && echo "Skills installed"
```
3. 使用你的第一个技能:
```
Use @brainstorming to plan a SaaS MVP.
```
4. 在 [`docs/users/bundles.md`](docs/users/bundles.md) 中浏览入门合集,在 [`docs/users/workflows.md`](docs/users/workflows.md) 中查看执行操作手册。
### 选项 B:Claude Code 插件市场
如果你使用 Claude Code 并且更喜欢插件市场流程,本仓库现在提供了一个根目录的 `.claude-plugin/marketplace.json`:
```
/plugin marketplace add sickn33/antigravity-awesome-skills
/plugin install antigravity-awesome-skills
```
这会通过 Claude Code 的插件市场入口点安装相同的仓库支持技能库。
## 选择你的工具
| 工具 | 安装 | 首次使用 |
| -------------- | ------------------------------------------------------ | ---------------------------------------------------- |
| Claude Code | `npx antigravity-awesome-skills --claude` 或 Claude 插件市场 | `>> /brainstorming help me plan a feature` |
| Cursor | `npx antigravity-awesome-skills --cursor` | `@brainstorming help me plan a feature` |
| Gemini CLI | `npx antigravity-awesome-skills --gemini` | `Use brainstorming to plan a feature` |
| Codex CLI | `npx antigravity-awesome-skills --codex` | `Use brainstorming to plan a feature` |
| Antigravity | `npx antigravity-awesome-skills --antigravity` | `Use @brainstorming to plan a feature` |
| Kiro CLI | `npx antigravity-awesome-skills --kiro` | `Use brainstorming to plan a feature` |
| Kiro IDE | `npx antigravity-awesome-skills --path ~/.kiro/skills` | `Use @brainstorming to plan a feature` |
| GitHub Copilot | _无安装程序 — 手动粘贴技能或规则_ | `Ask Copilot to use brainstorming to plan a feature` |
| OpenCode | `npx antigravity-awesome-skills --path .agents/skills` | `opencode run @brainstorming help me plan a feature` |
| AdaL CLI | `npx antigravity-awesome-skills --path .adal/skills` | `Use brainstorming to plan a feature` |
| 自定义路径 | `npx antigravity-awesome-skills --path ./my-skills` | 取决于你的工具 |
## 本仓库包含什么
- **技能库**:`skills/` 包含可复用的 `SKILL.md` 集合。
- **安装程序**:npm CLI 将技能安装到每个工具的正确目录中。
- **目录**:[`CATALOG.md`](CATALOG.md)、`skills_index.json` 和 `data/` 提供生成的索引。
- **Web 应用**:[`apps/web-app`](apps/web-app) 为你提供搜索、过滤、渲染和复制辅助功能。
- **Bundle**:[`docs/users/bundles.md`](docs/users/bundles.md) 按角色对入门技能进行分组。
- **工作流**:[`docs/users/workflows.md`](docs/users/workflows.md) 提供分步执行操作手册。
## 项目结构
| 路径 | 用途 |
| -------------------- | --------------------------------------------------------- |
| `skills/` | 标准技能库 |
| `docs/users/` | 入门指南、使用说明、Bundle、工作流、可视化指南 |
| `docs/contributors/` | 模板、结构说明、示例、质量标准、社区文档 |
| `docs/maintainers/` | 发布、审计、CI 漂移、元数据维护文档 |
| `docs/sources/` | 归属和许可引用 |
| `apps/web-app/` | 技能目录的交互式浏览器 |
| `tools/` | 安装程序、验证器、生成器和支持脚本 |
| `data/` | 生成的目录、别名、Bundle 和工作流 |
## 顶级入门技能
- `@brainstorming` 用于实现前的规划。
- `@architecture` 用于系统和组件设计。
- `@test-driven-development` 用于 TDD 导向的工作。
- `@doc-coauthoring` 用于结构化文档编写。
- `@lint-and-validate` 用于轻量级质量检查。
- `@create-pr` 用于将工作打包成干净的 Pull Request。
- `@debugging-strategies` 用于系统性故障排除。
- `@api-design-principles` 用于 API 形状和一致性。
- `@frontend-design` 用于 UI 和交互质量。
- `@security-auditor` 用于安全导向的审查。
## 三个真实示例
```
Use @brainstorming to turn this product idea into a concrete MVP plan.
```
```
Use @security-auditor to review this API endpoint for auth and validation risks.
```
## 精选合集
**Bundle** 是针对特定角色或目标策划的技能组(例如:`Web Wizard`、`Security Engineer`、`OSS Maintainer`)。
它们帮助你避免逐一挑选整个目录。
### ⚠️ 重要:Bundle 不是单独的安装包!
**常见困惑:** "我需要分别安装每个 Bundle 吗?"
**答案:不需要!** 以下是 Bundle 的实际含义:
**Bundle 是什么:**
- ✅ 按角色组织的推荐技能列表
- ✅ 帮助你决定使用什么的精选起点
- ✅ 发现相关技能的省时捷径
**Bundle 不是什么:**
- ❌ 单独的安装或下载
- ❌ 不同的 git 命令
- ❌ 你需要"激活"的东西
### 如何使用 Bundle:
1. **安装一次仓库**(你已经拥有所有技能)
2. 在 [docs/users/bundles.md](docs/users/bundles.md) 中**浏览 Bundle** 以找到你的角色
3. 从该 Bundle 中**选择 3-5 个技能**开始在你的提示词中使用
4. 在与 AI 的对话中**引用它们**(例如,"Use @brainstorming...")
有关如何实际使用技能的详细示例,请参阅 [**使用指南](docs/users/usage.md)。
### 示例:
- 构建 SaaS MVP:`Essentials` + `Full-Stack Developer` + `QA & Testing`。
- 强化生产环境:`Security Developer` + `DevOps & Cloud` + `Observability & Monitoring`。
- 发布 OSS 更改:`Essentials` + `OSS Maintainer`。
## Antigravity 工作流
Bundle 帮助你选择技能。工作流帮助你按顺序执行它们。
- 当你需要按角色策划的推荐时,使用 Bundle。
- 当你需要针对具体目标的分步执行时,使用工作流。
从这里开始:
- [docs/users/workflows.md](docs/users/workflows.md):人类可读的操作手册。
- [data/workflows.json](data/workflows.json):机器可读的工作流元数据。
初始工作流包括:
- 发布 SaaS MVP
- Web 应用安全审计
- 构建 AI 智能体系统
- QA 和浏览器自动化(Go 技术栈可选支持 `@go-playwright`)
- 设计 DDD 核心领域
## 功能与分类
仓库被组织成专门的领域,将你的 AI 转变为整个软件开发生命周期中的专家:
| 类别 | 重点 | 示例技能 |
| :------------- | :------------------------------------------------- | :------------------------------------------------------------------------------ |
| Architecture | 系统设计、ADR、C4 和可扩展模式 | `architecture`, `c4-context`, `senior-architect` |
| Business | 增长、定价、CRO、SEO 和市场推广 | `copywriting`, `pricing-strategy`, `seo-audit` |
| Data & AI | LLM 应用、RAG、智能体、可观测性、分析 | `rag-engineer`, `prompt-engineer`, `langgraph` |
| Development | 语言精通、框架模式、代码质量 | `typescript-expert`, `python-patterns`, `react-patterns` |
| General | 规划、文档、产品运营、写作、指南 | `brainstorming`, `doc-coauthoring`, `writing-plans` |
| Infrastructure | DevOps、云、Serverless、部署、CI/CD | `docker-expert`, `aws-serverless`, `vercel-deployment` |
| Security | AppSec、渗透测试、漏洞分析、合规 | `api-security-best-practices`, `sql-injection-testing`, `vulnerability-scanner` |
| Testing | TDD、测试设计、修复、QA 工作流 | `test-driven-development`, `testing-patterns`, `test-fixing` |
| Workflow | 自动化、编排、作业、智能体 | `workflow-automation`, `inngest`, `trigger-dev` |
随着新技能的添加,数量会发生变化。有关当前的完整注册表,请参阅 [CATALOG.md](CATALOG.md)。
## 浏览 1,259+ 技能
- 在 [`apps/web-app`](apps/web-app) 中打开交互式浏览器。
- 在 [`CATALOG.md`](CATALOG.md) 中阅读完整目录。
- 从 [`docs/users/bundles.md`](docs/users/bundles.md) 中基于角色的 Bundle 开始。
- 按照 [`docs/users/workflows.md`](docs/users/workflows.md) 中的结果驱动工作流操作。
- 使用 [`docs/users/getting-started.md`](docs/users/getting-started.md) 和 [`docs/users/usage.md`](docs/users/usage.md) 中的入门指南。
## 文档
| 面向用户 | 面向贡献者 | 面向维护者 |
| ---------------------------------------------------------------- | -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| [`docs/users/getting-started.md`](docs/users/getting-started.md) | [`CONTRIBUTING.md`](CONTRIBUTING.md) | [`docs/maintainers/release-process.md`](docs/maintainers/release-process.md) |
| [`docs/users/usage.md`](docs/users/usage.md) | [`docs/contributors/skill-anatomy.md`](docs/contributors/skill-anatomy.md) | [`docs/maintainers/audit.md`](docs/maintainers/audit.md) |
| [`docs/users/faq.md`](docs/users/faq.md) | [`docs/contributors/quality-bar.md`](docs/contributors/quality-bar.md) | [`docs/maintainers/ci-drift-fix.md`](docs/maintainers/ci-drift-fix.md) |
| [`docs/users/visual-guide.md`](docs/users/visual-guide.md) | [`docs/contributors/examples.md`](docs/contributors/examples.md) | [`docs/maintainers/skills-update-guide.md`](docs/maintainers/skills-update-guide.md) · [`.github/MAINTENANCE.md`](.github/MAINTENANCE.md) |
## 故障排除
### Windows 安装说明
在 Windows 上使用正常的安装流程:
```
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
```
如果你有一个在移除符号链接变通方案前后创建的旧克隆,请重新安装到一个新目录或重新运行 `npx antigravity-awesome-skills` 安装程序。
### Windows 截断或上下文崩溃循环
如果 Antigravity 或基于 Jetski/Cortex 的主机不断重新打开并出现截断错误,请使用专用的恢复指南:
- [`docs/users/windows-truncation-recovery.md`](docs/users/windows-truncation-recovery.md)
该指南包括:
- 清理前的备份路径
- 通常需要清除的存储文件夹
- 一个可选的批处理助手,改编自 [issue #274](https://github.com/sickn33/antigravity-awesome-skills/issues/274)
## Web 应用
Web 应用是浏览像这样的大型仓库的最快方式。
**在本地运行:**
```
npm run app:install
npm run app:dev
```
这将把生成的技能索引复制到 `apps/web-app/public/skills.json`,将当前的 `skills/` 树镜像到 `apps/web-app/public/skills/`,并启动 Vite 开发服务器。
**在线托管:** 相同的应用可在 [https://sickn33.github.io/antigravity-awesome-skills/](https://sickn33.github.io/antigravity-awesome-skills/) 获取,并在每次推送到 `main` 时自动部署。要启用它一次:**Settings → Pages → Build and deployment → Source: GitHub Actions**。
## 贡献指南
- 在 `skills//SKILL.md` 下添加新技能。
- 遵循 [`CONTRIBUTING.md`](CONTRIBUTING.md) 中的贡献者指南。
- 使用 [`docs/contributors/skill-template.md`](docs/contributors/skill-template.md) 中的模板。
- 在打开 PR 之前使用 `npm run validate` 进行验证。
## 社区
- [讨论区](https://github.com/sickn33/antigravity-awesome-skills/discussions) 用于提问和反馈。
- [问题](https://github.com/sickn33/antigravity-awesome-skills/issues) 用于报告 Bug 和改进请求。
- [`SECURITY.md`](SECURITY.md) 用于安全报告。
## 支持本项目
支持是可选的。本项目对所有人保持免费和开源。
- [在 Buy Me a Coffee 上请我喝杯咖啡](https://buymeacoffee.com/sickn33)
- 给仓库点 Star
- 提交可复现的问题
- 贡献文档、修复和技能
## 致谢与来源
我们站在巨人的肩膀上。
👉 **[查看完整归属账本](docs/sources/sources.md)**
主要贡献者和来源包括:
- **HackTricks**
- **OWASP**
- **Anthropic / OpenAI / Google**
- **开源社区**
如果没有 Claude Code 社区和官方来源的出色工作,这个合集是不可能完成的:
### 官方来源
- **[anthropics/skills](https://github.com/anthropics/skills)**:官方 Anthropic 技能仓库 — 文档操作(DOCX、PDF、PPTX、XLSX)、品牌指南、内部沟通。
- **[anthropics/claude-cookbooks](https://github.com/anthropics/claude-cookbooks)**:使用 Claude 构建的官方笔记本和配方。
- **[remotion-dev/skills](https://github.com/remotion-dev/skills)**:官方 Remotion 技能 — 使用 React 创建视频,包含 28 个模块化规则。
- **[vercel-labs/agent-skills](https://github.com/vercel-labs/agent-skills)**:Vercel Labs 官方技能 — React 最佳实践、Web 设计指南。
- **[openai/skills](https://github.com/openai/skills)**:OpenAI Codex 技能目录 — 智能体技能、技能创建器、简洁规划。
- **[supabase/agent-skills](https://github.com/supabase/agent-skills)**:Supabase 官方技能 — Postgres 最佳实践。
- **[microsoft/skills](https://github.com/microsoft/skills)**:官方 Microsoft 技能 — Azure 云服务、Bot Framework、认知服务,以及跨 .NET、Python、TypeScript、Go、Rust 和 Java 的企业开发模式。
- **[google-gemini/gemini-skills](https://github.com/google-gemini/gemini-skills)**:官方 Gemini 技能 — Gemini API、SDK 和模型交互。
- **[apify/agent-skills](https://github.com/apify/agent-skills)**:官方 Apify 技能 — Web 抓取、数据提取和自动化。
### 社区贡献者
- **[rmyndharis/antigravity-skills](https://github.com/rmyndharis/antigravity-skills)**:贡献了 300+ 企业技能和目录生成逻辑。
- **[amartelr/antigravity-workspace-manager](https://github.com/amartelr/antigravity-workspace-manager)**:官方 Workspace Manager CLI 伴侣,用于在无限本地开发环境中动态自动配置技能子集。
- **[obra/superpowers](https://github.com/obra/superpowers)**:Jesse Vincent 制作的原始"Superpowers"。
- **[guanyang/antigravity-skills](https://github.com/guanyang/antigravity-skills)**:核心 Antigravity 扩展。
- **[diet103/claude-code-infrastructure-showcase](https://github.com/diet103/claude-code-infrastructure-showcase)**:基础设施和后端/前端指南。
- **[ChrisWiles/claude-code-showcase](https://github.com/ChrisWiles/claude-code-showcase)**:React UI 模式和设计系统。
- **[travisvn/awesome-claude-skills](https://github.com/travisvn/awesome-claude-skills)**:Loki Mode 和 Playwright 集成。
- **[zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide)**:综合安全套件和指南(约 60 个新技能的来源)。
- **[alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills)**:高级工程和 PM 工具包。
- **[karanb192/awesome-claude-skills](https://github.com/karanb192/awesome-claude-skills)**:经过验证的 Claude Code 技能大列表。
- **[VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills)**:策划的 61 个高质量技能集合,包括来自 Sentry、Trail of Bits、Expo、Hugging Face 的官方团队技能,以及综合上下文工程套件(v4.3.0 集成)。
- **[zircote/.claude](https://github.com/zircote/.claude)**:Shopify 开发技能参考。
- **[vibeforge1111/vibeship-spawner-skills](https://github.com/vibeforge1111/vibeship-spawner-skills)**:AI 智能体、集成、制造工具(57 个技能,Apache 2.0)。
- **[coreyhaines31/marketingskills](https://github.com/coreyhaines31/marketingskills)**:营销技能,涵盖 CRO、文案、SEO、付费广告和增长(23 个技能,MIT)。
- **[jonathimer/devmarketing-skills](https://github.com/jonathimer/devmarketing-skills)**:开发者营销技能 — HN 策略、技术教程、文档即营销、Reddit 互动、开发者引导等(33 个技能,MIT)。
- **[Silverov/yandex-direct-skill](https://github.com/Silverov/yandex-direct-skill)**:Yandex Direct(API v5)广告审计技能 — 55 项自动检查、A-F 评分、针对俄罗斯 PPC 市场的广告系列/广告/关键词分析(MIT)。
- **[vudovn/antigravity-kit](https://github.com/vudovn/antigravity-kit)**:包含技能、智能体和工作流的 AI 智能体模板(33 个技能,MIT)。
- **[affaan-m/everything-claude-code](https://github.com/affaan-m/everything-claude-code)**:来自 Anthropic 黑客松获奖者的完整 Claude Code 配置集合 — 仅技能(8 个技能,MIT)。
- **[whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills)**:TypeScript 的实用 fp-ts 技能 – fp-ts-pragmatic、fp-ts-react、fp-ts-errors(v4.4.0)。
- **[webzler/agentMemory](https://github.com/webzler/agentMemory)**:agent-memory-mcp 技能的来源。
- **[sstklen/claude-api-cost-optimization](https://github.com/sstklen/claude-api-cost-optimization)**:通过智能优化策略节省 50-90% 的 Claude API 成本(MIT)。
- **[rafsilva85/credit-optimizer-v5](https://github.com/rafsilva85/credit-optimizer-v5)**:Manus AI 积分优化器技能 — 智能模型路由、上下文压缩和智能测试。节省 30-75% 的积分,零质量损失。在 53 个场景中经过审计。
- **[Wittlesus/cursorrules-pro](https://github.com/Wittlesus/cursorrules-pro)**:8 个框架的专业 .cursorrules 配置 — Next.js、React、Python、Go、Rust 等。适用于 Cursor、Claude Code 和 Windsurf。
-[nedcodes-ok/rule-porter](https://github.com/nedcodes-ok/rule-porter)**:Cursor(.mdc)、Claude Code(CLAUDE.md)、GitHub Copilot、Windsurf 和旧版 .cursorrules 格式之间的双向规则转换器。零依赖。
- **[SSOJet/skills](https://github.com/ssojet/skills)**:适用于流行框架和平台的生产就绪 SSOJet 技能和集成指南 — Node.js、Next.js、React、Java、.NET Core、Go、iOS、Android 等。与 SSOJet SAML、OIDC 和企业 SSO 流程无缝协作。适用于 Cursor、Antigravity、Claude Code 和 Windsurf。
- **[MojoAuth/skills](https://github.com/MojoAuth/skills)**:适用于 Node.js、Next.js、React、Java、.NET Core、Go、iOS 和 Android 等流行框架的生产就绪 MojoAuth 指南和示例。
- **[Xquik-dev/x-twitter-scraper](https://github.com/Xquik-dev/x-twitter-scraper)**:X(Twitter)数据平台 — 推文搜索、用户查询、粉丝提取、互动指标、抽奖、监控、Webhook、19 个提取工具、MCP 服务器。
- **[shmlkv/dna-claude-analysis](https://github.com/shmlkv/dna-claude-analysis)**:个人基因组分析工具包 — Python 脚本,分析跨 17 个类别(健康风险、祖源、药物基因组学、营养、心理学等)的原始 DNA 数据,提供终端风格的单页 HTML 可视化。
- **[AlmogBaku/debug-skill](https://github.com/AlmogBaku/debug-skill)**:AI 智能体的交互式调试器技能 — 通过 `dap` CLI 实现断点、单步执行、变量检查和堆栈跟踪。支持 Python、Go、Node.js/TypeScript、Rust 和 C/C++。
- **[uberSKILLS](https://github.com/uberskillsdev/uberSKILLS)**:通过可视化、AI 辅助的工作流设计、测试和部署 Claude Code 智能体技能。
- **[christopherlhammer11-ai/tool-use-guardian](https://github.com/christopherlhammer11-ai/tool-use-guardian)**:Tool Use Guardian 技能的来源 — 具有重试、恢复和失败分类的工具调用可靠性包装器。
- **[christopherlhammer11-ai/recallmax](https://github.com/christopherlhammer11-ai/recallmax)**:RecallMax 技能的来源 — 智能体的长上下文记忆、摘要和对话压缩。
### 灵感来源
- **[f/awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts)**:Prompt 库的灵感来源。
- **[leonardomso/33-js-concepts](https://github.com/leonardomso/33-js-concepts)**:JavaScript 精通的灵感来源。
### 其他来源
- **[agent-cards/skill](https://github.com/agent-cards/skill)**:为 AI 智能体管理预付费虚拟 Visa 卡。通过 MCP 工具创建卡、检查余额、查看凭证、关闭卡和获取支持。
## 仓库贡献者
由 [contrib.rocks](https://contrib.rocks) 制作。*(图片可能被缓存;在 GitHub 上[查看实时贡献者](https://github.com/sickn33/antigravity-awesome-skills/graphs/contributors)。)*
我们正式感谢以下贡献者帮助让这个仓库变得出色!
- [@sck000](https://github.com/sck000)
- [@github-actions[bot]](https://github.com/apps/github-actions)
- [@sickn33](https://github.com/sickn33)
- [@Mohammad-Faiz-Cloud-Engineer](https://github.com/Mohammad-Faiz-Cloud-Engineer)
- [@munir-abbasi](https://github.com/munir-abbasi)
- [@zinzied](https://github.com/zinzied)
- [@ssumanbiswas](https://github.com/ssumanbiswas)
- [@Dokhacgiakhoa](https://github.com/Dokhacgiakhoa)
- [@IanJ332](https://github.com/IanJ332)
- [@maxdml](https://github.com/maxdml)
- [@sx4im](https://github.com/sx4im)
- [@skyruh](https://github.com/skyruh)
- [@itsmeares](https://github.com/itsmeares)
- [@chauey](https://github.com/chauey)
- [@ar27111994](https://github.com/ar27111994)
- [@GuppyTheCat](https://github.com/GuppyTheCat)
- [@Copilot](https://github.com/apps/copilot-swe-agent)
- [@8hrsk](https://github.com/8hrsk)
- [@sstklen](https://github.com/sstklen)
- [@tejasashinde](https://github.com/tejasashinde)
- [@0xrohitgarg](https://github.com/0xrohitgarg)
- [@zebbern](https://github.com/zebbern)
- [@talesperito](https://github.com/talesperito)
- [@SnakeEye-sudo](https://github.com/SnakeEye-sudo)
- [@nikolasdehor](https://github.com/nikolasdehor)
- [@fernandorych](https://github.com/fernandorych)
- [@taksrules](https://github.com/taksrules)
- [@jackjin1997](https://github.com/jackjin1997)
- [@HuynhNhatKhanh](https://github.com/HuynhNhatKhanh)
- [@liyin2015](https://github.com/liyin2015)
- [@arathiesh](https://github.com/arathiesh)
- [@Tiger-Foxx](https://github.com/Tiger-Foxx)
- [@RamonRiosJr](https://github.com/RamonRiosJr)
- [@Musayrlsms](https://github.com/Musayrlsms)
- [@Vonfry](https://github.com/Vonfry)
- [@vprudnikoff](https://github.com/vprudnikoff)
- [@viktor-ferenczi](https://github.com/viktor-ferenczi)
- [@code-vj](https://github.com/code-vj)
- [@babysor](https://github.com/babysor)
- [@uriva](https://github.com/uriva)
- [@truongnmt](https://github.com/truongnmt)
- [@Onsraa](https://github.com/Onsraa)
- [@SebConejo](https://github.com/SebConejo)
- [@SuperJMN](https://github.com/SuperJMN)
- [@Enreign](https://github.com/Enreign)
- [@sohamganatra](https://github.com/sohamganatra)
- [@Silverov](https://github.com/Silverov)
- [@shubhamdevx](https://github.com/shubhamdevx)
- [@ronanguilloux](https://github.com/ronanguilloux)
- [@sraphaz](https://github.com/sraphaz)
- [@ProgramadorBrasil](https://github.com/ProgramadorBrasil)
- [@PabloASMD](https://github.com/PabloASMD)
- [@yubing744](https://github.com/yubing744)
- [@vuth-dogo](https://github.com/vuth-dogo)
- [@yang1002378395-cmyk](https://github.com/yang1002378395-cmyk)
- [@thuanlm215](https://github.com/thuanlm215)
- [@shmlkv](https://github.com/shmlkv)
- [@rafsilva85](https://github.com/rafsilva85)
- [@nocodemf](https://github.com/nocodemf)
- [@KrisnaSantosa15](https://github.com/KrisnaSantosa15)
- [@junited31](https://github.com/junited31)
- [@fbientrigo](https://github.com/fbientrigo)
- [@dz3ai](https://github.com/dz3ai)
- [@developer-victor](https://github.com/developer-victor)
- [@ckdwns9121](https://github.com/ckdwns9121)
- [@christopherlhammer11-ai](https://github.com/christopherlhammer11-ai)
- [@c1c3ru](https://github.com/c1c3ru)
- [@buzzbysolcex](https://github.com/buzzbysolcex)
- [@avimak](https://github.com/avimak)
- [@antbotlab](https://github.com/antbotlab)
- [@amalsam](https://github.com/amalsam)
- [@ziuus](https://github.com/ziuus)
- [@Wittlesus](https://github.com/Wittlesus)
- [@wahidzzz](https://github.com/wahidzzz)
- [@olgasafonova](https://github.com/olgasafonova)
- [@hvasconcelos](https://github.com/hvasconcelos)
- [@Guilherme-ruy](https://github.com/Guilherme-ruy)
- [@Gizzant](https://github.com/Gizzant)
- [@Digidai](https://github.com/Digidai)
- [@dbhat93](https://github.com/dbhat93)
- [@decentraliser](https://github.com/decentraliser)
- [@MAIOStudio](https://github.com/MAIOStudio)
- [@conorbronsdon](https://github.com/conorbronsdon)
- [@kriptoburak](https://github.com/kriptoburak)
- [@BenedictKing](https://github.com/BenedictKing)
- [@acbhatt12](https://github.com/acbhatt12)
- [@Andruia](https://github.com/Andruia)
- [@AlmogBaku](https://github.com/AlmogBaku)
- [@Allen930311](https://github.com/Allen930311)
- [@alexmvie](https://github.com/alexmvie)
- [@Sayeem3051](https://github.com/Sayeem3051)
- [@Abdulrahmansoliman](https://github.com/Abdulrahmansoliman)
- [@ALEKGG1](https://github.com/ALEKGG1)
- [@8144225309](https://github.com/8144225309)
- [@1bcMax](https://github.com/1bcMax)
- [@sharmanilay](https://github.com/sharmanilay)
- [@KhaiTrang1995](https://github.com/KhaiTrang1995)
- [@LocNguyenSGU](https://github.com/LocNguyenSGU)
- [@nedcodes-ok](https://github.com/nedcodes-ok)
- [@iftikharg786](https://github.com/iftikharg786)
- [@mertbaskurt](https://github.com/mertbaskurt)
- [@MatheusCampagnolo](https://github.com/MatheusCampagnolo)
- [@djmahe4](https://github.com/djmahe4)
- [@MArbeeGit](https://github.com/MArbeeGit)
- [@Svobikl](https://github.com/Svobikl)
- [@kromahlusenii-ops](https://github.com/kromahlusenii-ops)
- [@Krishna-Modi12](https://github.com/Krishna-Modi12)
- [@k-kolomeitsev](https://github.com/k-kolomeitsev)
- [@kennyzheng-builds](https://github.com/kennyzheng-builds)
- [@keyserfaty](https://github.com/keyserfaty)
- [@kage-art](https://github.com/kage-art)
- [@whatiskadudoing](https://github.com/whatiskadudoing)
- [@jonathimer](https://github.com/jonathimer)
- [@qcwssss](https://github.com/qcwssss)
- [@rcigor](https://github.com/rcigor)
## 许可证
MIT 许可证。详见 [LICENSE](LICENSE)。
## Star 历史
[](https://www.star-history.com/#sickn33/antigravity-awesome-skills&type=date&legend=top-left)
如果 Antigravity Awesome Skills 对你有帮助,请考虑 ⭐ 给仓库点个 Star!
标签:AI代理, AI编程, Anthropic, CIS基准, Claude Code, Copilot, Cursor, DLL 劫持, DNS解析, Gemini CLI, LangChain, LlamaIndex, MCP, MITM代理, OpenAI Codex, Playbook, Skill Set, SOC Prime, Tool Use, Vercel AI, 代码辅助, 多模态, 大语言模型, 工作流自动化, 开发工具, 开发者资源, 开源项目, 技能库, 提示词工程, 数据管道, 模型上下文协议, 策略决策点, 自动化编程, 软件工程, 轻量级, 防御加固, 集成开发环境