Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Add this skill
npx mdskills install sickn33/00-andruia-consultantDiagnostic skill that bifurcates workflow based on workspace state, but lacks concrete execution steps
The Ultimate Collection of 1,239+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL
Antigravity Awesome Skills is a curated, battle-tested library of 1,239+ high-performance agentic skills designed to work seamlessly across the major AI coding assistants.
Welcome to the V7.4.0 Release! This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more.
Welcome to the V7.2.0 Interactive Web Edition. This isn't just a list of scripts; it's a complete operating system for your AI Agent.
Antigravity Awesome Skills (Release 7.2.0) is a massive upgrade to your AI's capabilities.
AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack specific tools. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation". Skills are small markdown files that teach them how to do these specific tasks perfectly, every time.
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?")
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: .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/ |
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.
Warning:
Windows Users: this repository uses symlinks for official skills. See Troubleshooting for the exact fix.
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.| Tool | Install | First Use |
|---|---|---|
| Claude Code | npx antigravity-awesome-skills --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 | No installer — paste skills or rules manually | 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 |
| Custom path | npx antigravity-awesome-skills --path ./my-skills | Depends on your tool |
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 from 1,236+ skills 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:
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)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, aws-serverless, vercel-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 |
Counts change as new skills are added. For the current full registry, see CATALOG.md.
apps/web-app.CATALOG.md.docs/users/bundles.md.docs/users/workflows.md.docs/users/getting-started.md and docs/users/usage.md.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.md.CONTRIBUTING.md.docs/contributors/skill-template.md.npm run validate before opening a PR.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:
dap CLI. Supports Python, Go, Node.js/TypeScript, Rust, and C/C++.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!
MIT License. See LICENSE for details.
If Antigravity Awesome Skills has been useful, consider ⭐ starring the repo!
Install via CLI
npx mdskills install sickn33/00-andruia-consultant00 Andruia Consultant is a free, open-source AI agent skill. Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español.
Install 00 Andruia Consultant with a single command:
npx mdskills install sickn33/00-andruia-consultantThis downloads the skill files into your project and your AI agent picks them up automatically.
00 Andruia Consultant works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.