
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
agent-skills-hub
Advanced tools
The central hub for AI agent skills, supporting OpenClaw, Antigravity, Claude Code, and more.

The universal registry of agentic skills for AI coding agents.
790+ skills for Claude Code, Gemini, Cursor, Kiro, Codex, Antigravity, OpenCode, and other agent frameworks.
Install Now »
Search Skills
·
View Demos
·
Report Bug
·
Request Feature
Agent Skills Hub is a centralized, open-source registry of agentic skills — reusable, structured instructions that teach AI agents how to actually do things correctly.
Think of skills as plugins for reasoning:
This repository is shipped as an NPX-first CLI, making skills instantly installable into popular agent environments.
If prompts are what to do,
skills are how to do it right.
Modern AI agents are powerful generalists, but they lack:
Agent Skills solve this gap.
Each skill is a Markdown-based definition that can teach an agent:
Skills work across Claude Code, Gemini CLI, Cursor, Kiro, Codex, Antigravity, OpenCode, AdaL, and more.
The fastest way to get started is via NPX.
# Install skills globally (default: ~/.agent/skills)
npx agent-skills-hub
This installs the full skill registry in a global location that most agents can read from.
For repo-aware agents, you can keep skills inside your project.
Create a skills/ directory at your project root:
git clone https://github.com/legendaryabhi/agent-skills-hub.git ./skills
Each skill folder must contain a SKILL.md file.
Supported agents will automatically detect and load local skills at runtime, giving your agent full project context without any extra configuration.
Priority rule: Project-local skills override global skills when both exist.
Install skills directly into agent-specific locations:
# Claude Code
npx agent-skills-hub --claude
# Gemini CLI
npx agent-skills-hub --gemini
# Cursor IDE
npx agent-skills-hub --cursor
# Kiro CLI/IDE
npx agent-skills-hub --kiro
# Codex CLI
npx agent-skills-hub --codex
# Antigravity IDE
npx agent-skills-hub --antigravity
# OpenCode CLI
npx agent-skills-hub --opencode
# AdaL CLI
npx agent-skills-hub --adal
# OpenClaw
npx agent-skills-hub --openclaw
| Tool | Flag | Install Path |
|---|---|---|
| Claude Code | --claude | ~/.claude/skills/ |
| Gemini CLI | --gemini | ~/.gemini/skills/ |
| Cursor IDE | --cursor | ~/.cursor/skills/ |
| Kiro CLI/IDE | --kiro | ~/.kiro/skills/ |
| Codex CLI | --codex | ~/.codex/skills/ |
| Antigravity | --antigravity | ~/.gemini/antigravity/skills/ |
| OpenCode | --opencode | ~/.agents/skills/ |
| AdaL CLI | --adal | ~/.adal/skills/ |
| OpenClaw | --openclaw | ~/.openclaw/skills/ |
| Custom | --path <dir> | <dir> |
npx agent-skills-hub install react-patterns
npx agent-skills-hub install react-patterns --cursor
This installs only the requested skill instead of the full registry.
If you prefer full control:
git clone https://github.com/legendaryabhi/agent-skills-hub.git ~/skills
You can then:
skills/ folderUsage depends on your agent framework.
OpenClaw automatically loads skills from:
~/.openclaw/skills
Once installed, skills are injected at runtime.
Claude Code reads skills from:
~/.claude/skills
Example:
/load @react-best-practices
Help me refactor this component using the loaded patterns.
Install skills to:
~/.cursor/skills
Reference them in chat:
@react-best-practices How should I structure this useEffect?
Gemini CLI using react-patterns skill from Agent Skills Hub
npx agent-skills-hub install react-patterns --gemini
https://github.com/user-attachments/assets/f01c532e-7f21-4543-8bed-ab8a4ecfe288
PRs with demos are highly welcome.
We currently maintain 790+ skills across multiple domains.
Browse the full catalog: CATALOG.md
system-design, c4-model, microservicesreact-patterns, typescript-expert, python-optimizationowasp-top-10, pentest-checklistdocker-mastery, kubernetes-debugseo-audit, startup-analysisSee the open issues.
We’re building the open standard for agent skills.
SKILL.md:See CONTRIBUTING.md for full guidelines.
Distributed under the MIT License.
See LICENSE for details.
This project is built on top of
antigravity-awesome-skills MIT license.
On top of the original work, I have added:
See ATTRIBUTION.md for full credits.
Thanks to the original authors for laying the foundation.
FAQs
The central hub for AI agent skills, supporting OpenClaw, Antigravity, Claude Code, and more.
We found that agent-skills-hub demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.