resource-scout

Search and discover Claude Code skills and MCP servers from marketplaces, GitHub repositories, and registries. Use when (1) user asks to find skills for a specific task, (2) looking for MCP servers to connect external tools, (3) user mentions "find skill", "search MCP", "discover tools", or "what skills exist for X", (4) before creating a custom skill to check if one already exists.

151 stars

Best use case

resource-scout is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Search and discover Claude Code skills and MCP servers from marketplaces, GitHub repositories, and registries. Use when (1) user asks to find skills for a specific task, (2) looking for MCP servers to connect external tools, (3) user mentions "find skill", "search MCP", "discover tools", or "what skills exist for X", (4) before creating a custom skill to check if one already exists.

Teams using resource-scout should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/resource-scout/SKILL.md --create-dirs "https://raw.githubusercontent.com/nicepkg/ai-workflow/main/.claude/skills/legacy-to-ai-ready/assets/resource-scout/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/resource-scout/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How resource-scout Compares

Feature / Agentresource-scoutStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Search and discover Claude Code skills and MCP servers from marketplaces, GitHub repositories, and registries. Use when (1) user asks to find skills for a specific task, (2) looking for MCP servers to connect external tools, (3) user mentions "find skill", "search MCP", "discover tools", or "what skills exist for X", (4) before creating a custom skill to check if one already exists.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Resource Scout

Search and discover existing Claude Code skills and MCP servers before building custom solutions.

## Quick Search Strategy

**For Skills:**
1. WebSearch: `site:skillsmp.com [topic]` or `claude skill [topic]`
2. Check GitHub: `awesome-claude-skills [topic]`
3. Browse: skillhub.club, claudeskills.info

**For MCP:**
1. WebSearch: `MCP server [tool/service name]`
2. Check: glama.ai/mcp/servers, mcpmarket.com
3. Official: github.com/modelcontextprotocol/servers

## Skill Search Workflow

### Step 1: Define Need

Before searching, clarify:
- What task needs to be accomplished?
- What tools/services are involved?
- Is it a common pattern (git, testing, API) or domain-specific?

### Step 2: Search Marketplaces

**Primary sources (largest catalogs):**

| Source | URL | Best For |
|--------|-----|----------|
| SkillsMP | skillsmp.com | 71000+ skills, long-tail search |
| SkillHub.club | skillhub.club | AI-evaluated, quality filter |
| Claude Skills Hub | claudeskills.info | UI-friendly browsing |

**Search patterns:**
```
# On SkillsMP
[domain] skill          → "marketing skill", "database skill"
[framework] claude      → "react claude", "fastapi claude"
[task] automation       → "deployment automation"
```

### Step 3: Search GitHub

**Curated lists:**
- `github.com/keyuyuan/skillhub-awesome-skills` - 精选清单
- `github.com/VoltAgent/awesome-claude-skills` - 生态大全
- `github.com/ComposioHQ/awesome-claude-skills` - 大量通用技能

**Ready-to-use repositories:**
- `github.com/alirezarezvani/claude-skills` - Content/Marketing
- `github.com/gked2121/claude-skills` - Workflow思维
- `github.com/Microck/ordinary-claude-skills` - 超大集合
- `github.com/sickn33/antigravity-awesome-skills` - 结构化

**Search command:**
```bash
# Use WebSearch tool
site:github.com "claude skill" [topic]
site:github.com "SKILL.md" [topic]
```

### Step 4: Evaluate & Install

When skill found:
1. Check last update date (prefer recent)
2. Review SKILL.md for quality
3. Check if has scripts/references
4. Install with skill-downloader or manual copy

## MCP Server Search Workflow

### Step 1: Identify Integration Need

Common patterns:
- Database access → postgres, mysql, sqlite MCP
- GitHub workflow → github MCP
- Cloud services → AWS, GCP, Azure MCPs
- Communication → slack, discord MCPs
- File systems → filesystem MCP

### Step 2: Search Official Sources

**Primary:**
- Official registry: `registry.modelcontextprotocol.io`
- Official repo: `github.com/modelcontextprotocol/servers`

**Directories:**
| Source | URL | Features |
|--------|-----|----------|
| Glama | glama.ai/mcp/servers | Stars, downloads, updates |
| MCP Market | mcpmarket.com | Skills + MCP combined |
| mcpservers.org | mcpservers.org | Categorized |
| PulseMCP | pulsemcp.com/servers | Daily updates |
| Smithery | smithery.ai | Registry/distribution |

### Step 3: Search GitHub

```bash
# Use WebSearch tool
site:github.com "mcp server" [service]
site:github.com "@modelcontextprotocol" [service]
```

**Awesome lists:**
- `github.com/punkpeye/awesome-mcp-servers`
- `github.com/wong2/awesome-mcp-servers`

### Step 4: Verify & Configure

When MCP found:
1. Check compatibility (stdio vs HTTP)
2. Review required environment variables
3. Test connection locally
4. Add to `.claude/settings.json`

## Search by Category

### Development Tools
```
Skills: "code review skill", "git commit skill", "testing skill"
MCP: "github mcp", "gitlab mcp", "jira mcp"
```

### Databases
```
Skills: "database skill", "sql skill", "migration skill"
MCP: "postgres mcp", "mysql mcp", "mongodb mcp"
```

### Content & Marketing
```
Skills: "content creator skill", "seo skill", "social media skill"
MCP: "wordpress mcp", "notion mcp"
```

### Cloud & DevOps
```
Skills: "deployment skill", "kubernetes skill", "terraform skill"
MCP: "aws mcp", "gcp mcp", "azure mcp"
```

### AI & Data
```
Skills: "data analysis skill", "ml skill"
MCP: "openai mcp", "huggingface mcp"
```

## Complete Source Reference

See [references/sources.md](references/sources.md) for full directory of all skill and MCP sources with detailed descriptions.

## Best Practices

1. **Search before build** - Always check existing resources first
2. **Prefer maintained** - Choose skills with recent updates
3. **Check quality** - Review SKILL.md structure and content
4. **Consider combining** - Multiple simple skills > one complex custom
5. **Verify security** - Review MCP permissions and token scopes

Related Skills

youtube-to-markdown

151
from nicepkg/ai-workflow

Use when user asks YouTube video extraction, get, fetch, transcripts, subtitles, or captions. Writes video details and transcription into structured markdown file.

youtube-seo-optimizer

151
from nicepkg/ai-workflow

Optimize YouTube videos for search and discovery. Generates SEO-optimized titles, descriptions, tags, hashtags, and chapters. Includes keyword research and competitor analysis. Use when publishing videos, improving discoverability, or optimizing existing content.

webfluence

151
from nicepkg/ai-workflow

Content web architecture framework. Use when diagnosing offer doc usage, content-to-conversion pathways, or why someone isn't getting sales despite traffic.

video-to-gif

151
from nicepkg/ai-workflow

Convert video clips to optimized GIFs with speed control, cropping, text overlays, and file size optimization. Create perfect GIFs for social media, documentation, and presentations.

video-title-optimizer

151
from nicepkg/ai-workflow

Optimize video titles for maximum click-through rate (CTR) and YouTube/TikTok SEO. Generates multiple title variations balancing curiosity, keywords, and platform best practices. Use when naming videos, improving CTR, or A/B testing titles.

video-script-writer

151
from nicepkg/ai-workflow

Write engaging video scripts for YouTube, TikTok, and other platforms. Creates complete scripts with hooks, main content, and CTAs. Supports various formats including tutorials, vlogs, reviews, explainers, and storytelling. Use when creating video scripts, writing YouTube content, or planning video structure.

video-script-collaborial

151
from nicepkg/ai-workflow

将视频脚本转换为更适合实际录制的口语化表达,去除书面化语言,增加自然感和亲和力。当用户提到"视频脚本"、"录制"、"口语化"、"自然一点"、"像说话一样"、"太书面了"时使用此技能。

video-hook-generator

151
from nicepkg/ai-workflow

Generate attention-grabbing hooks for the first 3 seconds of videos. The hook determines if viewers stay or scroll. Creates multiple hook variations for A/B testing. Use when crafting video openings, improving retention, or creating scroll-stopping content for YouTube, TikTok, or Reels.

youtube-downloader

151
from nicepkg/ai-workflow

Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3.

video-comparer

151
from nicepkg/ai-workflow

This skill should be used when comparing two videos to analyze compression results or quality differences. Generates interactive HTML reports with quality metrics (PSNR, SSIM) and frame-by-frame visual comparisons. Triggers when users mention "compare videos", "video quality", "compression analysis", "before/after compression", or request quality assessment of compressed videos.

video-analytics-interpreter

151
from nicepkg/ai-workflow

Interpret YouTube Analytics, TikTok Analytics, and video performance data. Identifies trends, explains metrics, and provides actionable recommendations for growth. Use when analyzing video performance, understanding metrics, or optimizing channel strategy.

thumbnail-concept-generator

151
from nicepkg/ai-workflow

Generate thumbnail concepts and ideas for YouTube, TikTok, and other video platforms. Creates detailed visual briefs with composition, text, colors, and emotion suggestions. Use when planning thumbnails, improving CTR, or briefing designers.