local-skills-mcp and awesome-agent-skills-mcp
These two tools are competitors because they are both MCP servers that allow AI agents to utilize expert skills, but each offers different sources for those skills (local filesystem vs. external providers) and different client compatibility.
About local-skills-mcp
kdpa-llc/local-skills-mcp
Universal MCP server enabling any LLM or AI agent to utilize expert skills from your local filesystem. Reduces context consumption through lazy loading. Works with Claude, Cline, and any MCP-compatible client.
Implements stdio transport with automatic skill discovery across multiple configurable directories, aggregating skills from built-in sources, global paths, project-specific locations, and custom environment variables. Features hot-reload capability for instant skill updates without server restart, and uses lazy-loaded YAML frontmatter metadata (~50 tokens per skill) to minimize context overhead while deferring full skill content retrieval on-demand. Exposes a single `get_skill` tool to any MCP-compatible client, enabling skill reuse across Claude, Cline, Continue.dev, and custom AI agents regardless of underlying LLM.
About awesome-agent-skills-mcp
shadowrootdev/awesome-agent-skills-mcp
MCP server providing 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more. Works with Claude, GitHub Copilot, and any MCP client.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work