Complete documentation for Skill Seekers v3.7.0
This is the official documentation for Skill Seekers - the universal tool for converting 18 source types (documentation sites, GitHub repos, PDFs, videos, Word docs, EPUB books, Jupyter notebooks, local HTML, OpenAPI specs, AsciiDoc, PowerPoint, RSS/Atom feeds, man pages, Confluence, Notion, Slack/Discord, and local codebases) into AI-ready skills for 21+ platforms.
Start with our Getting Started guides:
- Installation - Install Skill Seekers
- Quick Start - Create your first skill in 3 commands
- Your First Skill - Complete walkthrough
- Next Steps - Where to go from here
- Scan a Project - Bootstrap configs from a codebase
Explore our User Guides:
- Core Concepts - How Skill Seekers works
- Scraping Guide - All scraping options
- Enhancement Guide - AI enhancement explained
- Packaging Guide - Export to platforms
- Workflows Guide - Enhancement workflows
- Troubleshooting - Common issues
Look up specific information:
- CLI Reference - All 19 commands
- MCP Reference - 40 MCP tools
- Config Format - JSON specification
- Environment Variables - All env vars
- FAQ - Frequently asked questions
- Troubleshooting - Full troubleshooting reference
Power user features:
- MCP Server Setup - MCP integration
- MCP Tools Deep Dive - Advanced MCP usage
- Custom Workflows - Create workflows
- Multi-Source Scraping - Combine sources
# 1. Install
pip install skill-seekers
# 2. Create skill
skill-seekers create https://docs.django.com/
# 3. Package for Claude
skill-seekers package output/django --target claude# Create from any source (auto-detects type)
skill-seekers create https://docs.django.com/
skill-seekers create facebook/react
skill-seekers create manual.pdf
skill-seekers create notebook.ipynb
# Scan a project for tech stack β emits one config per framework
skill-seekers scan ./my-react-app --out ./configs/scanned/
# Enhance skill
skill-seekers enhance output/my-skill/
# Package for platform
skill-seekers package output/my-skill/ --target claude
# Upload
skill-seekers upload output/my-skill-claude.zip
# Install complete workflow
skill-seekers install --config react --target claude
# Doctor / diagnostics
skill-seekers doctordocs/
βββ README.md # This file - start here
βββ ARCHITECTURE.md # How docs are organized
βββ UML_ARCHITECTURE.md # Software architecture (UML diagrams)
βββ UNIFICATION_PLAN.md # Grand Unification refactor plan + phase results
βββ BUG_AUDIT.md # Full-codebase bug audit (historical record)
β
βββ getting-started/ # For new users
β βββ 01-installation.md
β βββ 02-quick-start.md
β βββ 03-your-first-skill.md
β βββ 04-next-steps.md
β βββ 05-scan-a-project.md
β
βββ user-guide/ # Common tasks
β βββ 01-core-concepts.md
β βββ 02-scraping.md
β βββ 03-enhancement.md
β βββ 04-packaging.md
β βββ 05-workflows.md
β βββ 06-troubleshooting.md
β
βββ guides/ # How-to guides
β βββ MCP_SETUP.md
β βββ MIGRATION_GUIDE.md
β βββ TESTING_GUIDE.md
β βββ UPLOAD_GUIDE.md
β
βββ integrations/ # Platform integrations
β βββ LANGCHAIN.md
β βββ LLAMA_INDEX.md
β βββ CURSOR.md
β βββ ...
β
βββ features/ # Feature deep-dives
β βββ BOOTSTRAP_SKILL.md
β βββ UNIFIED_SCRAPING.md
β βββ ENHANCEMENT.md
β
βββ reference/ # Technical reference
β βββ CLI_REFERENCE.md # 19 commands
β βββ MCP_REFERENCE.md # 40 MCP tools
β βββ CONFIG_FORMAT.md # JSON spec
β βββ ENVIRONMENT_VARIABLES.md
β
βββ advanced/ # Power user topics
β βββ mcp-server.md
β βββ custom-workflows.md
β βββ multi-source.md
β
βββ archive/ # Legacy docs
βββ blog/ # Blog posts
βββ case-studies/ # Case studies
βββ plans/ # Feature plans
βββ roadmap/ # Roadmap
βββ strategy/ # Strategy docs
βββ zh-CN/ # Chinese translations
For Claude, Gemini, ChatGPT:
For LangChain, LlamaIndex, vector DBs:
For Cursor, Windsurf, Cline, Roo, Aider, Bolt, Kilo, Continue, Kimi Code:
- Your First Skill
- Local Codebase Analysis
skill-seekers install-agent --agent cursor
- Current Version: 3.7.0
- Last Updated: 2026-06-11
- Source Types: 18
- Python Required: 3.10+
Found an issue? Want to improve docs?
- Edit files in the
docs/directory - Follow the existing structure
- Submit a PR
See Contributing Guide for details.
- Main Repository: https://github.com/yusufkaraaslan/Skill_Seekers
- Website: https://skillseekersweb.com/
- PyPI: https://pypi.org/project/skill-seekers/
- Issues: https://github.com/yusufkaraaslan/Skill_Seekers/issues
MIT License - see LICENSE file.
Happy skill building! π