/ Annuaire / Playground / agent-skills-cli
● Communauté Karanjot786 ⚡ Instantané

agent-skills-cli

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

Pourquoi l'utiliser

Fonctionnalités clés

Démo en direct

Aperçu en pratique

agent-skills-cli-skill.replay ▶ prêt
0/0

Installer

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

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

~/.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 utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la 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
    }
  }
}

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "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
    }
  }
}

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

~/.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 utilise un tableau d'objets serveur plutôt qu'une 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"
        ]
      }
    }
  }
}

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : 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

Quand l'utiliser : You want the same skill available wherever you code.

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

Résultat : One install, two (or more) tools.

Pièges
  • Some skills are tool-specific — CLI flags incompatibilities during install

Pin skill versions across a team

👤 Teams wanting reproducible skill setups ⏱ ~15 min intermediate

Quand l'utiliser : You want every teammate running the same skill versions.

Déroulement
  1. Generate lockfile
    agent-skills lock --scope workspace✓ Copié
    → skills.lock file
  2. Install from lockfile
    agent-skills install --frozen-lockfile✓ Copié
    → Versions match lockfile exactly

Résultat : Deterministic skill setup per repo.

Clean up a messy ~/.claude/skills folder

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

Quand l'utiliser : You have 30+ skill folders and no idea what's in use.

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

Résultat : A managed skills folder with consistent provenance.

Combiner avec : marketplace-skill

Combinaisons

Associez-le à d'autres MCPs pour un effet X10

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.✓ Copié
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.✓ Copié

Outils

Ce que ce MCP expose

OutilEntréesQuand appelerCoût
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

Coût et limites

Coût d'exécution

Quota d'API
None
Tokens par appel
0 (CLI runs outside Claude context)
Monétaire
Free
Astuce
Pin versions — chasing latest across 30 skills creates churn.

Sécurité

Permissions, secrets, portée

Stockage des identifiants : No credentials. Optional: SkillsMP token for private catalog access.
Sortie de données : CLI fetches from SkillsMP registry

Dépannage

Erreurs courantes et correctifs

install fails with 'unknown target'

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

Vérifier : agent-skills targets
version conflict between tools

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

Alternatives

agent-skills-cli vs autres

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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills