Skill Seekers Documentation

May 30, 2026 ยท View on GitHub

Complete documentation for Skill Seekers v3.6.0


Welcome!

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.


Where Should I Start?

๐Ÿš€ I'm New Here

Start with our Getting Started guides:

  1. Installation - Install Skill Seekers
  2. Quick Start - Create your first skill in 3 commands
  3. Your First Skill - Complete walkthrough
  4. Next Steps - Where to go from here

๐Ÿ“– I Want to Learn

Explore our User Guides:

๐Ÿ“š I Need Reference

Look up specific information:

๐Ÿš€ I'm Ready for Advanced Topics

Power user features:


Quick Reference

The 3 Commands

# 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

Common Commands

# 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 doctor

Documentation Structure

docs/
โ”œโ”€โ”€ README.md                 # This file - start here
โ”œโ”€โ”€ ARCHITECTURE.md          # How docs are organized
โ”‚
โ”œโ”€โ”€ getting-started/         # For new users
โ”‚   โ”œโ”€โ”€ 01-installation.md
โ”‚   โ”œโ”€โ”€ 02-quick-start.md
โ”‚   โ”œโ”€โ”€ 03-your-first-skill.md
โ”‚   โ””โ”€โ”€ 04-next-steps.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

By Use Case

I Want to Build AI Skills

For Claude, Gemini, ChatGPT:

  1. Quick Start
  2. Enhancement Guide
  3. Workflows Guide

I Want to Build RAG Pipelines

For LangChain, LlamaIndex, vector DBs:

  1. Core Concepts
  2. Packaging Guide
  3. MCP Reference

I Want AI Coding Assistance

For Cursor, Windsurf, Cline, Roo, Aider, Bolt, Kilo, Continue, Kimi Code:

  1. Your First Skill
  2. Local Codebase Analysis
  3. skill-seekers install-agent --agent cursor

Version Information

  • Current Version: 3.6.0
  • Last Updated: 2026-03-15
  • Source Types: 18
  • Python Required: 3.10+

Contributing to Documentation

Found an issue? Want to improve docs?

  1. Edit files in the docs/ directory
  2. Follow the existing structure
  3. Submit a PR

See Contributing Guide for details.



License

MIT License - see LICENSE file.


Happy skill building! ๐Ÿš€