/ Verzeichnis / Playground / agent-skills-cli
● Community Karanjot786 ⚡ Sofort

agent-skills-cli

von 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.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

agent-skills-cli-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/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
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.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 nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

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
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "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
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.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 nutzt ein Array von Serverobjekten statt einer Map.

~/.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"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

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

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: 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

Wann einsetzen: You want the same skill available wherever you code.

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

Ergebnis: One install, two (or more) tools.

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

Pin skill versions across a team

👤 Teams wanting reproducible skill setups ⏱ ~15 min intermediate

Wann einsetzen: You want every teammate running the same skill versions.

Ablauf
  1. Generate lockfile
    agent-skills lock --scope workspace✓ Kopiert
    → skills.lock file
  2. Install from lockfile
    agent-skills install --frozen-lockfile✓ Kopiert
    → Versions match lockfile exactly

Ergebnis: Deterministic skill setup per repo.

Clean up a messy ~/.claude/skills folder

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

Wann einsetzen: You have 30+ skill folders and no idea what's in use.

Ablauf
  1. Inventory
    agent-skills inventory ~/.claude/skills — show source, version, last used (if tracked)✓ Kopiert
    → 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.✓ Kopiert
    → Migration log

Ergebnis: A managed skills folder with consistent provenance.

Kombinieren mit: marketplace-skill

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

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.✓ Kopiert
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.✓ Kopiert

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
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

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
0 (CLI runs outside Claude context)
Kosten in €
Free
Tipp
Pin versions — chasing latest across 30 skills creates churn.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials. Optional: SkillsMP token for private catalog access.
Datenabfluss: CLI fetches from SkillsMP registry

Fehlerbehebung

Häufige Fehler und Lösungen

install fails with 'unknown target'

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

Prüfen: agent-skills targets
version conflict between tools

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

Alternativen

agent-skills-cli vs. andere

AlternativeWann stattdessenKompromiss
marketplace-skillYou want vetted skills rather than the full catalogFewer choices
Manual git cloneYou only use one tool and one skillDoesn't scale

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen