skill-seekers-ref
Installation
SKILL.md
Skill Seekers
Skill Seekers converts documentation, GitHub repos, PDFs, codebases, videos, and 10+ other source types into structured AI skills. One command takes a source and produces a platform-ready skill package.
Install: pip install skill-seekers
Core Concept
The pipeline is: Source -> Extract -> Analyze -> Organize -> (Enhance) -> Package
The create command handles the full pipeline automatically by detecting source type from the input:
# URL -> docs scraping
skill-seekers create https://react.dev --target claude
# owner/repo -> GitHub scraping
skill-seekers create facebook/react --target claude