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

agent-skills-cli

제작: Karanjot786 · Karanjot786/agent-skills-cli

Universal CLI for agent skills — browse 40,000+ skills from SkillsMP and sync to Cursor, Claude Code, Copilot, Codex, and Antigravity.

agent-skills-cli is the universal package manager for agent skills: browse a 40k+ skill catalog (SkillsMP), install to any supported agent, and keep versions consistent across tools. Think npm for skills. Great if you work across Cursor + Claude Code + Codex and don't want to manage three separate skill folders manually.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

agent-skills-cli-skill.replay ▶ 준비됨
0/0

설치

클라이언트 선택

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

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

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

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

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

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

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

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

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

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

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

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

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

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

사용 사례

실전 활용법: agent-skills-cli

How to install a skill once and have it work in Claude Code + Cursor

👤 Developers using multiple AI-coding tools ⏱ ~10 min beginner

언제 쓸까: You want the same skill available wherever you code.

사전 조건
  • CLI installed — npm i -g agent-skills-cli (or per repo docs)
흐름
  1. Search
    agent-skills search 'ga4 event tracking'✓ 복사됨
    → Ranked list from SkillsMP
  2. Install
    agent-skills install event-tracking-skill --targets claude-code,cursor✓ 복사됨
    → Skill files placed in each tool's skills dir
  3. Verify
    agent-skills list --targets all✓ 복사됨
    → Table showing skill installed in both

결과: One install, two (or more) tools.

함정
  • Some skills are tool-specific — CLI flags incompatibilities during install

Pin skill versions across a team

👤 Teams wanting reproducible skill setups ⏱ ~15 min intermediate

언제 쓸까: You want every teammate running the same skill versions.

흐름
  1. Generate lockfile
    agent-skills lock --scope workspace✓ 복사됨
    → skills.lock file
  2. Install from lockfile
    agent-skills install --frozen-lockfile✓ 복사됨
    → Versions match lockfile exactly

결과: Deterministic skill setup per repo.

Clean up a messy ~/.claude/skills folder

👤 Developers with accreted skills from random git clones ⏱ ~30 min intermediate

언제 쓸까: You have 30+ skill folders and no idea what's in use.

흐름
  1. Inventory
    agent-skills inventory ~/.claude/skills — show source, version, last used (if tracked)✓ 복사됨
    → Table with origin + version
  2. Replace with managed equivalents
    For each skill that has a SkillsMP equivalent, re-install via the CLI so it's managed.✓ 복사됨
    → Migration log

결과: A managed skills folder with consistent provenance.

함께 쓰기: marketplace-skill

조합

다른 MCP와 조합해 10배 효율

agent-skills-cli-skill + marketplace-skill

Discover vetted skills via marketplace, install via CLI

Find a vetted ga4 skill in marketplace, install with agent-skills install to both Claude Code and Cursor.✓ 복사됨
agent-skills-cli-skill + awesome-llm-skill

Install individual skills from awesome-llm without cloning the whole repo

Use agent-skills to install just 'lead-research' from the awesome-llm-skills catalog.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
search query Finding a skill 0
install skill, targets? Adding a skill 0
upgrade skill?, targets? Refreshing versions 0
list / inventory scope? Auditing 0
lock scope Team reproducibility 0
remove skill, targets? Cleanup 0

비용 및 제한

운영 비용

API 쿼터
None
호출당 토큰
0 (CLI runs outside Claude context)
금액
Free
Pin versions — chasing latest across 30 skills creates churn.

보안

권한, 시크릿, 파급범위

자격 증명 저장: No credentials. Optional: SkillsMP token for private catalog access.
데이터 외부 송신: CLI fetches from SkillsMP registry

문제 해결

자주 발생하는 오류와 해결

install fails with 'unknown target'

Tool identifiers: claude-code, cursor, copilot, codex, antigravity. Check agent-skills targets for current list.

확인: agent-skills targets
version conflict between tools

Pin explicit version in skills.lock; don't let each tool drift to latest

대안

agent-skills-cli 다른 것과 비교

대안언제 쓰나단점/장점
marketplace-skillYou want vetted skills rather than the full catalogFewer choices
Manual git cloneYou only use one tool and one skillDoesn't scale

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

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