""" Skill Seekers - Convert documentation, GitHub repos, and PDFs into Claude AI skills. This package provides tools for automatically scraping, organizing, and packaging documentation from various sources into uploadable Claude AI skills. """ from skill_seekers._version import __version__ __author__ = "Yusuf Karaaslan" __license__ = "MIT" __all__ = [ "__version__", "__author__", "__license__", ]