plugin-search
Search for claude plugins or skill to help user with a task
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search for claude plugins or skill to help user with a task
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | plugin-search |
| description | Search for claude plugins or skill to help user with a task |
Use the <SKILL_BASE_DIR>/scripts/search_plugins.py script to find relevant Claude Code plugins that match the user's requirements.
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).
Choose top matches - Select up to 5 most relevant plugins based on user's needs
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
Prioritise the reccomendations - Suggest upto 3 plugins based on users needs and other applicable factors eg: number of skills, commands, MCP, Github stars
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...]
python <SKILL_BASE_DIR>/scripts/search_plugins.py --all
python <SKILL_BASE_DIR>/scripts/search_plugins.py -d notion linear github
python <SKILL_BASE_DIR>/scripts/search_plugins.py -q "git github workflow"
Finds plugins matching "git" OR "github" OR "workflow"
-d plugin1 plugin2 plugin3 when recommending plugins to provide installation instructions--list to see all available marketplaces and categories-m and -c to narrow results (e.g., --all -m anthropics-skills -c productivity)