Recherche de plugins et compétences

VérifiéSûr

Trouvez des plugins Claude et des compétences pertinents pour aider l'utilisateur avec une tâche spécifique. Utilisez des scripts de recherche pour identifier les meilleures correspondances.

Spar Skills Guide Bot
ProductiviteIntermédiaire
3002/06/2026
Claude Code
#plugin-search#skill-discovery#claude-plugins#tooling

Recommandé pour

Notre avis

Ce skill permet de rechercher et recommander des plugins Claude Code adaptés à une tâche donnée.

Points forts

  • Vue d'ensemble rapide de tous les plugins disponibles
  • Informations détaillées avec instructions d'installation
  • Filtrage par mot-clé, catégorie et marketplace
  • Recommande jusqu'à 3 plugins pertinents

Limites

  • Nécessite l'exécution d'un script local
  • Dépend du catalogue de plugins disponible
  • Limitée à l'écosystème Claude Code
Quand l'utiliser

Lorsque vous avez besoin d'un plugin ou d'un skill Claude Code pour accomplir une tâche spécifique et souhaitez découvrir les meilleures options.

Quand l'éviter

Si vous connaissez déjà exactement le plugin à utiliser, ou si la tâche ne nécessite pas de plugin externe.

Analyse de sécurité

Sûr
Score qualité85/100

The skill provides instructions to run a local Python search script with benign arguments. No external downloads, destructive commands, or data exfiltration are involved. The script is part of the skill directory, so the risk is minimal.

Aucun point d'attention détecté

Exemples

Find database plugins
Search for Claude Code plugins related to databases. List the top matches with their details and installation instructions.
Search GitHub plugins
I need a plugin for GitHub workflows. Search for plugins matching 'git', 'github', or 'workflow' and recommend the best one.
List all plugins and filter
List all available Claude Code plugins, then filter those in the 'productivity' category from the 'anthropics-skills' marketplace.

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