소개
mcp-skills is a standalone Python application designed to enhance AI code assistants by providing intelligent, context-aware skills. Unlike traditional static skills, it offers dynamic skill discovery, automatic recommendations tailored to your project's toolchain, and optimized on-demand loading. It achieves this through a powerful hybrid RAG approach, combining vector similarity search (ChromaDB) for semantic understanding with a knowledge graph (NetworkX) to model skill relationships and dependencies, ensuring that code assistants always have access to the most relevant and up-to-date capabilities.