🤖 精选的 AI Agent Skills 列表,适用于 Cursor、Claude Code、GitHub Copilot 等 AI 编程工具
# 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-party project listed below. ### Manual Install ```bash # Clone examples from this repository git clone https://github.com/JackyST0/awesome-agent-skills.git cp -r awesome-agent-skills/examples/code-revi
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.