Recherche de plugins et compétences

VérifiéSûr

Recherche de plugins et compétences Claude Code via un script Python. Permet de lister tous les plugins, d'effectuer des recherches par mot-clé et d'obtenir les détails d'installation. Utile pour trouver rapidement des extensions correspondant à une tâche utilisateur.

Spar Skills Guide Bot
ProductiviteIntermédiaire
5002/06/2026
Claude Code
#plugin-search#claude-plugins#skills-discovery#workflow-automation

Recommandé pour

Notre avis

Recherche et recommande des plugins ou compétences Claude Code adaptés à une tâche donnée.

Points forts

  • Découverte rapide via script automatisé
  • Filtres avancés par mot-clé, catégorie ou marketplace
  • Sélection des meilleures options avec détails d'installation

Limites

  • Nécessite que les plugins soient déjà référencés dans le dépôt
  • Dépend d'un script local exécutable
  • Résultats limités aux plugins répertoriés
Quand l'utiliser

Lorsque vous avez besoin d'étendre les capacités de Claude Code avec des plugins spécifiques à une tâche.

Quand l'éviter

Si aucune intégration externe n'est nécessaire ou si les besoins sont couverts par les fonctionnalités natives.

Analyse de sécurité

Sûr
Score qualité95/100

The skill instructs running a Python script with safe arguments (--all, -d, -q) to search for plugins. It does not execute any destructive commands or exfiltrate data.

Aucun point d'attention détecté

Exemples

Find database plugins
Search for Claude Code plugins related to databases using the search script with the query 'database'
Recommend top project management plugin
I need a plugin for project management. Search all plugins and recommend up to 3 with installation details.
List all available plugins
Show me an overview of all available Claude Code plugins.

name: plugin-search description: Search for claude plugins or skill to help user with a task

Skill and Plugin Search

Instructions

Use the <SKILL_BASE_DIR>/scripts/search_plugins.py script to find relevant Claude Code plugins that match the user's requirements.

Workflow

  1. List all plugins - Get a compact overview:

    python <SKILL_BASE_DIR>/scripts/search_plugins.py --all
    

    This shows all available plugins in compact format (name, category, description).

  2. Choose top matches - Select up to 5 most relevant plugins based on user's needs

  3. Get detailed information - Use -d with plugin names for installation instructions:

    python <SKILL_BASE_DIR>/scripts/search_plugins.py -d notion linear github
    

    Or search first, then get details:

    python <SKILL_BASE_DIR>/scripts/search_plugins.py -q "database" -d
    
  4. Prioritise the reccomendations - Suggest upto 3 plugins based on users needs and other applicable factors eg: number of skills, commands, MCP, Github stars

Recommendation Template

When recommending plugins to users, use this format:

Based on your needs, here are the top matches:

1. Acme (productivity)
   ⭐ Stars: 6 | 🔌 MCP: Yes | 📜 Commands: 6 | 🎯 Skills: 4 | 🕐 Last Updated: 2025-12-22

   Perfect for meeting documentation with the meeting-intelligence skill. Also includes:
   - knowledge-capture, research-documentation, spec-to-implementation skills
   - 6 commands for creating pages, databases, tasks, and querying

   Installation:
   /plugin marketplace add anthropics/claude-plugins-official
   /plugin install acme@claude-plugins-official

   Homepage: https://github.com/makenotion/claude-code-acme-plugin

2. [Next plugin...]

Examples

Get plugins overview

python <SKILL_BASE_DIR>/scripts/search_plugins.py --all

Get detailed info for specific plugins

python <SKILL_BASE_DIR>/scripts/search_plugins.py -d notion linear github

Search with multiple terms (Advanced search query: searchs name, description, keywords, category, tags )

python <SKILL_BASE_DIR>/scripts/search_plugins.py -q "git github workflow"

Finds plugins matching "git" OR "github" OR "workflow"

Tips

  • Always start with --all and then refine further
  • If user requiremets are unclear you can ask a question with the AskUserQuestion tool and a few options to clear the ambiguity
  • Use -d for recommendations: Always use -d plugin1 plugin2 plugin3 when recommending plugins to provide installation instructions
  • Check marketplaces: Use --list to see all available marketplaces and categories
  • Filter effectively: Combine -m and -c to narrow results (e.g., --all -m anthropics-skills -c productivity)
Skills similaires