Help us improve
Share bugs, ideas, or general feedback.
From skill-seekers
Automatically detects source types (docs, repos, PDFs, videos) and builds AI skills using Skill Seekers MCP tools. Use for converting knowledge sources into skill packages.
npx claudepluginhub yusufkaraaslan/skill-seekers-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/skill-seekers:skill-builderThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the Skill Seekers MCP server which provides 35 tools for converting knowledge sources into AI-ready skills.
Automatically converts documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes. Use when creating custom skills from external resources.
Converts documentation in Markdown, PDF, DOCX, PPTX, XLSX, AsciiDoc, RST, HTML, Jupyter notebooks, configs, and text into Claude Code skill directories with SKILL.md and grouped references/*.md files. Invoke with docs path for AI skills.
Replicates knowledge from any source (GitHub repos, articles, code) into sd0x-dev-flow skill definitions with analysis report and generated SKILL.md files.
Share bugs, ideas, or general feedback.
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