agent-skills-hub

zhuyansen/agent-skills-hub
★ 101 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Discover and compare open-source Agent Skills, tools & MCP servers — with quality scoring, trending analysis, and automated GitHub sync
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agent-skills-hub": {
      "command": "npx",
      "args": [
        "-y",
        "zhuyansen/agent-skills-hub"
      ]
    }
  }
}