Skill_SeekersMCP Server43/100 via “multi-source documentation scraping with unified pipeline”
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection
Unique: Implements a unified five-phase pipeline (scrape → parse → enhance → package → distribute) that normalizes heterogeneous sources (HTML, GitHub API, PDF, local code) into a single conflict detection system with configurable synthesis strategies, rather than treating each source independently. Uses BFS traversal for HTML with llms.txt detection and AST parsing for code extraction across multiple languages.
vs others: Unlike point-solution scrapers (one tool per source), Skill Seekers consolidates all sources through a single conflict resolution engine, reducing manual deduplication and enabling cross-source synthesis strategies that other tools don't support.