Zoom ยท Free ยท In Korean
Set up Claude Code and build real apps from scratch in one hour. Free Zoom seminar in Korean.
Ask "recommend skills for my project" and get tailored skill, MCP, and plugin recommendations.
๐Vibe Ranking Notable Risers
Vibe Ranking Top 500
Moref-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.
find-skills
Interactive skill discovery tool from Vercel Labs. Search and browse Claude Code skills by keyword to find the best tools for your development workflow.
document-skills
Officialfrontend-design, anthropics-skills +18Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities
everything
Officialgit, time +4Test server demonstrating all MCP protocol features including prompts, tools, resources, and sampling. Intended for MCP client builders to test implementations.
vercel-react-best-practices
web-design-guidelines, vercel-composition-patterns +7React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.
๐ฏ Trending Skills
Morefind-skills
๐ฏ2Interactive skill discovery tool from Vercel Labs. Search and browse Claude Code skills by keyword to find the best tools for your development workflow.
vercel-react-best-practices
๐ฏ10web-design-guidelines, vercel-composition-patterns +7React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.
frontend-design
๐ช๐ฏ๐21skill-creator, pdf +18Anthropic 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.
๐ง Trending MCP Servers
Moreeverything
๐ง7git, time +4Test server demonstrating all MCP protocol features including prompts, tools, resources, and sampling. Intended for MCP client builders to test implementations.
context7-mcp
๐ง๐ฏ2Dynamically retrieves and provides up-to-date code documentation and context for software libraries, ensuring AI models generate accurate, current code examples and API references.
playwright-mcp
๐งEnables language models to programmatically interact with web browsers by converting web page structures into structured, accessible data for precise and deterministic browser automation.
๐ Trending Plugins
Moredocument-skills
๐ช๐ฏ๐21example-skills +18Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities
learning-output-style
๐ช๐๐ฏ25agent-sdk-dev, explanatory-output-style +22Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
ruff
๐Ruff is a blazing fast Python linter, written in Rust.
๐ช Trending Marketplaces
Moref-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.
anthropics-skills
๐ช๐ฏ๐21 +18Anthropic'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.
anthropics-claude-code
๐ช๐๐ฏ25 +22Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows
Recently Added
MoreDoorDash MCP Server
๐งfrom SpunkySarb/doordash-mcp
Vizdown-MCP
๐งfrom rutika196/vizdown-mcp
Google Analytics MCP Server
๐งfrom noviq-ai/google-analytics-mcp
Google Ads MCP Server
๐งfrom noviq-ai/google-ads-mcp
Popular Tags
More๐ฌFeatured Videos & Blogs
Popular resources with official videos or blog posts, sorted by popularity

anthropics/claude-code
๐ Plugins for Claude Code

browser-use/browser-use
โถ๏ธ Browser Use: FREE AI Agent That Can Control Browsers & Do Anything

lobehub/lobehub
โถ๏ธ LobeChat Platform Overview

lobehub/lobe-chat
โถ๏ธ LobeChat Platform Overview
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.
npx 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.
claude 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.
/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.
/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







