★ 4 stars
Unknown language
🤖 AI/LLM
Updated today
The autonomous discovery engine for AI coding tools. Indexes skills, plugins, MCP servers, agents, and integrations across Claude Code, Codex, Gemini CLI, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"skill-of-skills": {
"command": "npx",
"args": [
"-y",
"the911fund/skill-of-skills"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add skill-of-skills npx -y the911fund/skill-of-skills
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"skill-of-skills": {
"command": "npx",
"args": [
"-y",
"the911fund/skill-of-skills"
]
}
}
}
📋 Copy
Topics
ai-tools automation claude-code discovery-engine mcp-servers n8n open-source plugins skills