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

ClawProxy: Self-Hosted AI Routing Proxy with Dashboard
ClawProxy is an open-source, self-hosted proxy that centralizes management of multiple AI API keys and models. It provides a unified endpoint, smart key rotation, provider fallback, and real-time logging via a React dashboard.

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.

PocketBot: iOS app uses Claude to generate deterministic JavaScript automations from natural language
PocketBot is an iOS mobile automation app that uses Claude via AWS Bedrock to convert plain-language requests into self-contained JavaScript scripts. The LLM writes the code once, then the deterministic scripts run on schedule in a sandboxed runtime without AI involvement.

Claude Code Session Data Loss: Backup Script for Windows & Mac
Users report silent session data loss in Claude Code. Here's a free, automated backup script for Windows and Mac using PowerShell and launchd.