Awesome Agent Skills

Modular instruction packages that give AI coding assistants on-demand capabilities for specific tasks, working across Cursor, Claude Code, GitHub Copilot, and more.

English | 简体中文

Contents

Quick Start

One-Click Install (Recommended)

macOS / Linux:

# Interactive mode - install, uninstall, or list
curl -sL https://raw.githubusercontent.com/JackyST0/awesome-agent-skills/main/install.sh | bash

# Or install all skills to a specific platform
curl -sL https://raw.githubusercontent.com/JackyST0/awesome-agent-skills/main/install.sh | bash -s -- -p cursor -a

Windows (PowerShell):

# Download and run the install script
irm https://raw.githubusercontent.com/JackyST0/awesome-agent-skills/main/install.ps1 | iex

Note: The installer currently installs the bundled example skills from this repository's examples/ directory. It is not a general-purpose package manager for every third-party project listed below.

Manual Install

# Clone examples from this repository
git clone https://github.com/JackyST0/awesome-agent-skills.git
cp -r awesome-agent-skills/examples/code-review ~/.cursor/skills/

# Or clone official skills
git clone https://github.com/anthropics/skills.git ~/.cursor/skills/anthropics

📖 See How to Use Agent Skills for the complete guide.

What Are Agent Skills

Agent Skills are instruction sets, scripts, and resources that AI agents can discover and use to perform specific tasks. Each skill contains a SKILL.md file that tells the AI how to use it.

Skills work across multiple platforms:

Platform Global Directory Project Directory
Cursor ~/.cursor/skills/ .cursor/skills/
Claude Code ~/.claude/skills/ .claude/skills/
Copilot ~/.copilot/skills/ .github/skills/
Windsurf ~/.windsurf/skills/ .windsurf/skills/
Codex ~/.codex/skills/ .codex/skills/
OpenCode ~/.config/opencode/skills/ .opencode/skills/
OpenClaw ~/.openclaw/skills/ skills/

Official Resources

Skills Collections

Development Tools

Productivity

  • claude-code-workflows - Production-grade dev workflows with quality checks.
  • claude-skills - 20+ productivity tools with 8 expert Agents.
  • claude-code-skill-factory - Skills factory for batch generation and deployment.
  • obra/superpowers - Complete dev workflow (Debug/TDD/Code Review/Planning).
  • cognyai/claude-code-marketing-skills - AI marketing skills (SEO Audit/Landing Page Review/Competitor Analysis/Ad Copywriting/Lead Qualification) with MCP server integration.
  • coreyhaines31/marketingskills - Marketing Skills (SEO/Copywriting/CRO/Ads).
  • nowork-studio/NotFair - Claude Code skills for SEO, GEO, Google Ads, and Meta Ads; connects to live data via Google Ads MCP, Meta Ads MCP, Google Search Console MCP, and Google Analytics (GA4) MCP.
  • gingiris-launch - Product Hunt launch playbook for AI products, startups, and open source GTM.
  • gingiris-opensource - Open source marketing playbook focused on GitHub growth and launch strategy.
  • gingiris-b2b-growth - B2B SaaS growth playbook covering PLG, SLG, and go-to-market strategy.
  • gingiris-aso-growth - ASO and mobile app growth playbook for cold start, UGC, and distribution.
  • alpha-insights - Harness-enforced business research skill with consulting frameworks, evidence grading, stage gates, and HTML reports.
  • salespeak-ai/buyer-eval-skill - B2B vendor evaluation skill: 7-dimension scoring and evidence-tracked scorecards for procurement and build-vs-buy decisions.

DevOps

Data Processing

  • bilig-workpaper - Formula-backed WorkPaper skill for editing cells, recalculating, verifying readback, and persisting spreadsheet logic from agents.
  • d3-visualization - D3.js data visualization Skill.
  • context-engineering - Context engineering and multi-Agent architecture.

Writing

  • doc-coauthoring - Document co-authoring Skill.
  • internal-comms - Internal communications generation Skill.
  • docx - Word document processing Skill.
  • pdf - Portable document format processing Skill.
  • pptx - PowerPoint presentation generator Skill.
  • xlsx - Excel spreadsheet processing Skill.

Design

Contributing

We welcome contributions! See CONTRIBUTING.md for detailed guidelines.

Footnotes

Create Your Own Skill

📁 Examples: Check out examples/ for 5 ready-to-use skill templates.

📖 Guide: See How to Create a Skill for the complete guide.

📋 Specification: See SKILL.md Specification for format standards and best practices.

Support

If this project helps you, you can support its maintenance:

Sponsorship does not affect listing decisions. All submissions are reviewed using the same contribution criteria.

PayPal: paypal.me/JackyST0

Star History

Star History Chart