Skills2026年4月4日·1 分钟阅读

Antigravity Awesome Skills — 1,340+ Agentic Skills Library

Installable library of 1,340+ agentic skills for Claude Code, Cursor, Codex CLI, and Gemini CLI. One command installs skills like brainstorming, security auditing, frontend design, and API design.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Antigravity Awesome Skills — 1,340+ Agentic Skills Library
直接安装命令
npx -y tokrepo@latest install 179ee528-194d-41bb-9963-1fc42727ef98 --target codex

先 dry-run 确认安装计划,再运行此命令。

TL;DR
Antigravity provides 1,340+ installable skills for Claude Code, Cursor, Codex CLI, and Gemini CLI.
§01

What it is

Antigravity Awesome Skills is an installable library of 1,340+ agentic skills for AI coding assistants. Each skill is a standalone markdown file that gives your AI agent domain expertise in areas like brainstorming, security auditing, test-driven development, frontend design, and API design.

The library works with Claude Code, Cursor, Codex CLI, Gemini CLI, and other agents that support the skills protocol. Install all skills with one command or pick specific ones. It is designed for developers who want to expand their AI assistant beyond basic code generation.

§02

How it saves time or tokens

Instead of writing detailed instructions every time you need your AI agent to perform a specialized task, Antigravity skills pre-load domain expertise. A security auditing skill brings best practices for vulnerability scanning. A brainstorming skill provides a structured seven-phase design facilitation process. These skills activate automatically when relevant, reducing the prompting effort and improving output quality without manual context injection.

§03

How to use

  1. Install all 1,340+ skills with a single command:
npx antigravity-awesome-skills
  1. Or install for a specific AI agent:
npx antigravity-awesome-skills --claude    # Claude Code
npx antigravity-awesome-skills --cursor    # Cursor
npx antigravity-awesome-skills --gemini    # Gemini CLI
npx antigravity-awesome-skills --codex     # Codex CLI
  1. Skills activate automatically when your agent encounters a relevant task. No additional configuration is needed.
§04

Example

The brainstorming skill in action provides a structured seven-phase workflow:

# Brainstorming Skill — 7-Phase Design Facilitation
§05

Phase 1: Understand Context

  • What problem are we solving?
  • Who is the user?
  • What constraints exist?
§06

Phase 2: One Question at a Time

  • Ask targeted questions to uncover hidden requirements
§07

Phase 3: Non-Functional Requirements

  • Performance, security, scalability considerations
§08

Phase 4: Understanding Lock

  • Confirm shared understanding before proceeding
§09

Phase 5: Explore Design Approaches

  • Generate 3+ distinct architectural options
§10

Phase 6: Present Design

  • Present the recommended approach with tradeoffs
§11

Phase 7: Decision Log

  • Record decisions and rationale for future reference
§12

Related on TokRepo

§13

Common pitfalls

  • Installing all 1,340+ skills at once may slow down agent startup on older machines. If you notice performance issues, install only the categories you actively use.
  • Skills are markdown files that consume context window space. Running multiple specialized skills simultaneously can reduce the available context for your actual task.
  • Not all skills are equally polished. Some community-contributed skills may need customization for your specific workflow and coding standards.

常见问题

What AI agents are compatible with Antigravity Awesome Skills?+

Antigravity supports Claude Code, Cursor, Codex CLI, Gemini CLI, and any agent that implements the skills add protocol. Each agent has a dedicated install flag (--claude, --cursor, --gemini, --codex).

How do skills activate in my agent?+

Skills are installed as markdown files in your agent's skills directory. The agent reads relevant skill files based on the task context. For example, a security-related task automatically loads the security auditing skill.

Can I install only specific skills?+

Yes. Use the --skill flag to select individual skills: npx antigravity-awesome-skills --skill brainstorming security-audit frontend-design. This keeps your installation focused and lightweight.

Are the skills maintained and updated?+

The Antigravity repository is actively maintained with community contributions. Skills are versioned and you can update by re-running the install command. Check the GitHub repository for the latest additions.

Can I create and contribute my own skills?+

Yes. Skills are markdown files following a standard format. You can create custom skills for your team and optionally contribute them back to the Antigravity repository via pull requests.

引用来源 (3)
🙏

来源与感谢

Created by sickn33. Licensed under MIT.

antigravity-awesome-skills — ⭐ 30,500+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产