yusufkaraaslan/Skill_Seekers

Stack:Python
Claude Skills
MCP
Markdown
A Python command-line tool that turns documentation sites, GitHub repositories and PDFs into ready-to-use Skills for Claude (and other LLMs), with automatic detection of the mismatches between the documentation and the real code: in three commands you bring a library's up-to-date knowledge into a Skill.
Why it's interesting
I picked it because it solves a practical, everyday problem in agent work: giving Claude a library's up-to-date knowledge without pasting it by hand. It scrapes the docs, categorizes them and generates a SKILL.md with examples, while conflict detection flags where the docs no longer match the code.