/ 디렉터리 / 플레이그라운드 / awesome-agent-skills
● 커뮤니티 VoltAgent ⚡ 바로 사용

awesome-agent-skills

제작: VoltAgent · VoltAgent/awesome-agent-skills

A curated directory of 1000+ hand-picked agent skills for Claude Code, Codex, Gemini CLI, Cursor, and more.

awesome-agent-skills is a community-curated collection of over 1,000 agent skills from official dev teams and the community. Skills span development, AI/ML, cloud platforms, marketing, security, and productivity. Each skill is hand-picked (not AI-generated) and compatible with multiple agent platforms including Claude Code, Codex, Gemini CLI, and Cursor.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

awesome-agent-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "awesome-agent-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/VoltAgent/awesome-agent-skills",
        "~/.claude/skills/awesome-agent-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "awesome-agent-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/VoltAgent/awesome-agent-skills",
        "~/.claude/skills/awesome-agent-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "awesome-agent-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/VoltAgent/awesome-agent-skills",
        "~/.claude/skills/awesome-agent-skills"
      ],
      "_inferred": true
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "awesome-agent-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/VoltAgent/awesome-agent-skills",
        "~/.claude/skills/awesome-agent-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "awesome-agent-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/VoltAgent/awesome-agent-skills",
        "~/.claude/skills/awesome-agent-skills"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "awesome-agent-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/VoltAgent/awesome-agent-skills",
          "~/.claude/skills/awesome-agent-skills"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add awesome-agent-skill -- git clone https://github.com/VoltAgent/awesome-agent-skills ~/.claude/skills/awesome-agent-skills

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: awesome-agent-skills

How to find the right agent skill for your domain

👤 Developers exploring what skills are available for their workflow ⏱ ~10 min beginner

언제 쓸까: You want to extend Claude Code with specialized capabilities but don't know what exists.

흐름
  1. Browse the collection
    What skills are available for React and Next.js development in awesome-agent-skills?✓ 복사됨
    → List of relevant skills with descriptions and install links
  2. Install a skill
    Install the Vercel Next.js skill for Claude Code.✓ 복사됨
    → Skill installed and ready to use

결과: A domain-specific skill installed and ready to enhance your workflow.

함정
  • Installing too many skills bloats context — Only install skills you actively use — remove unused ones to keep context lean

How to contribute your own skill to the awesome-agent-skills collection

👤 Developers who built useful agent skills and want to share ⏱ ~30 min intermediate

언제 쓸까: You have a working skill and want community exposure.

사전 조건
  • A working agent skill — Follow the skill format documented in the repo
흐름
  1. Submit a PR
    Help me prepare a PR to add my custom skill to awesome-agent-skills. Here's my skill folder structure.✓ 복사됨
    → PR with proper formatting and category placement

결과: Your skill listed in the curated collection.

함정
  • Skill doesn't follow the expected format — Review existing skills in the repo for the correct file structure and metadata format
함께 쓰기: github

조합

다른 MCP와 조합해 10배 효율

awesome-agent-skill + github

Browse the awesome-agent-skills repo and install skills directly from GitHub

Search the awesome-agent-skills repo for skills related to AWS Lambda deployment and help me install the best one.✓ 복사됨

비용 및 제한

운영 비용

API 쿼터
N/A — this is a curated list, not a service
호출당 토큰
0
금액
Free
Skills themselves may have their own costs depending on what APIs they use.

보안

권한, 시크릿, 파급범위

자격 증명 저장: N/A — each skill manages its own credentials
데이터 외부 송신: Varies per skill — review individual skills before installing

문제 해결

자주 발생하는 오류와 해결

Skill not loading in Claude Code

Ensure the skill is in the correct directory (~/.claude/skills/) and follows the expected folder structure.

확인: ls ~/.claude/skills/
Skill conflicts with another installed skill

Remove the conflicting skill or check for duplicate trigger patterns.

확인: Review both skills' SKILL.md for overlapping triggers
Skill works in one platform but not another

Some skills are platform-specific. Check the skill's documentation for supported platforms.

대안

awesome-agent-skills 다른 것과 비교

대안언제 쓰나단점/장점
awesome-claude-skillsYou specifically want Claude-focused skills with progressive disclosure architectureMore Claude-specific but less cross-platform coverage
buildwithclaudeYou want a web-based discovery platform with plugins, agents, and commandsMore structured marketplace vs curated list

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기