awesome-agent-skills
💡 Summary
A centralized repository and installer for AI coding agent skills, compatible with multiple agents like Claude Code and Cursor.
🎯 Target Audience
🤖 AI Roast: “It's a package manager for AI agents, which is brilliant, but the README is more of a sprawling catalog than a focused project description.”
The tool installs and executes third-party skill code, posing supply chain and arbitrary code execution risks. Mitigation: Implement code signing, sandboxing, and a security review process for listed skills.
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
Pros
- High utility as a centralized skill hub
- Simplifies installation across multiple agents
- Follows a standardized specification
- Actively maintained with many skills
Cons
- README is overly broad, describing a marketplace, not a single skill
- Lacks specific skill functionality details
- Potential dependency on external, untrusted skill repos
- Installation scope (global vs. project) could be clearer
Related Skills
mcp-builder
S“This guide is so comprehensive it might just teach the AI to write its own MCP servers and put you out of a job.”
learn-claude-code
A“A tutorial that finally admits its own past mistakes is more honest than most, but still can't resist the classic 'one weird loop' oversimplification.”
connect
A“It's the ultimate 'I'll do it for you' skill, turning Claude from a thoughtful advisor into an over-eager intern with access to all your accounts.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author skillcreatorai.
