Claude Skill
JackyST0/awesome-agent-skills
A curated repository of AI Agent Skills to enhance your coding experience with tools like Cursor, Claude Skill, and GitHub Copilot.
Overview
Repository
Install this Skill
git clone https://github.com/JackyST0/awesome-agent-skills.gitRegistry
git clone https://github.com/JackyST0/awesome-agent-skills.gitgit clone https://github.com/anthropics/skills.git ~/.cursor/skills/anthropics
Summary
A curated list of AI Agent Skills designed for AI programming tools like Cursor, Claude Skill, and GitHub Copilot.
🤖 精选的 AI Agent Skills 列表,适用于 Cursor、Claude Skill、GitHub Copilot 等 AI 编程工具
Key features
- Curated collection of AI Agent Skills
- Targeted for AI programming assistants
- Focus on practical development tools
Use cases
- Enhancing AI-assisted coding workflows
- Finding skills for Claude Skill
- Improving productivity with Cursor or Copilot
README excerpt
# Awesome Agent Skills <p align="center"> <img src="assets/banner.svg" alt="Awesome Agent Skills" width="100%"> </p> <p align="center"> <a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a> <img src="https://img.shields.io/github/stars/JackyST0/awesome-agent-skills?style=social" alt="GitHub Stars"> </p> <p align="center"> <a href="https://jackyst0.github.io/awesome-agent-skills/"><b>🔍 Search Skills Online</b></a> </p> > Modular instruction packages that give AI coding assistants on-demand capabilities for specific tasks, working across Cursor, Claude Code, GitHub Copilot, and more. English | [简体中文](README_ZH.md) ## Contents - [Quick Start](#quick-start) - [What Are Agent Skills](#what-are-agent-skills) - [Official Resources](#official-resources) - [Skills Collections](#skills-collections) - [Development Tools](#development-tools) - [Productivity](#productivity) - [DevOps](#devops) - [Data Processing](#data-processing) - [Writing](#writing) - [Design](#design) ## Quick Start ### One-Click Install (Recommended) **macOS / Linux:** ```bash # 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):** ```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-part