Skill Builder (Skill Seekers)
Auto-detects your knowledge source type — docs site, GitHub repo, PDF, video — and turns it into an AI-ready skill.
AutomationIntermediate★ 14,765⑂ 1,505AI score 7/10Last updated: Aug 9, 2026
What it does
- Auto-detects the source type from your input: documentation URL,
owner/repo,*.pdf, YouTube link, local code directory, OpenAPI/Jupyter/PPTX files, and more. - Routes to the right tool among the 40 provided by the Skill Seekers MCP server.
- Walks a 7-step workflow: generate config → estimate scope → scrape → AI enhance → package → export to vector DB.
- Supports export to Weaviate, Chroma, FAISS, and Qdrant.
Who it's for
- Developers turning internal or open-source docs into skills an LLM can consume directly.
- Teams consolidating mixed knowledge sources (PDFs, video transcripts, Notion, Confluence) into one pipeline.
- AI engineers loading cleaned documentation into a vector DB for RAG.
Examples
- "Build a skill from https://docs.example.com" →
estimate_pagesto size it up, thenscrape_docs, thenpackage_skill. - "Turn facebook/react into a skill" →
scrape_githubplusextract_test_examplesto pull real usage samples. - "Load this PDF manual into Chroma" →
scrape_pdffollowed byexport_to_chroma.
Note: nothing runs unless the Skill Seekers MCP server is installed and connected.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/yusufkaraaslan/Skill_Seekers/HEAD/skills/skill-seekers/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/skill-seekers folder from the GitHub repo yusufkaraaslan/Skill_Seekers into my ~/.claude/skills/yusufkaraaslan-skill-builder/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/yusufkaraaslan/Skill_Seekers.git && mkdir -p ~/.claude/skills && cp -r Skill_Seekers/skills/skill-seekers ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/yusufkaraaslan/Skill_Seekers.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r Skill_Seekers/skills/skill-seekers ~/.claude/skills/ - Follow the repo README to install the Skill Seekers MCP server and register it in your Claude Code MCP config — its 40 tools are a hard prerequisite.
- Restart Claude Code and test with a prompt like "build a skill from this documentation site".
View source on GitHub ↗License: MIT