Claude Skill
JackyST0/awesome-agent-skills
一个精选的 AI Agent Skills 仓库,旨在提升您使用 Cursor、Claude Skill 和 GitHub Copilot 等工具时的编码体验。
概览
仓库信息
安装这个 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
项目简介
一个精选的 AI Agent Skills 列表,适用于 Cursor、Claude Skill 和 GitHub Copilot 等 AI 编程工具。
🤖 精选的 AI Agent Skills 列表,适用于 Cursor、Claude Code、GitHub Copilot 等 AI 编程工具
要点
- 精选的 AI Agent Skills 集合
- 针对 AI 编程助手设计
- 专注于实用开发工具
使用场景
- 增强 AI 辅助编码工作流
- 为 Claude Skill 寻找技能
- 利用 Cursor 或 Copilot 提高生产力
README 摘要
# 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