MCP Catalogs
HomeSkill_Seekers screenshot

Skill_Seekers

by yusufkaraaslan·13,581·Score 61

A comprehensive MCP server that converts documentation, GitHub repos, and PDFs into Claude AI skills with automatic conflict detection.

ai-llmdeveloper-toolsknowledge-graph
1,399
Forks
99
Open issues
this month
Last commit
2d ago
Indexed

Overview

Skill Seekers is a powerful data layer for AI systems that transforms multiple source types into structured knowledge assets. It can ingest documentation websites, GitHub repositories, PDFs, videos, notebooks, wikis, and more, then analyze and structure them into comprehensive skills ready for AI platforms. The server offers export to 20+ targets including Claude, Gemini, OpenAI, LangChain, LlamaIndex, various vector databases, and AI coding assistants like Cursor. With smart chunking, AI-powered enhancement, and platform-agnostic export, it dramatically reduces the time needed to prepare high-quality AI skills from days to just 15-45 minutes.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Converting documentation websites into Claude Skills for AI assistants
you:Transforming GitHub repositories into structured knowledge for RAG pipelines
you:Creating AI skills from PDF documents and video transcripts
you:What source types does Skill Seekers support?
you:Can Skill Seekers export to multiple AI platforms?

When to choose this

Choose this when you need to preprocess multiple types of documentation and codebases into structured knowledge assets for AI systems like Claude or RAG pipelines, especially when you need comprehensive skills with automatic examples and metadata.

When NOT to choose this

Don't choose this if you need write access to your data sources, as this is a read-only preprocessing tool, or if you're already invested in a different documentation-to-AI pipeline with established workflows.

Tools this server exposes

12 tools extracted from the README
  • create_skillcreate <source>

    Create a skill from documentation sites, GitHub repos, or local files

  • package_skillpackage <output_path> --target <platform>

    Package a created skill for specific AI platforms

  • process_videovideo --url <url> --name <name>

    Extract code, transcripts, and structured knowledge from videos

  • process_confluenceconfluence --space <space> --name <name>

    Create skills from Confluence wiki spaces

  • process_notionnotion --database-id <id> --name <name>

    Create skills from Notion databases

  • process_chatchat --export-dir <dir> --name <name>

    Create skills from Slack/Discord chat exports

  • setup_video_processingvideo --setup

    Install GPU-aware visual dependencies for video processing

  • list_presets

    List available configuration presets for different frameworks

  • create_from_localcreate <local_path>

    Create a skill from local project files

  • export_to_vector_dbpackage <output_path> --format <format>

    Export skill in vector database compatible formats

  • enhance_skill

    AI-enhance an existing skill with specific focus areas

  • process_rss_feedcreate <feed_url>

    Create skills from RSS/Atom feeds

Note: Tool names and signatures inferred from CLI commands throughout the README. The MCP server appears to expose CLI-style commands as tools.

Comparable tools

docugamiobsidian-mcplangchainllamaindex

Installation

# Install via pip
pip install skill-seekers

# Basic usage
skill-seekers create https://docs.example.com/
skill-seekers package output/example --target claude

For Claude Desktop integration, add to your Claude Desktop config:

{
  "mcpServers": {
    "skill-seekers": {
      "command": "skill-seekers",
      "args": ["mcp"]
    }
  }
}

FAQ

What source types does Skill Seekers support?
Skill Seekers supports 18+ source types including documentation websites, GitHub repositories, PDFs, videos, Jupyter Notebooks, Word/EPUB/AsciiDoc documents, OpenAPI specs, PowerPoint presentations, RSS feeds, man pages, Confluence wikis, Notion pages, and Slack/Discord exports.
Can Skill Seekers export to multiple AI platforms?
Yes, Skill Seekers can export the same knowledge asset to 20+ platforms including Claude, Gemini, OpenAI, LangChain, LlamaIndex, various vector databases, and AI coding assistants like Cursor, Windsurf, and Cline.

On Hacker News

Recent discussion from the developer community.

Compare Skill_Seekers with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.