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 🫡
- https://github.com/HyunCafe/contribute-practice
- https://docs.github.com/en/get-started/quickstart/contributing-to-projects
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:
- Metadata loading (~100 tokens): AI scans available Skills to identify relevant matches
- Full instructions (<5k tokens): Load when AI determines the Skill applies
- Bundled resources: Files and executable code load only as needed
skill-name/
├── SKILL.md # Required: Instructions and metadata
├── scripts/ # Optional: Helper scripts
├── templates/ # Optional: Document templates
└── resources/ # Optional: Reference files
---
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]| 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 |
- Coze - Skills Usage Guide
- Cherry Studio - Agent Skills Best Practices
- Alma - Skills Usage Guide
| 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 |
| 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 |
| 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 |
| 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 |
- vercel-labs/react-best-practices - React best practices and patterns
- vercel-labs/vercel-deploy-claimable - Deploy projects to Vercel
- vercel-labs/web-design-guidelines - Web design guidelines and standards
- trailofbits/audit-context-building - Deep architectural context via ultra-granular code analysis
- trailofbits/building-secure-contracts - Smart contract security toolkit with vulnerability scanners
- trailofbits/burpsuite-project-parser - Search and extract data from Burp Suite project files
- trailofbits/constant-time-analysis - Detect compiler-induced timing side-channels in crypto code
- trailofbits/differential-review - Security-focused diff review with git history analysis
- trailofbits/entry-point-analyzer - Identify state-changing entry points in smart contracts
- trailofbits/fix-review - Verify fix commits address audit findings without new bugs
- trailofbits/property-based-testing - Property-based testing for multiple languages
- trailofbits/semgrep-rule-creator - Create and refine Semgrep rules for vulnerability detection
- trailofbits/static-analysis - Static analysis toolkit with CodeQL, Semgrep, and SARIF
- trailofbits/variant-analysis - Find similar vulnerabilities via pattern-based analysis
- getsentry/agents-md - Generate and manage AGENTS.md files
- getsentry/code-review - Perform code reviews
- getsentry/commit - Create commits with best practices
- getsentry/create-pr - Create pull requests
- getsentry/find-bugs - Find and identify bugs in code
- expo/expo-app-design - Design and build Expo applications
- expo/expo-deployment - Deploy Expo apps to production
- expo/upgrading-expo - Upgrade Expo SDK versions
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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| Skill | Description |
|---|---|
| Claude-Ally-Health | Health assistant for medical report analysis and wellness suggestions |
| 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| Skill | Description |
|---|---|
| shipany-docs | Shipany AI-powered SaaS boilerplate (228 pages) |
| react-native-best-practices | React Native optimization from Callstack |
| 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 |
| 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 |
| 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 |
- 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
- Skill_Seekers - Automated conversion of documentation sites to Skills
- openskills - Global Skills loading tool for multiple platforms
- skild.sh - CLI tool for installing, managing, and syncing Skills
- agent-skills-guard - Skills visualization management + security scanning
- skillmaster - Manage, install, and use Agent Skills via terminal
- vercel-labs/add-skill -
npx skillsCLI tool for quick installation
- humanizer - Remove AI writing signs from text
- Humanizer-zh - Humanizer Chinese version
| 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 | 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 |
| Agent | Description |
|---|---|
| Architect | Design and plan software systems |
| Clean Code | Write clean, maintainable code |
| Debugger | Debug application code |
| PRD Creation | Build Product Requirements Documents |
- Claude Skills Overview - Official announcement and features
- Using Skills in Claude - How to use skills
- Creating Custom Skills - Skill development guide
- Create a Skill Through Conversation - Interactive skill creation
- Skills API Documentation - API integration guide
- Agent Skills Blog Post - Engineering deep dive
- Skills Explained - Comprehensive guide on progressive disclosure
- Claude for Financial Services Skills - Industry-specific skills
- GitHub Copilot Agent Skills - GitHub documentation
- VS Code Agent Skills - VS Code integration
- MCP Official Documentation - Model Context Protocol
- Claude Skills Just 10x'd My AI Agents by Greg Isenberg
- Claude Skills: Build Your Own AI Experts
- Agent Skills: Specialized capabilities you can customize
- Claude Skills—From TOY to TOOL
- Stop Using MCP... Use NEW Claude Skills Instead
- Claude Skills explained: How to create reusable AI workflows
- Agent Skills from Usage to Principles (Chinese)
- Stop Building Agents, The Future is Skills (Chinese)
- Skills Explained - Official blog post on Skills
- Simon Willison: Claude Skills are awesome - Technical analysis
- Extending Claude with Skills and MCP
- Building Skills for Claude Code
- Don't Build Agents, Build Skills Instead
- Improving Frontend Design Through Skills
- How to Create Skills: Key Steps, Limitations, and Examples
- Nick Nisi: Claude Skills - Getting started guide
- Data Science Career Roadmap
- Data Analytics Roadmap
- Python for Data Science Roadmap
- MLOps Learning Roadmap
- Computer Vision Study Roadmap
- Generative AI Learning Roadmap
- Complete LLM Roadmap
- LLMs Mastery Study Plan
- SQL Mastery for Data Scientists
| 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.
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.
- 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
MIT License - see LICENSE file for details.