Provides development skills and best practices for building mobile applications with React Native and the Expo ecosystem.
Enables ML model training, dataset management, and interaction with the Hugging Face Hub through specialized agent skills.
Provides workflow automation patterns and best practices for creating integrations with n8n.
Offers development skills for Next.js, including conventions, patterns, and performance optimization guidelines.
Provides skills for React development, focusing on performance optimization and engineering best practices.
Provides best practices and guidance for managing content and development within the Sanity CMS.
Provides skills for code reviews, pull request automation, and bug detection based on Sentry's engineering conventions.
Offers best practices and implementation guidance for integrating payment solutions using Stripe.
Enables application deployment to Vercel and provides guidelines for UI/UX design and web performance.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Awesome Agent Skills MCP ServerFind a skill for document processing from the Anthropic collection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Awesome Agent Skills MCP Server
A Model Context Protocol (MCP) server that provides access to 100+ curated AI agent skills from the
Transform your AI assistants into specialized experts with skills from Anthropic, Vercel, Trail of Bits, Hugging Face, Stripe, Expo, and many more leading organizations.
π Quick Start
That's it! Add to your MCP client config and start using 100+ AI skills.
Table of Contents
Features
100+ Curated Skills - Access skills from top organizations including Anthropic, Vercel, Trail of Bits, Hugging Face, and more
Auto-Sync - Automatically fetches and updates skills from the VoltAgent repository
MCP 2024-11-05 Compliant - Full compatibility with the latest Model Context Protocol specification
Multi-Client Support - Works with Claude, GitHub Copilot, OpenCode, and any MCP-compatible client
Smart Caching - Efficient JSON-based caching for fast startup times
Type-Safe - Built with TypeScript and Zod for runtime validation
Zero Configuration - Works out of the box with sensible defaults
Quick Start
Using npx (Recommended)
Global Installation
Installation
Prerequisites
Node.js >= 20.0.0
npm or yarn
From npm
From Source
Configuration
VS Code / GitHub Copilot
Create or update .vscode/mcp.json in your project:
Or with a local installation:
Important: After adding the configuration, fully quit VS Code (Cmd+Q / Alt+F4) and reopen it for changes to take effect.
Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
OpenCode
Add to ~/.config/opencode/opencode.json:
Environment Variables
Variable | Default | Description |
|
| Skills repository URL |
|
| Cache directory path |
|
| Auto-sync interval in minutes (0 to disable) |
|
| Logging level (debug, info, warn, error) |
Available Skills
The server provides access to 100+ skills from leading organizations:
Anthropic
Document processing, presentation creation, spreadsheet manipulation, PDF handling, algorithmic art, MCP building, and more.
Skill | Description |
| Create, edit, and analyze Word documents |
| PowerPoint presentation creation and editing |
| Spreadsheet manipulation with formulas |
| PDF processing and form filling |
| Guide for creating MCP servers |
| Playwright-based web app testing |
Vercel
React and Next.js best practices, deployment, and performance optimization.
Skill | Description |
| React performance optimization guidelines |
| Next.js conventions and patterns |
| UI/UX compliance review |
| Deploy apps to Vercel |
Trail of Bits
Security analysis, smart contract auditing, and code review tools.
Skill | Description |
| Smart contract security toolkit |
| Create custom Semgrep rules |
| Property-based testing guidance |
| Static analysis tooling |
Hugging Face
ML model training, dataset management, and Hub operations.
Skill | Description |
| HF Hub CLI operations |
| Dataset creation and management |
| Model fine-tuning with TRL |
| Model evaluation workflows |
Sentry
Code review, commit conventions, and PR automation.
Skill | Description |
| Sentry engineering code review practices |
| Conventional commit messages |
| PR creation following Sentry conventions |
| Bug and vulnerability detection |
And Many More...
Stripe - Payment integration best practices
Expo - React Native app development
n8n - Workflow automation patterns
Sanity - CMS best practices
Neon - Serverless Postgres
Remotion - Programmatic video creation
MCP Tools
The server exposes four MCP tools:
list_skills
List all available skills with optional filtering.
get_skill
Get detailed information about a specific skill.
invoke_skill
Invoke a skill with optional parameters.
refresh_skills
Manually trigger a skills refresh from the repository.
Usage Examples
In GitHub Copilot Chat
In Claude
Development
Setup
Build
Run Tests
Lint & Format
Project Structure
API Reference
Skill Object
Parameter Schema
Troubleshooting
Skills Not Loading
Check cache: Delete
.cachedirectory and restartVerify network: Ensure access to GitHub
Check logs: Set
LOG_LEVEL=debugfor verbose output
GitHub Copilot Not Seeing Skills
Full restart required: Quit VS Code completely (Cmd+Q) and reopen
Check config path: Ensure
.vscode/mcp.jsonis in the workspace rootVerify server: Run
npx awesome-agent-skills-mcpmanually to test
Connection Errors
Credits
This project is built on top of the incredible work by the open-source community:
Data Source
VoltAgent Awesome Agent Skills - A curated collection of AI agent skills maintained by VoltAgent. This MCP server fetches and serves skills from this repository, making them accessible to MCP-compatible AI assistants.
Skill Contributors
Skills in this collection are contributed by leading organizations including:
Anthropic - Document processing, art generation, MCP building
Vercel - React, Next.js, deployment
Trail of Bits - Security analysis, smart contracts
Hugging Face - ML workflows, model training
Sentry - Code review, commit conventions
Expo - React Native development
Stripe - Payment integrations
And many more contributors!
Technologies
Model Context Protocol - The protocol specification
@modelcontextprotocol/sdk - Official TypeScript SDK
Zod - TypeScript-first schema validation
simple-git - Git operations
Contributing
Contributions are welcome! Please read our contributing guidelines before submitting PRs.
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Related Projects
VoltAgent - AI agent framework
Awesome Agent Skills - The source skill collection
MCP Servers - Official MCP server implementations