๐ง The data layer for AI systems. Skill Seekers turns documentation sites, GitHub repos, PDFs, videos, notebooks, wikis, and more โ 18 source types โ into structured knowledge assets, ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines
$ npx -y skills add yusufkaraaslan/Skill_Seekers --agent claude-code
What's inside
English | ็ฎไฝไธญๆ | ๆฅๆฌ่ช | ํ๊ตญ์ด | Espaรฑol | Franรงais | Deutsch | Portuguรชs | Tรผrkรงe | ุงูุนุฑุจูุฉ | เคนเคฟเคจเฅเคฆเฅ | ะ ัััะบะธะน
๐ง The data layer for AI systems. Skill Seekers turns documentation sites, GitHub repos, PDFs, videos, notebooks, wikis, and more โ 18 source types โ into structured knowledge assets, ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines (LangChain, LlamaIndex, Pinecone), and AI coding assistants (Cursor, Windsurf, Cline). Prepare once, export to 22 targets.
Become a sponsor ยท GitHub Sponsors
# 1. Install
pip install skill-seekers
# 2. Create a skill from any source
skill-seekers create https://docs.djangoproject.com/
# 3. Package it for your AI platform
skill-seekers package output/django --target claude
You now have output/django-claude.zip, ready to use.
# Pick a different AI agent for enhancement (default: claude)
skill-seekers create https://docs.djangoproject.com/ --agent kimi
skill-seekers create https://docs.djangoproject.com/ --agent-cmd "my-custom-agent run"
Point scan at a project and an AI agent reads its manifests, README, Dockerfile/CI and sampled source imports โ then emits one config per detected framework, plus a <project>-codebase.json for your own code:
skill-seekers scan ./my-react-app --out ./configs/scanned/
# โ react.json, vite.json, tailwind.json, jest.json, my-react-app-codebase.json
skill-seekers create ./configs/scanned/react.json
If a detection has no existing preset, the AI generates a fresh config; on exit you can optionally publish it back to the community registry.
skill-seekers create facebook/react # GitHub repository
skill-seekers create ./my-project # Local codebase
skill-seekers create manual.pdf # PDF
skill-seekers create report.docx # Word
skill-seekers create book.epub # EPUB
skill-seekers create notebook.ipynb # Jupyter
skill-seekers create openapi.yaml # OpenAPI/Swagger
skill-seekers create presentation.pptx # PowerPoint
skill-seekers create guide.adoc # AsciiDoc
skill-seekers create page.html # Local HTML (or a whole dir)
skill-seekers create feed.rss # RSS/Atom
skill-seekers create curl.1 # Man page
# Video (YouTube, Vimeo, or local โ needs skill-seekers[video])
skill-seekers create --video-url https://www.youtube.com/watch?v=... --name mytutorial
skill-seekers create --setup # auto-install GPU-aware visual deps
skill-seekers create --space-key TEAM --name wiki # Confluence
skill-seekers create --database-id ... --name docs # Notion
skill-seekers create --chat-export-path ./slack-export --name team-chat # Slack/Discord
See the Scraping Guide for every source type and its options.
pip install skill-seekers # Core: scraping, GitHub, PDF, packaging
pip install skill-seekers[all-llms] # + every LLM platform
pip install skill-seekers[mcp] # + MCP server
pip install skill-seekers[all] # Everything
Not sure what you need? Run the wizard: skill-seekers-setup
| Install | Adds |
|---|---|
skill-seekers[gemini] | Google Gemini support |
skill-seekers[openai] | OpenAI ChatGPT support |
skill-seekers[all-llms] | All LLM platforms |
skill-seekers[mcp] | MCP server for Claude Code, Cursor, etc. |
skill-seekers[video] | YouTube/Vimeo transcript & metadata extraction |
skill-seekers[video-full] | + Whisper transcription & visual frame extraction |
skill-seekers[jupyter] | Jupyter Notebook support |
skill-seekers[pptx] | PowerPoint support |
skill-seekers[confluence] | Confluence wiki support |
skill-seekers[notion] | Notion pages support |
skill-seekers[rss] | RSS/Atom feed support |
skill-seekers[chat] | Slack/Discord chat export support |
skill-seekers[asciidoc] | AsciiDoc support |
skill-seekers[all] | Everything |
Video visual deps (GPU-aware): after installing
skill-seekers[video-full], runskill-seekers create --setupto auto-detect your GPU and install the matching PyTorch variant + easyocr.
Prerequisites: Python 3.10+, Git. New here? โ Bulletproof Quick Start ๐ฏ
| I want to... | Read this |
|---|---|
| Get started quickly | Quick Start โ 3 commands to your first skill |
| Understand the concepts | Core Concepts |
| Scrape sources | Scraping Guide โ all 18 source types |
| Enhance skills with AI | Enhancement Guide ยท Enhancement Modes |
| Export skills | Packaging Guide |
| Build workflows | Workflows |
| Look up a command | CLI Reference โ all 19 commands |
| Configure | Config Format ยท Environment Variables |
| Set up MCP | MCP Setup ยท MCP Reference |
| Integrate with RAG / IDEs | LangChain ยท RAG Pipelines ยท Cursor ยท Windsurf ยท Cline |
| Handle huge doc sets | Large Documentation โ 10Kโ40K+ pages |
| Understand the architecture | UML Architecture โ 14 diagrams |
| Fix a problem | Troubleshooting |
Complete documentation index: docs/README.md
| Use case | Output | Powers |
|---|---|---|
| AI Skills | Comprehensive SKILL.md + reference files | Claude Code, Gemini, GPT |
| RAG pipelines | Chunked documents with rich metadata | LangChain, LlamaIndex, Haystack |
| Vector databases | Pre-formatted data ready for upsert | Pinecone, Chroma, Weaviate, FAISS, Qdrant |
| AI coding assistants | Context files your IDE AI reads automatically | Cursor, Windsurf, Cline, Continue.dev |
skill-seekers package output/react --target claude # โ Claude Skill (ZIP + YAML)
skill-seekers package output/react --target langchain # โ LangChain Documents
skill-seekers package output/react --target llama-index # โ LlamaIndex TextNodes
skill-seekers package output/react --target ibm-bob # โ IBM Bob skill directory
LLM platforms (12): claude ยท gemini ยท openai ยท minimax ยท opencode ยท kimi ยท deepseek ยท qwen ยท openrouter ยท together ยท fireworks ยท markdown
RAG & vector (8): langchain ยท llama-index ยท haystack ยท chroma ยท faiss ยท weaviate ยท qdrant ยท pinecone
Other (2): atlas ยท ibm-bob
See the Feature Matrix for per-platform support details.
SKILL.md files with examples, patterns, and guidesThree-layer discovery for JavaScript SPA sites (sitemap.xml โ llms.txt โ headless browser rendering), automatic llms.txt detection (10ร faster when present), smart topic categorization, and a lenient HTML parser fallback so broken markup still scrapes.
โ Scraping Guide ยท llms.txt Support
Three-stream architecture: code analysis (AST, design patterns, tests), documentation (README, docs/, wiki), and community (issues, PRs, metadata). The C3.x pipeline adds 10 GoF pattern detectors across 9 languages, usage examples extracted from tests, AI-written how-to guides, config extraction, and architecture overviews.
skill-seekers create ./my-project --preset quick # 1โ2 min, surface level
skill-seekers create ./my-project --preset standard # balanced (default)
skill-seekers create ./my-project --preset comprehensive # deep, exhaustive
โ Pattern Detection ยท How-To Guides ยท Test Example Extraction
Every AI call runs through one transport, in API mode (Anthropic, Google Gemini, OpenAI, Moonshot/Kimi, MiniMax) or LOCAL mode (Claude Code, Kimi Code, Codex, Copilot, OpenCode, custom agents โ no API costs). Control depth with --enhance-level 0-3 and pick an agent with --agent.
โ Enhancement Guide ยท Enhancement Modes ยท Multi-Agent Setup
Showing a partial view of a very large repo.
FAQ
skill-seekers is a Claude Code plugin with 2 hand-picked skills for data work, indexed on Flowy. Install it with the command on its page. It includes skill-builder, skill-seekers. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Is this plugin yours?
Claim it with GitHubSubmit a pluginPromote it