AI Skill Hub 强烈推荐:antigravity-awesome-skills — Claude MCP 必备工具中文教程 是一款优质的AI工具。在 GitHub 上收获超过 38.4k 颗 Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
为Claude、Cursor等AI编程工具提供1400+可安装的智能技能包。包含官方和社区贡献的工作流、技能捆绑、命令行安装工具,支持多种AI代理框架集成,大幅扩展AI编程能力。
antigravity-awesome-skills — Claude MCP 必备工具中文教程 是一款基于 Python 开发的开源工具,专注于 AI智能体、代码生成、技能库 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
为Claude、Cursor等AI编程工具提供1400+可安装的智能技能包。包含官方和社区贡献的工作流、技能捆绑、命令行安装工具,支持多种AI代理框架集成,大幅扩展AI编程能力。
antigravity-awesome-skills — Claude MCP 必备工具中文教程 是一款基于 Python 开发的开源工具,专注于 AI智能体、代码生成、技能库 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install antigravity-awesome-skills
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install antigravity-awesome-skills
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/sickn33/antigravity-awesome-skills
cd antigravity-awesome-skills
pip install -e .
# 验证安装
python -c "import antigravity_awesome_skills; print('安装成功')"
# 命令行使用
antigravity-awesome-skills --help
# 基本用法
antigravity-awesome-skills input_file -o output_file
# Python 代码中调用
import antigravity_awesome_skills
# 示例
result = antigravity_awesome_skills.process("input")
print(result)
# antigravity-awesome-skills 配置文件示例(config.yml) app: name: "antigravity-awesome-skills" debug: false log_level: "INFO" # 运行时指定配置文件 antigravity-awesome-skills --config config.yml # 或通过环境变量配置 export ANTIGRAVITY_AWESOME_SKILLS_API_KEY="your-key" export ANTIGRAVITY_AWESOME_SKILLS_OUTPUT_DIR="./output"
Most users should start by choosing the smallest useful surface:
```bash
test -d ~/.agents/skills && echo "Skills installed in ~/.agents/skills"
Run npx antigravity-awesome-skills for the default full-library install. Use a tool-specific flag such as --codex, --cursor, --gemini, --claude, or --antigravity when you want the installer to place skills in the directory your assistant already watches.
npx antigravity-awesome-skills --agy ```
The npm installer uses a shallow, release-pinned clone by default so first-run installs stay lighter than a full repository history checkout while matching the published npm package version. Use --tag main only when you intentionally want the current repository tip.
Do not install everything first if you already know the work. Start with the focused plugin for your job, then add more only when the task expands.
All specialized plugins are generated as Claude Code and Codex plugin bundles. For Antigravity, use the same SKILL.md content through the installer or supported skills paths.
| Plugin | Skills | Best for |
|---|---|---|
| AAS Web App Builder | 10 | Frontend and full-stack developers shipping modern web apps. |
| AAS Product Design Studio | 10 | Product UI, brand, portfolio, accessibility, and richer visual work. |
| AAS Security Engineer | 10 | Authorized security testing, audit, and hardening. |
| AAS Secure App Builder | 10 | Developers who want security embedded while building features. |
| AAS Documents & Presentations | 9 | Office files, document conversion, decks, and slide workflows. |
| AAS Data Analytics | 10 | Product analytics, SQL, dashboards, and experiments. |
| AAS Agent & MCP Builder | 10 | Agentic apps, MCP tools, RAG systems, and evaluation loops. |
| AAS OSS Maintainer | 10 | PRs, releases, reviews, and contributor handoffs. |
| AAS QA & Test Automation | 10 | Test suites, browser automation, and QA stabilization. |
| AAS DevOps & Cloud | 10 | Infrastructure, deployments, and operational workflows. |
| AAS Accessibility & Inclusive UX | 8 | WCAG audits, automated scans, screen-reader checks, and accessible QA. |
| AAS API Platform Builder | 10 | API design, OpenAPI contracts, auth, security, load tests, and observability. |
| AAS SaaS Launch & Revenue | 10 | SaaS MVPs, pricing, payments, analytics, lifecycle, referrals, and SEO. |
| AAS AI Product & Evaluation Ops | 10 | AI product metrics, evals, tracing, experiments, and model-quality loops. |
Next-wave plugins cover marketing/SEO/growth, automation, observability/incident response, Python APIs, mobile apps, data engineering, privacy/compliance, and localization/international growth.
plugins/.AAS specialized plugins are focused, domain-specific distributions of the skill library. They package the most relevant skills for web apps, security, data analytics, documents, DevOps, QA, OSS maintenance, and agent or MCP work so users can start with the right surface instead of activating the entire catalog.
Use the full library if you want the biggest catalog and direct filesystem control. Use a specialized plugin when you want a smaller, marketplace-style distribution for a specific workflow in Claude Code or Codex. For Antigravity, install the matching skills into the supported skills path. The complete explanation lives in Plugins for Claude Code and Codex.
Plugins are installable packaging surfaces, bundles are curated skill recommendations, and workflows are ordered execution playbooks. Start with a plugin when the domain is clear, use bundles to compare adjacent skills, and use workflows when the important part is sequencing planning, coding, testing, auditing, or release work.
Start with Specialized Plugins when you want an installable domain pack. Use Bundles for role-based recommendations, Workflows for ordered execution playbooks, CATALOG.md for the full registry, and the hosted GitHub Pages catalog for searchable browsing.
Plugins, bundles, and workflows answer different questions. Plugins are the installable packaging surface; bundles are curated recommendations; workflows are ordered playbooks for getting a result.
| Surface | Answers | Use it for |
|---|---|---|
| Specialized plugin | What should I install or activate for this domain? | Focused Claude Code/Codex plugin packaging and Antigravity-compatible skill selection. |
| Bundle | Which skills naturally belong together? | Role-based discovery after a full-library install or when building a custom subset. |
| Workflow | What order should the agent run skills in? | Planning, shipping, auditing, testing, or incident-style execution. |
Use a specialized plugin first when your domain is clear. Use bundles to explore adjacent skills or assemble a custom install. Use workflows when the hard part is sequencing the work.
Keep the root README short; use the dedicated docs for recovery and platform-specific guidance.
.agents/skills installs, prefer a reduced install such as npx antigravity-awesome-skills --path .agents/skills --category development,backend --risk safe,none.CODE_OF_CONDUCT.md, and SECURITY.md.生态完整度高,技能数量庞大且持续维护更新。集合官方和社区力量,为AI编程提供强大工具集。下载和集成体验值得关注。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,antigravity-awesome-skills — Claude MCP 必备工具中文教程 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | antigravity-awesome-skills |
| 原始描述 | Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections. |
| Topics | AI智能体代码生成技能库工作流Claude插件AI编程 |
| GitHub | https://github.com/sickn33/antigravity-awesome-skills |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-22 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。