Agent skill · Documentation

skill-builder

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.

yusyus14,586★ · +63/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add yusufkaraaslan/Skill_Seekers --skill skill-builder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: distribution/claude-plugin/skills/skill-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 14,697 · +111 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Builder This skill uses the Skill Seekers MCP server, which provides 40 tools for converting knowledge sources into AI-ready skills. If the MCP tools are not available, use the CLI fallback at the bottom of this file instead — do not stop. ## Prerequisites The MCP tools below only work when the Skill Seekers MCP server is connected: 1. Install the package: `pip install "skill-seekers[mcp]"` 2. Connect the server: - Installed as the Skill Seekers plugin? Nothing to do — the plugin's bundled `.mcp.json` starts the server automatically (it still needs step 1). - Installed standalone (e.g. copied into `~/.claude/skills/`)? Register the server once: `claude mcp add skill-seekers -- python -m skill_seekers.mcp.server_fastmcp` If tools like `scrape_docs` or `package_skill` are not in your tool list, the server is not connected. Tell the user about the two steps above, and use the CLI fallback in the meantime. ## When to Use This Skill Use this skill when the user: - Wants to create an AI skill from a documentation site, GitHub repo, PDF, video, or other source - Needs to convert documentation into a format suitable for LLM consumption - Wants to update or sync existing skills with

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use This Skill
  3. Source Type Detection
  4. Recommended Workflow
  5. Available MCP Tools
  6. Config Management
  7. Scraping (use based on source type)
  8. Post-processing
  9. Advanced
  10. CLI Fallback (MCP server not connected)
Commands it runs
skill-seekers create <source>                      # auto-detects: URL, owner/repo, ./path, file.pdf, video URL, ...
skill-seekers package <skill_dir> --target claude  # or gemini/openai/langchain/chroma/...
More from Skill_Seekers
All skills →
About this skill
What does the skill-builder skill do?

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.

How do I install it?

Run `npx skills add yusufkaraaslan/Skill_Seekers --skill skill-builder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From yusufkaraaslan/Skill_Seekers, a repository with 14,697 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going