Skill Seekers
Skill Seekers is a comprehensive AI knowledge pipeline tool that transforms documentation, code, and media from 17+ source types into structured knowledge assets for LLM platforms, RAG pipelines, and AI coding assistants.
Content Ingestion & Scraping
Scrape documentation websites (with
llms.txtauto-detection for 10x faster processing), GitHub repos, PDFs, and videos (YouTube, Vimeo, local files)Analyze local codebases — signatures, docstrings, API references, dependency graphs
Scrape generic sources: Jupyter notebooks, OpenAPI specs, Confluence, Notion, PowerPoint, RSS feeds, and more
Configuration Management
Generate, validate, sync, split, and estimate configs for documentation scraping
Browse 24+ framework presets, generate routing hubs for split docs
Fetch configs from API or git URLs; submit custom configs to the community
Register/manage private or team git repositories as config sources
Code Analysis
Detect 10+ GoF design patterns across 9+ languages
Extract test examples, build how-to guides, and analyze config patterns (with optional AI security analysis)
Skill Enhancement & Packaging
Enhance skills using Claude, Gemini, or OpenAI into comprehensive 500+ line guides
Package skills into platform-specific formats (ZIP for Claude/OpenAI, tar.gz for Gemini) and upload directly to their APIs
Run a full end-to-end pipeline in one command: fetch config → scrape → enhance → package → upload
Create, manage, and run custom YAML enhancement workflows
Vector Database Export
Export to Weaviate (hybrid search), Chroma (local-first), FAISS (billion-scale with GPU support), or Qdrant (payload filtering) for RAG applications
Enables the extraction of knowledge from Confluence wiki spaces to create structured AI data assets.
Supports ingesting Discord chat exports to build conversational knowledge bases for AI systems.
Allows direct creation of knowledge assets by scraping and analyzing documentation and code from GitHub repositories.
Supports exporting structured knowledge assets specifically formatted for use with Google Gemini.
Generates AI context files compatible with coding assistants used within the IntelliJ IDEA environment.
Enables the processing of Jupyter Notebooks to extract code and documentation for AI-ready knowledge assets.
Transforms raw documentation and data into LangChain-ready Documents for use in RAG pipelines and agents.
Provides exports in Markdown format optimized for vector database ingestion and structured documentation.
Supports ingesting Notion pages and databases as a knowledge source for generating AI assets.
Allows packaging knowledge assets for use with OpenAI models and custom GPT assistants.
Enables the ingestion of content from RSS and Atom feeds as a source for structured knowledge assets.
Supports the ingestion of Slack chat exports to create conversational knowledge bases for AI analysis.
Generates AI context files that can be utilized by AI coding assistants within the Vim editor.
Supports extracting structured knowledge and data from Vimeo videos for use in AI context pipelines.
Enables the extraction of transcripts, code, and structured knowledge from YouTube videos.
Skill Seekers
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.
💛 Sponsors
Launch Partner
Atlas Cloud — A full-modal, OpenAI-compatible AI inference platform. Skill Seekers supports it as a packaging/enhancement target via --target atlas with ATLAS_API_KEY.
Silver Sponsors
Become a sponsor · GitHub Sponsors
Related MCP server: Code Whisperer MCP
🚀 Quick Start
# 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 claudeYou 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"🛰️ AI-driven project scan
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.jsonIf a detection has no existing preset, the AI generates a fresh config; on exit you can optionally publish it back to the community registry.
All 18 source types
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/DiscordSee the Scraping Guide for every source type and its options.
📦 Installation
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] # EverythingNot sure what you need? Run the wizard: skill-seekers-setup
Install | Adds |
| Google Gemini support |
| OpenAI ChatGPT support |
| All LLM platforms |
| MCP server for Claude Code, Cursor, etc. |
| YouTube/Vimeo transcript & metadata extraction |
| + Whisper transcription & visual frame extraction |
| Jupyter Notebook support |
| PowerPoint support |
| Confluence wiki support |
| Notion pages support |
| RSS/Atom feed support |
| Slack/Discord chat export support |
| AsciiDoc support |
| 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 🎯
📚 Documentation
I want to... | Read this |
Get started quickly | Quick Start — 3 commands to your first skill |
Understand the concepts | |
Scrape sources | Scraping Guide — all 18 source types |
Enhance skills with AI | |
Export skills | |
Build workflows | |
Look up a command | CLI Reference — all 19 commands |
Configure | |
Set up MCP | |
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 |
Complete documentation index: docs/README.md
🎯 What you get
Use case | Output | Powers |
AI Skills | Comprehensive | 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 |
Export targets (22)
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 directoryLLM 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.
Why it matters
⚡ 99% faster — days of manual data prep → 15–45 minutes
🎯 Real skill quality — 500+ line
SKILL.mdfiles with examples, patterns, and guides📊 RAG-ready chunks — smart chunking preserves code blocks and context
🔄 Multi-source — combine docs + GitHub + PDFs + videos into one knowledge asset
🌐 One prep, every target — export to 22 targets without re-scraping
✅ Battle-tested — 3,900+ tests, 68 workflow presets, production-ready
✨ Key capabilities
Three-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
One config can pull documentation, GitHub, PDFs, videos, and more into a single knowledge asset, with conflict detection and pairwise synthesis across sources.
YouTube, Vimeo, and local files. Three-tier transcript fallback (subtitles → YouTube transcript API → local Whisper), plus optional visual extraction that OCRs on-screen code from sampled frames.
Quality scoring with a gate (skill-seekers quality output/react/ --threshold 7), provisional English readability metrics (informational — they never affect the score), doc-change detection with scheduled re-scrapes and notifications, streaming ingestion for very large doc sets, and incremental updates.
→ Large Documentation · Code Quality
🔌 MCP Integration (40 tools)
Skill Seekers ships an MCP server for Claude Code, Cursor, Windsurf, VS Code + Cline, and IntelliJ IDEA.
# stdio mode (Claude Code, VS Code + Cline)
python -m skill_seekers.mcp.server_fastmcp
# HTTP mode (Cursor, Windsurf, IntelliJ)
python -m skill_seekers.mcp.server_fastmcp --transport http --port 8765Then just ask your assistant: "Package and upload the React skill."
→ MCP Setup · MCP Reference · HTTP Transport
🤖 Installing to AI agents
Skills install automatically into 19 AI coding agents:
skill-seekers install-agent output/react/ --agent cursor
skill-seekers install-agent output/react/ --agent all # every detected agent
skill-seekers install-agent output/react/ --agent cursor --dry-runAgent | Path | Scope |
Claude Code |
| Global |
Cursor |
| Project |
VS Code / Copilot |
| Project |
Amp |
| Global |
Goose |
| Global |
OpenCode |
| Global |
Letta |
| Global |
Aide |
| Global |
Windsurf |
| Global |
Neovate |
| Global |
Roo Code |
| Project |
Cline |
| Project |
Aider |
| Global |
Bolt |
| Project |
Kilo Code |
| Project |
Continue |
| Global |
Kimi Code |
| Global |
IBM Bob |
| Project |
Uploading to Claude
export ANTHROPIC_API_KEY=sk-ant-...
skill-seekers package output/react/ --upload # package + upload
skill-seekers upload output/react.zip # upload an existing zipNo API key? Package it and upload output/react.zip manually at claude.ai/skills.
⚙️ How it works
graph LR
A[Documentation Website] --> B[Skill Seekers]
B --> C[Scraper]
B --> D[AI Enhancement]
B --> E[Packager]
C --> F[Organized References]
D --> F
F --> E
E --> G[AI Skill .zip]
G --> H[Upload to AI Platform]Scrape — extract every page (checking
llms.txtfirst)Categorize — organize content into topics (API, guides, tutorials, …)
Enhance — AI writes a comprehensive
SKILL.mdwith examplesPackage — bundle into a platform-ready artifact
Upload — ship it to your AI platform (optional)
Architecture
8 core modules + 5 utility modules (~200 classes):
Module | Purpose |
CLICore | Git-style command dispatcher, source auto-detection |
Scrapers | 18 source-type extractors on a shared build layer |
Adaptors | 22 output platform formats behind one |
Analysis | C3.x codebase pipeline, 10 GoF pattern detectors |
Enhancement | AI improvement via a single |
Packaging | Package, upload, and install skills |
MCP | FastMCP server (40 tools, 10 tool modules) |
Sync | Doc change detection and notification |
→ UML Architecture · API Reference · Skill Architecture
🆕 New in v3.9.0
HTML parser fallback for broken markup (#96) — severely malformed pages no longer scrape as empty; well-formed pages are byte-identical.
Transient-failure retries — the doc scraper (#97) and MCP
fetch_config(#92) now retry connection blips and 5xx with backoff; 4xx still fails fast.Whisper transcription fallback (#420) — local videos without subtitles finally get a real transcript.
MiniMax image OCR + registry-driven multimodal providers (#423) — providers declare their wire protocol and image capability; China-issued keys work against the right endpoint.
Token-lean GitHub issue defaults (#169) — GitHub skills no longer bundle full closed-issue history by default.
Env-driven CORS across all three servers (#422, #424) — no more wildcard origins with credentials.
Full history: CHANGELOG.md
📈 Performance
Documentation size | Time | Output |
Small (< 100 pages) | 5–10 min | ~2 MB |
Medium (100–500 pages) | 15–30 min | ~10 MB |
Large (500–2,000 pages) | 30–60 min | ~40 MB |
Huge (10K–40K+ pages) | Use |
🐛 Troubleshooting
skill-seekers doctor # diagnose installation & environment
skill-seekers sync-config # detect config driftCommon issues and fixes: Troubleshooting Guide · TROUBLESHOOTING.md
🤝 Contributing
Contributions are welcome — see CONTRIBUTING.md.
📋 Development Roadmap & Tasks — pick any task
💬 Discussions — questions and ideas
🐛 Issues — bugs and feature requests
📝 License
MIT — see LICENSE.
🔒 Security
🌐 Ecosystem
Skill Seekers is a multi-repo project:
Repository | Description | Links |
Core CLI & MCP server (this repo) | ||
Website & documentation | ||
Community config repository | ||
GitHub Action for CI/CD | ||
Claude Code plugin | ||
Homebrew tap for macOS |
Want to contribute? The website and configs repos are great starting points for new contributors!
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceTransforms code repositories and development documentation into a queryable Neo4j knowledge graph, enabling AI assistants to perform intelligent code analysis, dependency mapping, impact assessment, and automated documentation generation across 15+ programming languages.6
- AlicenseAqualityDmaintenanceProvides access to a library of 18 specialized skills, project templates, and prompt patterns for Claude Code. It enables automated workflows for feature development, security audits, and system maintenance through multi-agent collaboration.611MIT
- AlicenseAqualityCmaintenanceTurn any YouTube video, article, PDF, or image into a reusable Claude Code skill — without leaving your editor.632MIT
- AlicenseCqualityCmaintenanceEnables AI-powered automated testing, security scanning, code review, and maintenance tasks directly within Claude Code or desktop.124MIT
Related MCP Connectors
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yusufkaraaslan/Skill_Seekers'
If you have feedback or need assistance with the MCP directory API, please join our Discord server