Complete documentation for Skill Seekers v3.1.0
This is the official documentation for Skill Seekers - the universal tool for converting documentation, code, and PDFs into AI-ready skills.
Start with our Getting Started guides:
Explore our User Guides:
Look up specific information:
Power user features:
# 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
# Scrape documentation
skill-seekers scrape --config react
# Analyze GitHub repo
skill-seekers github --repo facebook/react
# Extract PDF
skill-seekers pdf manual.pdf --name docs
# Analyze local code
skill-seekers analyze --directory ./my-project
# 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
# List workflows
skill-seekers workflows list
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 │ ├── reference/ # Technical reference │ ├── CLI_REFERENCE.md # 20 commands │ ├── MCP_REFERENCE.md # 26 MCP tools │ ├── CONFIG_FORMAT.md # JSON spec │ └── ENVIRONMENT_VARIABLES.md │ └── advanced/ # Power user topics ├── mcp-server.md ├── mcp-tools.md ├── custom-workflows.md └── multi-source.md
For Claude, Gemini, ChatGPT:
For LangChain, LlamaIndex, vector DBs:
For Cursor, Windsurf, Cline:
skill-seekers install-agent --agent cursorFound an issue? Want to improve docs?
docs/ directorySee Contributing Guide for details.
MIT License - see LICENSE file.
Happy skill building! 🚀