Skip to content

A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.

License

Notifications You must be signed in to change notification settings

gmh5225/awesome-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

awesome-skillsAwesome

GitHub license

A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.

Show respect to all the projects below, perfect works of art 🫡

How to contribute?

What Are Agent Skills?

Agent Skills are instruction files that teach AI assistants how to perform specific tasks. They are specialized folders containing instructions, scripts, and resources that AI agents dynamically discover and load when relevant to tasks.

Skills employ a progressive disclosure architecture for efficiency:

  1. Metadata loading (~100 tokens): AI scans available Skills to identify relevant matches
  2. Full instructions (<5k tokens): Load when AI determines the Skill applies
  3. Bundled resources: Files and executable code load only as needed

Skill Structure

skill-name/
├── SKILL.md          # Required: Instructions and metadata
├── scripts/          # Optional: Helper scripts
├── templates/        # Optional: Document templates
└── resources/        # Optional: Reference files

Basic SKILL.md Template

---
name: my-skill-name
description: A clear description of what this skill does.
---

# My Skill Name

Detailed description of the skill's purpose.

## When to Use This Skill

- Use case 1
- Use case 2

## Instructions

[Detailed instructions for the agent on how to execute this skill]

## Examples

[Real-world examples]

Compatible Agents & Platforms

Programming Tools

Tool Project Path Global Path Documentation
Amp .agents/skills/ ~/.config/agents/skills/ Amp Skills
Antigravity .agent/skills/ ~/.gemini/antigravity/skills/ Antigravity Skills
Clawdbot ./skills/ ~/.clawdbot/skills/ Clawdbot Skills
Claude Code .claude/skills/ ~/.claude/skills/ Claude Code Skills
Codex .codex/skills/ ~/.codex/skills/ Codex Skills
Cursor .cursor/skills/ ~/.cursor/skills/ Cursor Skills
Droid/Factory .factory/skills/ ~/.factory/skills/ Factory Droid Skills
Gemini CLI .gemini/skills/ ~/.gemini/skills/ Gemini CLI Skills
GitHub Copilot .github/skills/ ~/.copilot/skills/ Copilot Skills
Goose .goose/skills/ ~/.config/goose/skills/ Goose Skills
Kilo Code .kilocode/skills/ ~/.kilocode/skills/ Kilo Skills
OpenCode .opencode/skills/ ~/.config/opencode/skills/ OpenCode Skills
Roo Code .roo/skills/ ~/.roo/skills/ Roo Code Skills
Windsurf .windsurf/skills/ ~/.codeium/windsurf/skills/ Windsurf Cascade Skills

Conversational Tools

Official Skills

Official Anthropic Skills

Skill Description Source
docx Create, edit, analyze Word documents with tracked changes anthropics/skills
xlsx Spreadsheet manipulation: formulas, charts, data transformations anthropics/skills
pptx Read, generate, and adjust slides, layouts, templates anthropics/skills
pdf Extract text, tables, metadata from PDFs anthropics/skills
algorithmic-art Create generative art using p5.js with seeded randomness anthropics/skills
canvas-design Design visual art in PNG and PDF formats anthropics/skills
frontend-design Avoid "AI slop" aesthetics and make bold design decisions anthropics/skills
slack-gif-creator Create animated GIFs optimized for Slack size constraints anthropics/skills
theme-factory Style artifacts with professional themes anthropics/skills
web-artifacts-builder Build complex HTML artifacts with React and Tailwind anthropics/skills
mcp-builder Create MCP servers to integrate external APIs anthropics/skills
webapp-testing Test local web applications using Playwright anthropics/skills
brand-guidelines Apply brand colors and typography to artifacts anthropics/skills
internal-comms Write status reports, newsletters, and FAQs anthropics/skills
skill-creator Guide for creating skills that extend capabilities anthropics/skills

Official OpenAI Codex Skills

Skill Scope Location Suggested Use
REPO $CWD/.codex/skills Skills relevant to a working folder
REPO $CWD/../.codex/skills Skills for shared areas in parent folders
REPO $REPO_ROOT/.codex/skills Root skills for everyone using the repository
USER $CODEX_HOME/skills (default: ~/.codex/skills) Personal skills that apply to any repository
ADMIN /etc/codex/skills SDK scripts, automation, and default admin skills
SYSTEM Bundled with Codex Built-in skills like skill-creator and plan

Official HuggingFace Skills

Skill Description Source
hf_dataset_creator Prompts, templates, and scripts for creating structured training datasets huggingface/skills
hf_model_evaluation Instructions plus utilities for orchestrating evaluation jobs huggingface/skills
hf-llm-trainer Comprehensive training skill with guidance, helper scripts huggingface/skills
hf-paper-publisher Tools for publishing and managing research papers on Hugging Face Hub huggingface/skills

Skills by Teams

Vercel Engineering Team

Trail of Bits Security Team

Sentry Team

Expo Team

Community Skills

Skill Collections

Learn Skills — Curated high-quality AI Agent Skills. Search, install, copy and share.

Repository Description
anthropics/skills Official Anthropic collection (document editing, data analysis)
anthropics/claude-plugins-official Official Anthropic directory of high-quality Claude Code plugins (skills, MCP, commands)
borghei/Claude-Skills 47 expert-level skills: frameworks, templates, code examples for leadership, engineering, product, marketing, sales, data, HR
BehiSecc/VibeSec-Skill Secure coding skill: prevent IDOR, XSS, SSRF, SQLi, auth issues; framework- and cloud-aware
gmh5225/awesome-game-security 9 game security skills: anti-cheat systems, DMA attacks, game engine modding, reverse engineering, Windows kernel security
gmh5225/awesome-web3-security 6 Web3 security skills: smart contract security, Solana security, MEV, wallet security, security tooling
gmh5225/awesome-ai-security 5 AI security skills: adversarial ML, LLM attacks, AI pentesting, security tooling
VoltAgent/awesome-clawdbot-skills 565+ Clawdbot skills: web dev, DevOps, AI/LLMs, marketing, productivity, media, health, smart home
forrestchang/andrej-karpathy-skills Karpathy-inspired Claude Code guidelines: think before coding, simplicity first, surgical changes
openai/skills Official OpenAI Codex skills catalog
huggingface/skills HuggingFace skills (compatible with Claude, Codex, Gemini)
sickn33/antigravity-awesome-skills 600+ agentic skills for Claude Code, Antigravity, Cursor with official Anthropic & Vercel skills
aj-geddes/useful-ai-prompts 488+ prompts & 260+ skills: standardized AI prompts, Claude Code skills, automation hooks
austintgriffith/ethskills Production Ethereum knowledge for AI: gas, wallets, L2s, standards, x402, verified addresses; URL-based, no install
hoodini/ai-agents-skills 25+ specialized skills: AWS, LangChain, Vercel, Cloudflare, MongoDB, OWASP security for Copilot/Claude/Cursor/Windsurf
jeremylongshore/claude-code-plugins-plus-skills 270+ plugins, 739+ agent skills: production orchestration, 11 Jupyter tutorials, CCPI package manager
jup-ag/agent-skills Skills for AI coding agents to integrate with the Jupiter ecosystem
dgreenheck/webgpu-claude-skill WebGPU + Three.js TSL skill: shaders, GPU compute, post-processing, WGSL integration
gmh5225/android-reverse-engineering-skill Android reverse engineering: decompile APK/XAPK/JAR/AAR, extract HTTP APIs, trace call flows
Dammyjay93/interface-design Design engineering for Claude Code: craft, memory, and enforcement for consistent UI
ognjengt/founder-skills 20+ skills for founders: PRD, CRO, viral hooks, GTM, X/LinkedIn writing, outreach, pricing, Product Hunt launch
pluginagentmarketplace/custom-plugin-game-developer 7 agents, 21 skills: game design, programming (Unity/Unreal), graphics, audio, networking, tools, publishing
obra/superpowers Core skills library with 20+ battle-tested skills including TDD, debugging
skillcreatorai/Ai-Agent-Skills SkillCreator.ai collection with CLI installer
karanb192/awesome-claude-skills 50+ verified skills for Claude Code and Claude.ai
ComposioHQ/awesome-claude-skills Quality Skills collection for various programming tasks
ComposioHQ/awesome-codex-skills Practical Codex skills for automation workflows
VoltAgent/awesome-claude-skills Awesome collection with official and community-built resources
mhattingpete/claude-skills-marketplace Git, code review, and testing skills
coreyhaines31/marketingskills 23 marketing skills: CRO, copywriting, SEO, analytics, A/B testing, email sequences
remotion-dev/skills Remotion skills for programmatic video creation in React
Code-and-Sorts/awesome-copilot-agents Instructions, prompts, skills and custom agents for GitHub Copilot
vivy-yi/xiaohongshu-skills 139 Xiaohongshu (Little Red Book) skills: content, account ops, analytics, e-commerce, platform rules, tools, marketing, growth
Uniswap/uniswap-ai AI tools for building on Uniswap: skills, plugins, and agents for any coding agent

Document Processing

Skill Description
Markdown to EPUB Converts markdown documents into professional EPUB ebook files
revealjs-skill Generate polished presentations using Reveal.js HTML framework
epub-translator Translate EPUB ebooks between languages with parallel processing and quality validation
pdf-translator Translate PDF documents with layout preservation, supports academic papers and Markdown/PDF output

Development & Code Tools

Skill Description
aws-skills AWS development with CDK best practices
D3.js Visualization D3 charts and interactive data visualizations
Playwright Automation Browser automation for testing web apps
iOS Simulator Interact with iOS Simulator for testing
Swift Concurrency Migration Swift Concurrency Migration guide
Obsidian Plugin Obsidian.md plugin development
FFUF Web Fuzzing Web fuzzer integration for vulnerability analysis
move-code-quality-skill Move language code quality checklist
pypict-claude-skill Pairwise Independent Combinatorial Testing
claude-starter Production-ready Claude Code configuration template
cloudflare-skill Cloudflare platform reference docs
solana-dev-skill Solana blockchain development skill

Data & Analysis

Skill Description
CSV Summarizer Analyze CSV files and generate insights with visualizations
postgres Safe read-only SQL queries against PostgreSQL
deep-research Autonomous multi-step research using Gemini
root-cause-tracing Trace back to find original error triggers

Integration & Automation

Skill Description
Dev Browser Web browser capability for agents
Sheets CLI Google Sheets CLI automation
Spotify Skill Spotify API integration
linear-claude-skill Manage Linear issues, projects, and teams
n8n-skills n8n workflow automation skills
NotebookLM Integration Chat with NotebookLM for source-grounded answers

Collaboration & Project Management

Skill Description
git-pushing Automate git operations and repository interactions
review-implementing Evaluate code implementation plans
test-fixing Detect failing tests and propose fixes
test-driven-development TDD implementation workflow
using-git-worktrees Git worktrees with smart directory selection
finishing-a-development-branch Complete development work workflow

Security & Systems

Skill Description
computer-forensics Digital forensics analysis and investigation
Threat Hunting Hunt for threats using Sigma detection rules
defense-in-depth Multi-layered testing and security best practices
varlock-claude-skill Secure environment variable management

Scientific & Research

Skill Description
claude-scientific-skills 125+ scientific skills for bioinformatics, cheminformatics
materials-simulation-skills Computational materials science skills
family-history-research Family history and genealogy research

Health & Life Sciences

Skill Description
Claude-Ally-Health Health assistant for medical report analysis and wellness suggestions

Cybersecurity & Penetration Testing

Skill Description
ethical-hacking-methodology Penetration testing lifecycle and security scanning
metasploit-framework Metasploit for vulnerability exploitation
burp-suite-testing Web application testing with Burp Suite
sql-injection-testing SQL injection vulnerability detection
xss-html-injection Cross-site scripting and HTML injection testing
active-directory-attacks Windows domain penetration testing
aws-penetration-testing AWS cloud security assessment
linux-privilege-escalation Linux privesc vectors and exploitation
windows-privilege-escalation Windows privilege escalation techniques
top-web-vulnerabilities OWASP-aligned vulnerability taxonomy
red-team-tools Red team methodology and bug bounty hunting

Marketing & Growth

Skill Description
copywriting Marketing copy for landing pages and pricing pages
seo-audit Technical and on-page SEO auditing
page-cro Conversion rate optimization for marketing pages
email-sequence Email drip campaigns and lifecycle programs
paid-ads Google Ads, Meta, LinkedIn campaign optimization
pricing-strategy SaaS pricing and monetization strategy
launch-strategy Product launches and go-to-market strategies
programmatic-seo SEO-driven pages at scale
marketing-ideas 140 proven SaaS marketing strategies
marketing-psychology 70+ mental models for marketing
ab-test-setup Plan and implement A/B tests
analytics-tracking GA4, GTM, and event tracking setup
form-cro Lead capture and contact form optimization
signup-flow-cro Registration and signup flow optimization
onboarding-cro Post-signup user activation
paywall-upgrade-cro In-app paywalls and upgrade screens
popup-cro Popups, modals, and exit intent
referral-program Referral and affiliate program design
schema-markup JSON-LD structured data for rich snippets
social-content Social media content and scheduling
copy-editing Seven-sweeps copy editing framework
competitor-alternatives Competitor comparison and alternative pages
free-tool-strategy Engineering-as-marketing tools and calculators

AI Agents & LLM Development

Skill Description
langgraph Stateful, multi-actor AI applications
crewai Role-based multi-agent framework
langfuse LLM observability and tracing
rag-engineer RAG systems with embeddings and vector databases
prompt-engineer Prompt design for LLM applications
voice-agents Voice-based AI assistants
browser-automation Browser automation with Playwright and Puppeteer
agent-memory-systems Memory architecture for AI agents
autonomous-agents AI systems with ReAct and reflection patterns
loki-mode Multi-agent autonomous startup system

Integrations & APIs

Skill Description
stripe-integration Stripe checkout, subscriptions, webhooks
firebase Firebase Auth, Firestore, Cloud Functions
supabase Supabase Auth with Next.js App Router
clerk-auth Clerk auth implementation and webhooks
twilio-communications SMS, voice, video with Twilio
discord-bot-architect Production Discord bots with Discord.js
slack-bot-builder Slack bots with Bolt framework
graphql GraphQL schema design and Apollo integration
aws-serverless Lambda, API Gateway, DynamoDB
vercel-deployment Vercel deployment and edge functions

Web Performance & SEO

Skill Description
web-accessibility-contrast Fix PageSpeed accessibility issues
google-official-seo-guide Google SEO documentation reference
internationalizing-websites Multi-language support with next-intl
deploying-to-production GitHub + Vercel deployment automation

Framework Documentation

Skill Description
shipany-docs Shipany AI-powered SaaS boilerplate (228 pages)
react-native-best-practices React Native optimization from Callstack

Maker & Product Tools

Skill Description
micro-saas-launcher Launch small SaaS products fast
browser-extension-builder Chrome/Firefox extensions with Manifest v3
telegram-bot-builder Telegram bots and Mini Apps
viral-generator-builder Building shareable viral generators
3d-web-experience Three.js, React Three Fiber, WebGL
interactive-portfolio Developer/designer portfolios

Notion Skills

Skill Description
notion-knowledge-capture Convert chats to structured Notion pages
notion-meeting-intelligence Meeting prep with Notion context
notion-research-documentation Synthesize Notion sources into reports
notion-spec-to-implementation Turn Notion specs into task plans

Context Engineering

Skill Description
context-fundamentals Understand context in agent systems
context-degradation Recognize patterns of context failure
context-compression Design compression strategies for long sessions
multi-agent-patterns Multi-agent architectures
memory-systems Design memory architectures

Skills Marketplaces

  • Learn Skills - Curated high-quality AI Agent Skills. Search, install, copy and share.
  • skillsmp.com - Most comprehensive and frequently updated Skills marketplace
  • SkillStore - Security-audited Skills marketplace
  • agentskills.me - Marketplace offering developer revenue sharing
  • skills.rest - Marketplace with Skill rating system

Supporting Tools

Content Humanization

GitHub Copilot Instructions & Prompts

Language & Stack Instructions

Language Description
C System libraries, CLI tools, embedded applications
C# .NET applications with modern C# patterns
C++ Modern C++ with STL, RAII, performance optimization
Go Microservices, CLI tools, concurrent applications
Java Enterprise Java with Spring framework
JavaScript Modern ES6+, Node.js, browser development
Kotlin Android and multi-platform projects
Python Web applications, data science, automation
Rust Systems programming with memory safety
Swift iOS and macOS development with SwiftUI
TypeScript Web and Node.js applications

Framework Instructions

Framework Description
Cobra CLI Charmbracelet Bubbles CLI with Golang Cobra
Node.js TypeScript Azure Functions & Express API with TypeScript
Terraform Infrastructure as Code with Atmos
Drupal 11 Drupal module and theme development

Custom Copilot Agents

Agent Description
Architect Design and plan software systems
Clean Code Write clean, maintainable code
Debugger Debug application code
PRD Creation Build Product Requirements Documents

Tutorials & Resources

Official Documentation

Video Tutorials

Articles & Blog Posts

Data Science & AI Learning Roadmaps

Skills vs Other Approaches

Tool Best For
Skills Reusable procedural knowledge across conversations
Prompts One-time instructions and immediate context
Projects Persistent background knowledge within workspaces
Subagents Independent task execution with specific permissions
MCP Connecting to external data sources and APIs

Key insight: If you find yourself typing the same prompt repeatedly across multiple conversations, it's time to create a Skill.

FAQ

Q: How much do skills impact token usage?
A: Skills are highly efficient. Each skill uses only ~100 tokens during metadata scanning. When activated, the full skill content loads at <5k tokens.

Q: What's the difference between Agent Skills and MCP?
A: They do different things and work great together:

  • Agent Skills = teach the AI how to do something (workflows, best practices)
  • MCP = help the AI access things (APIs, databases, external tools)

Q: Do Agent Skills run code?
A: No. Skills are just text instructions. If you need to run actual code, you'd use MCP servers alongside skills.

Q: How do I create my first Agent Skill?
A: Create a SKILL.md file with a name and description at the top, write clear instructions, put it in your .github/skills/ or .claude/skills/ folder, and test it out.

Security Considerations

⚠️ Important: Skills can execute arbitrary code in the agent's environment. Only install skills from trusted sources.

  • Review SKILL.md and all scripts before enabling a skill
  • Be cautious of skills that request sensitive data access
  • Audit carefully before deploying to production

License

MIT License - see LICENSE file for details.

About

A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published