Loading repository data…
Loading repository data…
7Ese / repository
🧭 A curated navigation station for AI Agent Skills & MCP Servers. 精选 AI Agent 技能与 MCP 服务导航站。
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A curated navigation station for AI Agent Skills (Claude, OpenAI) & MCP Servers.
Preview Live · Submit Skill · IDE Setup Guide · 简体中文
Awesome Agent Skills is a curated navigation station designed for AI Agent developers and power users. With the release of the Model Context Protocol (MCP), the capabilities of Agents have been expanded indefinitely. This project aims to organize and classify the most practical Agent skills to help you quickly arm your AI assistant.
Whether you use Claude Desktop, Cursor, Windsurf, or Antigravity, you can find the right tools here.
We have prepared detailed configuration tutorials for different development environments:
Covers configuration methods for the following environments:
# 1. Clone the project
git clone https://github.com/7Ese/Awesome-Agent-Skills.git
# 2. Enter directory
cd Awesome-Agent-Skills
# 3. Install dependencies
npm install
# 4. Start development server
npm run dev
We welcome community contributions! If you find a useful Skill or MCP Server, please:
src/data/skills.ts{
id: 'skill-id',
name: 'Skill Name',
description: 'A brief description of what this skill does.',
category: 'development', // development | research | data | creative ...
source: 'community', // anthropic | openai | huggingface | community
tags: ['Tag1', 'Tag2'],
repoUrl: 'https://github.com/username/repo',
stars: 120, // GitHub Stars
featured: false // Recommended or not
}
This project is licensed under the MIT License.