Code Lib / 代码库
更新于 a month ago

awesome-agent-skills

Sskillcreatorai
0.0k
skillcreatorai/awesome-agent-skills
76
Agent 评分

💡 摘要

一个为AI编程代理技能提供的集中式仓库和安装器,兼容Claude Code、Cursor等多种代理。

🎯 适合人群

AI 代理开发者使用AI编程助手的软件工程师注重效率的开发者技术团队负责人

🤖 AI 吐槽:这是一个AI代理的包管理器,想法很棒,但README更像一个庞杂的目录,而非一个聚焦的项目描述。

安全分析中风险

该工具安装并执行第三方技能代码,存在供应链和任意代码执行风险。缓解措施:为列出的技能实施代码签名、沙箱化和安全审查流程。


Quick Start

# Install any skill to any agent npx ai-agent-skills install frontend-design npx ai-agent-skills install pdf --agent cursor npx ai-agent-skills install mcp-builder --agent vscode

That's it. The skill installs to the right location for your agent automatically.

Why This Exists

Every major AI coding agent now supports skills. But they're scattered everywhere.

This repo curates the best in one place. Quality over quantity. All skills follow the Agent Skills spec.

Compatible Agents

| Agent | Flag | Install Location | |-------|------|------------------| | Claude Code | --agent claude (default) | ~/.claude/skills/ | | VS Code / Copilot | --agent vscode | .github/skills/ | | Cursor | --agent cursor | .cursor/skills/ | | Amp | --agent amp | ~/.amp/skills/ | | Goose | --agent goose | ~/.config/goose/skills/ | | OpenCode | --agent opencode | ~/.opencode/skills/ | | Portable | --agent project | .skills/ (works with any agent) |

Contents

Skills

Document Processing

| Skill | Description | Install | |-------|-------------|---------| | docx | Create, edit, analyze Word docs with tracked changes, comments, formatting | npx ai-agent-skills install docx | | pdf | Extract text, tables, metadata, merge & annotate PDFs | npx ai-agent-skills install pdf | | pptx | Read, generate, and adjust slides, layouts, templates | npx ai-agent-skills install pptx | | xlsx | Spreadsheet manipulation: formulas, charts, data transformations | npx ai-agent-skills install xlsx | | Markdown to EPUB | Converts markdown documents into professional EPUB ebook files | External |

Development & Code Tools

| Skill | Description | Install | |-------|-------------|---------| | artifacts-builder | Create elaborate HTML artifacts using React, Tailwind CSS, shadcn/ui | npx ai-agent-skills install artifacts-builder | | mcp-builder | Create MCP servers for integrating external APIs with LLMs | npx ai-agent-skills install mcp-builder | | skill-creator | Guide for creating effective agent skills | npx ai-agent-skills install skill-creator | | webapp-testing | Test web applications using Playwright automation | npx ai-agent-skills install webapp-testing | | changelog-generator | Create user-facing changelogs from git commits | npx ai-agent-skills install changelog-generator | | frontend-design | Production-grade UI components and styling | npx ai-agent-skills install frontend-design | | code-review | Automated PR review patterns | npx ai-agent-skills install code-review | | code-refactoring | Systematic code improvement techniques | npx ai-agent-skills install code-refactoring | | backend-development | APIs, databases, server architecture | npx ai-agent-skills install backend-development | | python-development | Modern Python 3.12+ patterns | npx ai-agent-skills install python-development | | javascript-typescript | ES6+, Node, React, TypeScript | npx ai-agent-skills install javascript-typescript | | aws-skills | AWS development with CDK best practices | External | | D3.js Visualization | D3 charts and interactive data visualizations | External | | Playwright Automation | Browser automation for testing web apps | External | | iOS Simulator | Interact with iOS Simulator for testing | External |

Data & Analysis

| Skill | Description | Install | |-------|-------------|---------| | CSV Summarizer | Analyze CSV files and generate insights with visualizations | External | | database-design | Schema design and optimization | npx ai-agent-skills install database-design |

Business & Marketing

| Skill | Description | Install | |-------|-------------|---------| | brand-guidelines | Apply brand colors and typography to artifacts | npx ai-agent-skills install brand-guidelines | | competitive-ads-extractor | Extract and analyze competitors' ads | npx ai-agent-skills install competitive-ads-extractor | | domain-name-brainstormer | Generate domain name ideas and check availability | npx ai-agent-skills install domain-name-brainstormer | | internal-comms | Write internal communications and status reports | npx ai-agent-skills install internal-comms | | lead-research-assistant | Identify and qualify high-quality leads | npx ai-agent-skills install lead-research-assistant | | job-application | Cover letters and applications using your CV | npx ai-agent-skills install job-application |

Communication & Writing

| Skill | Description | Install | |-------|-------------|---------| | content-research-writer | Research and write high-quality content with citations | npx ai-agent-skills install content-research-writer | | meeting-insights-analyzer | Analyze meeting transcripts for behavioral patterns | npx ai-agent-skills install meeting-insights-analyzer | | code-documentation | Generate docs from code | npx ai-agent-skills install code-documentation |

Creative & Media

| Skill | Description | Install | |-------|-------------|---------| | canvas-design | Create visual art in PNG and PDF documents | npx ai-agent-skills install canvas-design | | image-enhancer | Improve image quality, resolution, sharpness | npx ai-agent-skills install image-enhancer | | slack-gif-creator | Create animated GIFs optimized for Slack | npx ai-agent-skills install slack-gif-creator | | theme-factory | Apply professional font and color themes | npx ai-agent-skills install theme-factory | | video-downloader | Download videos from YouTube and other platforms | npx ai-agent-skills install video-downloader | | algorithmic-art | Generative art with p5.js | npx ai-agent-skills install algorithmic-art |

Productivity & Organization

| Skill | Description | Install | |-------|-------------|---------| | file-organizer | Intelligently organize files and find duplicates | npx ai-agent-skills install file-organizer | | invoice-organizer | Organize invoices and receipts for tax prep | npx ai-agent-skills install invoice-organizer | | raffle-winner-picker | Randomly select winners for giveaways | npx ai-agent-skills install raffle-winner-picker | | jira-issues | Create and manage Jira issues from natural language | npx ai-agent-skills install jira-issues | | qa-regression | Automated regression testing with Playwright | npx ai-agent-skills install qa-regression | | llm-application-dev | Build LLM-powered applications | npx ai-agent-skills install llm-application-dev |

Collaboration & Project Management

| Skill | Description | Install | |-------|-------------|---------| | [git-pushing](https://github.com/mhattingpete/claude-skills-market

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性7/10
可维护性8/10
优缺点分析

优点

  • 作为集中式技能中心具有很高的实用性
  • 简化了跨多个代理的安装
  • 遵循标准化规范
  • 积极维护,包含大量技能

缺点

  • README过于宽泛,描述的是一个市场而非单一技能
  • 缺乏具体的技能功能细节
  • 可能依赖外部、不受信任的技能仓库
  • 安装范围(全局与项目)不够清晰

相关技能

mcp-builder

S
toolCode Lib / 代码库
90/ 100

“这份指南详尽到可能教会 AI 自己编写 MCP 服务器,从而让你失业。”

learn-claude-code

A
toolCode Lib / 代码库
88/ 100

“一个终于承认自己过去错误的教程比大多数都诚实,但仍然忍不住使用经典的'一个奇怪循环'过度简化。”

connect

A
toolAuto-Pilot / 全自动
86/ 100

“这是终极的'我来替你干'技能,把 Claude 从一个深思熟虑的顾问变成了一个能访问你所有账户的、过度热切的实习生。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 skillcreatorai.