Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or other knowledge sources.
From skill-seekersnpx claudepluginhub anthropics/claude-plugins-community --plugin skill-seekersThis skill uses the workspace's default tool permissions.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Retrieves current documentation, API references, and code examples for libraries, frameworks, SDKs, CLIs, and services via Context7 CLI. Ideal for API syntax, configs, migrations, and setup queries.
Uses ctx7 CLI to fetch current library docs, manage AI coding skills (install/search/generate), and configure Context7 MCP for AI editors.
You have access to the Skill Seekers MCP server which provides 35 tools for converting knowledge sources into AI-ready skills.
Use this skill when the user:
Automatically detect the source type from user input:
| Input Pattern | Source Type | Tool to Use |
|---|---|---|
https://... (not GitHub/YouTube) | Documentation | scrape_docs |
owner/repo or github.com/... | GitHub | scrape_github |
*.pdf | scrape_pdf | |
| YouTube/Vimeo URL or video file | Video | scrape_video |
| Local directory path | Codebase | scrape_codebase |
*.ipynb, *.html, *.yaml (OpenAPI), *.adoc, *.pptx, *.rss, *.1-.8 | Various | scrape_generic |
| JSON config file | Unified | Use config with scrape_docs |
generate_config or fetch_config if neededestimate_pages for documentation sitesenhance_skill if the user wants AI-powered improvementspackage_skill for the target platformexport_to_* toolsgenerate_config — Generate a scraping config from a URLlist_configs — List available preset configsvalidate_config — Validate a config filescrape_docs — Documentation sitesscrape_github — GitHub repositoriesscrape_pdf — PDF filesscrape_video — Video transcriptsscrape_codebase — Local code analysisscrape_generic — Jupyter, HTML, OpenAPI, AsciiDoc, PPTX, RSS, manpage, Confluence, Notion, chatenhance_skill — AI-powered skill enhancementpackage_skill — Package for target platformupload_skill — Upload to platform APIinstall_skill — End-to-end install workflowdetect_patterns — Design pattern detection in codeextract_test_examples — Extract usage examples from testsbuild_how_to_guides — Generate how-to guides from testssplit_config — Split large configs into focused skillsexport_to_weaviate, export_to_chroma, export_to_faiss, export_to_qdrant — Vector DB export