VibeIndex.ai: Searchable Hub for 90K+ AI Skills, MCPs, and Plugins with Security Scanning

A Korean AI researcher working on deep learning for Alzheimer's at a US university has built vibeindex.ai, a searchable hub for AI coding tools. The site addresses the lack of a centralized place to find and compare skills, MCP servers, and plugins, which previously required sifting through auto-scraped GitHub repositories with no quality control or unvetted registries.
Key Features and Technical Details
The platform indexes over 90,000 resources across skills, MCP servers, marketplaces, and plugins. Data is pulled from GitHub and other sources every hour, with broken GitHub repositories automatically filtered out.
- Security Scanning: Every resource undergoes a security scan using Cisco Skill Scanner that checks across 17 threat categories. Resources are flagged if anything looks suspicious.
- Vibe Ranking Top 500: Rankings update based on stars, downloads, and community activity to surface popular tools.
- AI-Generated Summaries: Each resource gets an AI-generated description that explains what it does at a glance.
- Resource Registration: Users can register their own skills or MCP servers on the platform.
The entire site is in English, and the researcher built it in about a month while working on a book about vibe coding for medical research colleagues. The platform is designed to save developers time they'd otherwise spend hunting for tools across multiple sources.
This type of centralized directory is particularly useful for developers working with AI coding agents who need to quickly find and evaluate tools without manually checking multiple repositories and marketplaces.
📖 Read the full source: r/ClaudeAI
👀 See Also

GuppyLM: A 9M Parameter LLM Built from Scratch for Educational Purposes
GuppyLM is a ~9M parameter language model trained from scratch on 60K synthetic conversations, using a vanilla transformer architecture with 6 layers, 384 hidden dimensions, and 6 attention heads. It trains in about 5 minutes on a free Colab T4 GPU and speaks with a fish personality focused on water, food, and tank life.

nex-life-logger: Local Activity Tracker for OpenClaw Agents
nex-life-logger is a background activity tracker that runs locally on your machine, giving OpenClaw agents memory of your computer activities. It tracks browser history, active windows, and YouTube transcripts, storing everything in a local SQLite database with no cloud data transmission.

Lean Context: Claude Code Plugin Converts Verbose Docs to Agent-Optimized Files
A free, open-source Claude Code plugin called Lean Context scans project documentation and removes content AI agents can discover through grepping, keeping only essential non-obvious commands, gotchas, and environment quirks. In a .NET e-commerce project test, it reduced 8 documents totaling 1,263 lines to just 23 lines.

Aired: A Claude Code Skill for Instant HTML Publishing to Live URLs
Aired is an open-source tool that publishes HTML to a live URL in 2 seconds via Claude Code skills or MCP servers. It requires no signup, deployment configuration, or installation for web-based AI tools, and works with Claude Code, Cursor, VS Code, Codex, and Windsurf.