Back to Skills

plugin-search

verified

Search for claude plugins or skill to help user with a task

View on GitHub

Marketplace

1xn-plugins

daamitt/skill-issue

Plugin

SkillIssue

Repository

daamitt/skill-issue
17stars

skills/plugin-search/SKILL.md

Last Verified

January 18, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/daamitt/skill-issue/blob/main/skills/plugin-search/SKILL.md -a claude-code --skill plugin-search

Installation paths:

Claude
.claude/skills/plugin-search/
Powered by add-skill CLI

Instructions

# 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:
   ```bash
   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:
   ```bash
   python <SKILL_BASE_DIR>/scripts/search_plugins.py -d notion linear github
   ```
   Or search first, then get details:
   ```bash
   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 
```bash
python <SKILL_BASE_DIR>/scripts/search_plugins.py --all
```

### Get detailed info for specific plugins
```bash
python <SKILL_BASE_DIR>/scripts/search_plugins.py -d notion linear github
```

### Search with multiple terms (Advanced search query: searchs name, description, keywo

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2616 chars