SearchAI Picks
Security Scanwith Cisco

๐Ÿš€Vibe Ranking Notable Risers

Vibe Ranking Top 500

More
1
๐Ÿช
๐ŸชMarketplace

f-prompts.chat

World's largest open-source prompt library for AI. Curated collection of prompts for ChatGPT, Claude, Gemini, and other AI models with community contributions and self-hosting support.

144,764
ff/prompts.chat
2
๐ŸŽฏ2
๐ŸŽฏSkill

find-skills

Vercel Vercel

Interactive skill discovery tool from Vercel Labs. Search and browse Claude Code skills by keyword to find the best tools for your development workflow.

522,540
4,253
vercel-labsvercel-labs/skills
3
๐Ÿช๐ŸŽฏ๐Ÿ”Œ21
๐Ÿ”ŒPlugin

document-skills

OfficialAnthropic Anthropic

Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities

89,279
anthropicsanthropics/skills
4
๐Ÿ”ง7
๐Ÿ”งMCP Server

everything

OfficialAnthropic Anthropic

Test server demonstrating all MCP protocol features including prompts, tools, resources, and sampling. Intended for MCP client builders to test implementations.

79,854
modelcontextprotocolmodelcontextprotocol/servers
5
๐ŸŽฏ10
๐ŸŽฏSkill

vercel-react-best-practices

Vercel Vercel

React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.

201,201
18,734
vercel-labsvercel-labs/agent-skills

๐ŸŽฏ Trending Skills

More
1

find-skills

2

Interactive skill discovery tool from Vercel Labs. Search and browse Claude Code skills by keyword to find the best tools for your development workflow.

522.5K
2

vercel-react-best-practices

10

React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.

201.2K
3

frontend-design

21

Anthropic official skill for creating distinctive, production-grade frontend interfaces with bold aesthetic direction and unique typography. Generates working code (HTML/CSS/JS, React, Vue) that is visually striking, avoiding generic AI aesthetics.

149.1K

๐Ÿช Trending Marketplaces

More
1

f-prompts.chat

World's largest open-source prompt library for AI. Curated collection of prompts for ChatGPT, Claude, Gemini, and other AI models with community contributions and self-hosting support.

144.8K
2

anthropics-skills

21

Anthropic's official agent skills for Claude including frontend design, document creation (PDF, DOCX, PPTX, XLSX), MCP server builder, web app testing, and creative tools for art, music, and design.

82.6K
3

anthropics-claude-code

25

Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows

65.1K

4 Tools for Vibe Coding

Claude Code can be extended with four types of tools: skills, MCP servers, marketplaces, and plugins.

๐ŸŽฏ

Skills

A coding rules file (SKILL.md) you add to Claude Code. Install a skill and Claude Code automatically follows best practices for that framework or tool when writing code.

Installnpx vibeindex add <owner/repo>

or copy SKILL.md to .claude/skills/<name>/

๐Ÿ”ง

MCP Servers

MCP servers connect Claude Code to external services. Database queries, Figma design reading, web search, GitHub issue tracking, REST API calls and more. Install the right MCP server and Claude Code gains direct access to that service without leaving your editor.

Installclaude mcp add <name>
๐Ÿช

Marketplaces

A marketplace is a curated collection of plugins from a trusted source, similar to an app store. Add one marketplace and all the plugins it contains become available instantly. Useful for onboarding a well-tested set of tools at once.

Install/plugin marketplace add <url>
๐Ÿ”Œ

Plugins

Plugins add new slash commands to Claude Code that you invoke when needed. For example, /commit analyzes your changes and generates a commit message, /review-pr reviews pull requests. Each plugin provides a specific action triggered on demand.

Install/plugin install <name>

Vibe Coding Q&A

Common questions from people getting started with Claude Code tools.

Vibe Index is a real-time directory that collects and ranks every tool in the Claude Code ecosystem: skills, plugins, MCP servers, and marketplaces. Data syncs with GitHub hourly, dead links are automatically cleaned up, and security scans detect malicious code and prompt injection. Each resource includes an AI-written summary to help you evaluate it quickly.

A skill is a SKILL.md file that contains coding rules for a specific framework or tool. Place it in your project and Claude Code reads it automatically, then follows those rules when writing code. For example, install a Next.js skill and Claude Code generates code that follows Next.js conventions. You can install multiple skills and Claude Code follows all of them.

The quickest way is the CLI: npx vibeindex add <owner/repo>. This downloads the SKILL.md into your project automatically. For manual installation, copy the SKILL.md content and save it to .claude/skills/<skill-name>/SKILL.md. Either way, Claude Code recognizes it from the next session onward.

MCP (Model Context Protocol) is an open standard that lets Claude Code communicate with external services. Without MCP, it only works with files in your project. With an MCP server, Claude Code can query a PostgreSQL database, browse the web, read GitHub issues, call REST APIs, and more. Each MCP server connects it to one specific service.

In Claude Code, run: claude mcp add <server-name>. For Claude Desktop, add the server config to your claude_desktop_config.json. Each MCP server page on Vibe Index provides the exact command or JSON configuration needed, ready to copy and paste.

Skills work in the background: Claude Code reads them automatically and applies the knowledge when relevant. Plugins are commands you trigger yourself with a slash command like /commit or /review-pr. In short, skills are always-on knowledge; plugins are on-demand actions.

All resources listed here are open-source with code publicly available on GitHub, so you can review the source before installing. We also run automated security scans powered by Cisco that check for prompt injection, malicious code, and data exfiltration across 17 threat categories. Scan results are shown on each resource's detail page.

Resources are ranked by popularity within each category: skills by install count, MCP servers, plugins, and marketplaces by GitHub stars. Scores are normalized across categories so they can be compared fairly in a single unified ranking. Rankings update daily.

Yes. Click "Submit Resource" in the top menu, sign in with GitHub, and enter your repository URL. After review, your tool will be added to the directory and start appearing in the rankings.

Vibe Index was built alongside the book โ€œVibe Coding with Claude Codeโ€ (Hanbit Media) to help readers put what they learn into practice. The book covers prompt fundamentals, Claude Code setup and usage, AI sub-agents, MCP servers, and deployment. Visit the About page to learn more about the project.

Vibe Index is updated in real time with user-submitted resources and data collected from GitHub, skills.sh, and other platforms. ยท Contact