Notre avis
Recherche dans un registre local de plugins pour trouver et recommander des plugins Claude Code pertinents pour une tâche donnée.
Points forts
- Liste rapidement tous les plugins disponibles dans un format compact
- Prend en charge la recherche en texte intégral sur plusieurs champs (nom, description, mots-clés)
- Fournit des instructions d'installation détaillées avec l'option -d
- Permet de filtrer par marketplace et catégorie
Limites
- Fonctionne uniquement avec un registre local prédéfini de plugins
- Les recommandations dépendent de l'exhaustivité et de l'actualité du registre
- Nécessite Python et peut nécessiter l'installation de dépendances
Lorsque vous avez besoin de trouver un plugin Claude Code pour automatiser ou assister une tâche spécifique (gestion de projet, documentation, analyse de données, etc.).
Lorsque vous connaissez déjà le plugin exact dont vous avez besoin, ou lorsque la tâche peut être effectuée sans plugin externe.
Analyse de sécurité
SûrThe skill only runs a local Python script to search and display plugin information, with no network access or destructive commands. No obfuscation or exfiltration risk.
Aucun point d'attention détecté
Exemples
Show me all the available Claude Code plugins in a compact overview.Find plugins related to database management for Claude Code.I need installation details for the Notion, Linear, and GitHub 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
-
List all plugins - Get a compact overview:
python <SKILL_BASE_DIR>/scripts/search_plugins.py --allThis shows all available plugins in compact format (name, category, description).
-
Choose top matches - Select up to 5 most relevant plugins based on user's needs
-
Get detailed information - Use
-dwith plugin names for installation instructions:python <SKILL_BASE_DIR>/scripts/search_plugins.py -d notion linear githubOr search first, then get details:
python <SKILL_BASE_DIR>/scripts/search_plugins.py -q "database" -d -
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 plugin3when recommending plugins to provide installation instructions - Check marketplaces: Use
--listto see all available marketplaces and categories - Filter effectively: Combine
-mand-cto narrow results (e.g.,--all -m anthropics-skills -c productivity)
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.