skill-builder

Convert documentation, repositories, PDFs, and videos into AI-ready skills.

Updated Aug 12, 2026
One-click install
npx skills add https://github.com/Barbaros911/As-mine --skill skill-builder-barbaros911
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/Barbaros911/As-mine/tree/main/.claude/skills/skill-seekers
Command: npx skills add https://github.com/Barbaros911/As-mine --skill skill-builder-barbaros911

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning scattered knowledge sources like documentation sites, GitHub repos, PDFs, and videos into structured AI skills requires manual scraping, formatting, and packaging. This Skill automates that conversion through the Skill Seekers MCP server. ## Core Features & Use Cases - Automatic Source Detection: Identifies the source type from user input (URLs, GitHub repos, PDFs, videos, local codebases) and selects the right scraping tool. - End-to-End Skill Building: Generates configs, scrapes content, enhances output, and packages skills for target platforms. - Vector Database Export: Exports built skills to Weaviate, Chroma, FAISS, or Qdrant for retrieval workflows. - Use Case: Point the Skill at a documentation site URL, and it estimates page scope, scrapes the content, enhances it, and packages a ready-to-use AI skill. ## Quick Start Build an AI skill from the documentation at https://example.com/docs and package it for my platform.

Frequently Asked Questions about skill-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an AI skill from a documentation site?▼

Provide the documentation URL and the Skill detects it as a documentation source, then uses scrape_docs with a generated config. You can estimate scope first with estimate_pages, then enhance and package the result.

How to convert a GitHub repository into an AI skill?▼

Pass an owner/repo identifier or github.com URL and the Skill selects scrape_github to analyze the repository. Advanced tools like detect_patterns and extract_test_examples can enrich the resulting skill with design patterns and usage examples.

What source formats does Skill Seekers support?▼

Skill Seekers supports documentation sites, GitHub repos, PDFs, videos, local codebases, Jupyter notebooks, HTML, OpenAPI YAML, AsciiDoc, PPTX, RSS feeds, man pages, Confluence, Notion, and chat exports via scrape_generic.

Can I export a built skill to a vector database?▼

Yes, dedicated export tools send packaged skills to Weaviate, Chroma, FAISS, or Qdrant. Use the corresponding export_to_* tool after scraping and packaging the skill.

What are the limitations of scraping large documentation sites?▼

Large sites may exceed practical scraping scope, so estimate_pages should be run first to gauge size. The split_config tool can divide large configs into smaller focused skills when a single skill would be too broad.