n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
git clone https://github.com/affaan-m/everything-claude-code.gitAn open-source AI agent that brings the power of Gemini directly into your terminal.
npx @google/gemini-cliInstallable GitHub library of 1,311+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
Antigravity Awesome Skills is a GitHub repository and installer CLI for reusable SKILL.md playbooks. Instead of collecting random prompts, you get a searchable, installable skill library for planning, coding, debugging, testing, security review, infrastructure work, product workflows, and growth tasks across the major AI coding assistants.
Start here: Star the repo ยท Install in 1 minute ยท Choose your tool ยท Best skills by tool ยท Bundles ยท Workflows
Current release: V8.7.1. Trusted by 27k+ GitHub stargazers, this repository combines official and community skill collections with bundles, workflows, installation paths, and docs that help you go from first install to daily use quickly.
npx antigravity-awesome-skills to put skills where your tool expects them.If you searched for Claude Code skills, Cursor skills, Codex CLI skills, Gemini CLI skills, or AI agent skills on GitHub, this is the fastest path to installing a serious working library and using it the same day.
Antigravity Awesome Skills (Release 8.7.1) is a large, installable skill library for AI coding assistants. It includes onboarding docs, bundles, workflows, generated catalogs, and a CLI installer so you can move from discovery to actual usage without manually stitching together dozens of repos.
AI agents are smart, but they still need task-specific operating instructions. Skills are focused markdown playbooks that teach an agent how to perform a workflow repeatedly and with better context, whether that means deployment, API design, testing, product strategy, SEO, or documentation.
Install once; then use Starter Packs in docs/users/bundles.md to focus on your role.
Install:
# Default: ~/.gemini/antigravity/skills (Antigravity global). Use --path for other locations.
npx antigravity-awesome-skills
Verify:
test -d ~/.gemini/antigravity/skills && echo "Skills installed in ~/.gemini/antigravity/skills"
Run your first skill:
"Use @brainstorming to plan a SaaS MVP."
Pick a bundle:
Web Wizard.Security Engineer.Essentials.Once installed, just ask your agent naturally:
"Use the @brainstorming skill to help me plan a SaaS." "Run @lint-and-validate on this file."
๐ NEW: Complete Usage Guide - Read This First! (answers: "What do I do after installation?", "How do I execute skills?", "What should prompts look like?")
๐ Full Getting Started Guide
These skills follow the universal SKILL.md format and work with any AI coding assistant that supports agentic skills.
| Tool | Type | Invocation Example | Path |
|---|---|---|---|
| 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 | Global:~/.kiro/skills/ ยท Workspace: .kiro/skills/ |
| Kiro IDE | IDE | /skill-name or (Auto) | Global:~/.kiro/skills/ ยท Workspace: .kiro/skills/ |
| Antigravity | IDE | (Agent Mode) Use skill... | Global:~/.gemini/antigravity/skills/ ยท Workspace: |
[!TIP] Default installer path:
~/.gemini/antigravity/skills(Antigravity global). Use--path ~/.agent/skillsfor workspace-specific install. For manual clone,.agent/skills/works as workspace path for Antigravity. OpenCode Path Update: opencode path is changed to.agents/skillsfor global skills. See Place Files directive on OpenCode Docs.
[!TIP] Windows Users: use the standard install commands. The legacy
core.symlinks=true/ Developer Mode workaround is no longer required for this repository.
To use these skills with Claude Code, Gemini CLI, Codex CLI, Kiro CLI, Kiro IDE, Cursor, Antigravity, OpenCode, or AdaL:
npx antigravity-awesome-skills
test -d ~/.gemini/antigravity/skills && echo "Skills installed"
Use @brainstorming to plan a SaaS MVP.
docs/users/bundles.md and execution playbooks in docs/users/workflows.md.If you use Claude Code and prefer the plugin marketplace flow, this repository now ships a root .claude-plugin/marketplace.json:
/plugin marketplace add sickn33/antigravity-awesome-skills
/plugin install antigravity-awesome-skills
This installs the same repository-backed skill library through Claude Code's plugin marketplace entrypoint.
| Tool | Install | First Use |
|---|---|---|
| Claude Code | npx antigravity-awesome-skills --claude or Claude plugin marketplace | >> /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 | No installer โ paste skills or rules manually | Ask Copilot to use brainstorming to plan a feature |
| OpenCode | npx antigravity-awesome-skills --path .agents/skills |
If you want a faster answer than "browse all 1,311+ skills", start with a tool-specific guide:
.cursor/skills/, UI-heavy work, and pair-programming flows.These skills are continuously reviewed and hardened, but the collection is not "safe by default". They are instructions and examples that can include risky operations by design.
/api/refresh-skills mutation flow (method/host checks and optional token gate) before any repo mutation.rehype-raw) and follows safer defaults for skill content display.SKILL.md security scan checks for high-risk command patterns (for example curl|bash, wget|sh, irm|iex, command-line token examples) with explicit allowlisting for deliberate exceptions.SKILL.md files now also run an automated skill-review GitHub Actions check, so contributors and maintainers get a second pass focused on skill structure and review quality.skills/ contains the reusable SKILL.md collection.CATALOG.md, skills_index.json, and data/ provide generated indexes.apps/web-app gives you search, filters, rendering, and copy helpers.docs/users/bundles.md groups starter skills by role.docs/users/workflows.md gives step-by-step execution playbooks.| Path | Purpose |
|---|---|
skills/ | The canonical skill library |
docs/users/ | Getting started, usage, bundles, workflows, visual guides |
docs/contributors/ | Templates, anatomy, examples, quality bar, community docs |
docs/maintainers/ | Release, audit, CI drift, metadata maintenance docs |
docs/sources/ | Attribution and licensing references |
apps/web-app/ | Interactive browser for the skill catalog |
tools/ | Installer, validators, generators, and support scripts |
data/ | Generated catalog, aliases, bundles, and workflows |
@brainstorming for planning before implementation.@architecture for system and component design.@test-driven-development for TDD-oriented work.@doc-coauthoring for structured documentation writing.@lint-and-validate for lightweight quality checks.@create-pr for packaging work into a clean pull request.@debugging-strategies for systematic troubleshooting.@api-design-principles for API shape and consistency.@frontend-design for UI and interaction quality.@security-auditor for security-focused reviews.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.
Bundles are curated groups of skills for a specific role or goal (for example: Web Wizard, Security Engineer, OSS Maintainer).
They help you avoid picking through the full catalog one by one.
Common confusion: "Do I need to install each bundle separately?"
Answer: NO! Here's what bundles actually are:
What bundles ARE:
What bundles are NOT:
If Antigravity starts hitting context limits with too many active skills, the optional activation scripts in docs/users/agent-overload-recovery.md can materialize only the bundles or skill ids you want in the live Antigravity directory.
For detailed examples of how to actually use skills, see the Usage Guide.
Essentials + Full-Stack Developer + QA & Testing.Security Developer + DevOps & Cloud + Observability & Monitoring.Essentials + OSS Maintainer.Bundles help you choose skills. Workflows help you execute them in order.
Start here:
Initial workflows include:
@go-playwright support for Go stacks)Need to compare this repository with other skill libraries before you install? Start here:
The repository is organized into specialized domains to transform your AI into an expert across the entire software development lifecycle:
| Category | Focus | Example skills |
|---|---|---|
| Architecture | System design, ADRs, C4, and scalable patterns | architecture, c4-context, senior-architect |
| Business | Growth, pricing, CRO, SEO, and go-to-market | copywriting, pricing-strategy, seo-audit |
| Data & AI | LLM apps, RAG, agents, observability, analytics | rag-engineer, prompt-engineer, langgraph |
| Development | Language mastery, framework patterns, code quality | typescript-expert, python-patterns, react-patterns |
| General | Planning, docs, product ops, writing, guidelines | brainstorming, doc-coauthoring, writing-plans |
| Infrastructure | DevOps, cloud, serverless, deployment, CI/CD | docker-expert, , |
Counts change as new skills are added. For the current full registry, see CATALOG.md.
apps/web-app.CATALOG.md.docs/users/claude-code-skills.md, docs/users/cursor-skills.md, docs/users/codex-cli-skills.md, and docs/users/gemini-cli-skills.md.docs/users/bundles.md.docs/users/workflows.md.Use the normal install flow on Windows:
git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skills
If you have an older clone created around the removed symlink workaround, reinstall into a fresh directory or rerun the npx antigravity-awesome-skills installer.
If Antigravity or a Jetski/Cortex-based host keeps reopening into a truncation error, use the dedicated recovery guide:
That guide includes:
If Antigravity becomes unstable only when too many skills are active at once, use the cross-platform overload guide:
If your agent is struggling with context window limits due to too many loaded skills, use the activation scripts. They keep the full library in a separate archive folder and only activate the bundles or skills you need into the live Antigravity skills directory.
Important Usage Instructions:
scripts folder.macOS/Linux examples:
# Activate specific bundles
./scripts/activate-skills.sh "Web Wizard" "Integration & APIs"
# Activate literal skill ids
./scripts/activate-skills.sh brainstorming systematic-debugging
# Clear and reset (archives the live directory first)
./scripts/activate-skills.sh --clear
Windows examples:
:: Activate specific bundles
.\scripts\activate-skills.bat "Web Wizard" "Integration & APIs"
:: Clear and reset (removes all skills except the Essentials bundle)
.\scripts\activate-skills.bat --clear
The web app is the fastest way to navigate a large repository like this.
Run locally:
npm run app:install
npm run app:dev
That will copy the generated skill index into apps/web-app/public/skills.json, mirror the current skills/ tree into apps/web-app/public/skills/, and start the Vite development server.
Hosted online: The same app is available at https://sickn33.github.io/antigravity-awesome-skills/ and is deployed automatically on every push to main. To enable it once: Settings โ Pages โ Build and deployment โ Source: GitHub Actions.
skills/<skill-name>/SKILL.md.CONTRIBUTING.md.docs/contributors/skill-template.md.npm run validate before opening a PR.CATALOG.md, skills_index.json, or data/*.json.SKILL.md, expect the automated skill-review check on GitHub in addition to the usual validation and security scans.CODE_OF_CONDUCT.md for community expectations and moderation standards.SECURITY.md for security reporting.Support is optional. The project stays free and open-source for everyone.
We stand on the shoulders of giants.
๐ View the Full Attribution Ledger
Key contributors and sources include:
This collection would not be possible without the incredible work of the Claude Code community and official sources:
Made with contrib.rocks. (Image may be cached; view live contributors on GitHub.)
We officially thank the following contributors for their help in making this repository awesome!
Original code and tooling are licensed under the MIT License. See LICENSE.
Original documentation and other non-code written content are licensed under CC BY 4.0, unless a more specific upstream notice says otherwise. See docs/sources/sources.md for attributions and third-party license details.
If Antigravity Awesome Skills has been useful, consider โญ starring the repo!
.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/ |
opencode run @brainstorming help me plan a feature |
| AdaL CLI | npx antigravity-awesome-skills --path .adal/skills | Use brainstorming to plan a feature |
| Custom path | npx antigravity-awesome-skills --path ./my-skills | Depends on your tool |
aws-serverlessvercel-deployment| Security | AppSec, pentesting, vuln analysis, compliance | api-security-best-practices, sql-injection-testing, vulnerability-scanner |
| Testing | TDD, test design, fixes, QA workflows | test-driven-development, testing-patterns, test-fixing |
| Workflow | Automation, orchestration, jobs, agents | workflow-automation, inngest, trigger-dev |
docs/users/getting-started.md and docs/users/usage.md.docs/maintainers/ci-drift-fix.md |
docs/users/visual-guide.md ยท docs/users/ai-agent-skills.md ยท docs/users/best-claude-code-skills-github.md ยท docs/users/best-cursor-skills-github.md |
dap CLI. Supports Python, Go, Node.js/TypeScript, Rust, and C/C++.