Antigravity Awesome Skills

Active
GitHub Python MIT

Description

An installable library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI and more, with installer CLI, bundles and workflows.

Key Features

  • 1500+ installable skills — Covers dev, test, security, infrastructure, product, and marketing domains
  • npm installer — One-command install via npx antigravity-awesome-skills to your tool's skills directory
  • Multi-tool compatible — Supports Claude Code, Cursor, Codex CLI, Gemini CLI, Kiro, OpenCode, Copilot
  • Specialized plugins — Domain-specific packs for Web App Builder, Security Engineer, Data Analytics, QA
  • Bundles & Workflows — Role-based recommendations and ordered execution playbooks
  • Stable Skills Manifest — Version-pinned manifest for reproducible installs

Use Cases

💡 Install a full development skill library for Claude Code to boost coding efficiency
💡 Use the Security Engineer plugin for authorized security testing and hardening
💡 Quickly build frontend apps with the Web App Builder plugin
💡 Write automated test suites with the QA & Test Automation plugin
💡 Build RAG systems and evaluation loops with the Agent & MCP Builder plugin

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (45.9k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

Categories

Quick Start

```bash
# Install full skill library to ~/.agents/skills
npx antigravity-awesome-skills

# Verify installation
test -d ~/.agents/skills && echo "Skills installed"

# Usage example in Claude Code:
# Use @brainstorming to plan a SaaS MVP.
```

Related Projects

Awesome Claude Skills

74.3k · Python
Active A

A curated list of awesome Claude Skills, resources and tools for customizing Claude AI workflows.

mcptoolspython +1
  • · 1000+ production-ready skills - Covering 9 categories including document processing, dev tools, data analysis, marketing, and writing
  • · Cross-agent compatible - Works with Claude Code, Claude.ai, OpenAI Codex, Cursor, Gemini CLI, Windsurf and more
  • · Progressive loading architecture - Each skill loads only name and description (~100 tokens), full content on demand, hundreds coexist

Awesome LLM Skills

1.7k · Python
Normal C

A curated list of awesome LLM and AI Agent Skills, resources and tools for customising AI Agent workflows. Works with Claude Code, Codex, Gemini CLI and custom agents.

agenttoolsmcp +2
  • · Curated collection of LLM skills for Claude Code, Codex, Gemini CLI, and more
  • · Covers document processing (docx, pdf, pptx, xlsx), development tools, and research workflows
  • · Cross-platform compatibility with Anthropic, OpenAI, Google, and Alibaba AI tools

Blender MCP

26.7k · Python
Active A+

MCP server for Blender that enables AI agents to directly control the 3D modeling software for natural language-driven scene creation, model manipulation, and rendering automation.

mcptoolsagent +1
  • · Bidirectional communication — Blender addon creates socket server, MCP Server bridges AI and Blender
  • · 3D object manipulation — create, modify, delete 3D objects in Blender via natural language
  • · Material and rendering control — natural language application of materials, colors, lighting, render settings

Jupyter MCP Server

1.3k · Python
Active A

MCP server for Jupyter that enables AI agents to interact with Jupyter kernels, execute code, and manage notebooks.

pythonmcptools +2
  • · Real-time notebook control with instant visibility into code changes and execution results
  • · Smart execution feedback — auto-adjusts on cell failures with multimodal output support (images, plots, text)
  • · Complete cell operation toolkit: read, insert, delete, move cells with code and Markdown support