skill-builder
- Repo stars 13,726
- Author updated Live
- Author repo Skill_Seekers
- Domain
- Documentation
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @yusufkaraaslan · no license declared
- Token usage
- Lean
- Setup complexity
- Plug-and-play
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: skill-builder
description: Automatically detect source types and build AI skills using Skill Seekers. Use when the user wan…
category: documentation
runtime: no special runtime
---
# skill-builder output preview
## PART A: Task fit
- Use case: 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..
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “When to Use This Skill / Source Type Detection / Recommended Workflow” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “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.”.
- **02** When the source has headings, the agent prioritizes “When to Use This Skill / Source Type Detection / Recommended Workflow” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files; may access external network resources; usually needs no extra API key.
## Running Rules
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files.
Start with a small task and check whether the result follows “When to Use This Skill / Source Type Detection / Recommended Workflow”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: skill-builder
description: Automatically detect source types and build AI skills using Skill Seekers. Use when the user wan…
category: documentation
source: yusufkaraaslan/Skill_Seekers
---
# skill-builder
## When to use
- Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills fr…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “When to Use This Skill / Source Type Detection / Recommended Workflow” and keep inference separate from source facts.
- read files, write/modify files; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "skill-builder" {
input -> user goal + target files + boundaries + acceptance criteria
context -> When to Use This Skill / Source Type Detection / Recommended Workflow
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files | may access external network resources
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Skill Builder
You have access to the Skill Seekers MCP server which provides 40 tools for converting knowledge sources into AI-ready skills.
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 their source documentation
- Needs to export skills to vector databases (Weaviate, Chroma, FAISS, Qdrant)
- Asks about scraping, converting, or packaging documentation for AI
Source Type Detection
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 |
Recommended Workflow
- Detect source type from the user's input
- Generate or fetch config using
generate_configorfetch_configif needed - Estimate scope with
estimate_pagesfor documentation sites - Scrape the source using the appropriate scraping tool
- Enhance with
enhance_skillif the user wants AI-powered improvements - Package with
package_skillfor the target platform - Export to vector DB if requested using
export_to_*tools
Available MCP Tools
Config Management
generate_config— Generate a scraping config from a URLlist_configs— List available preset configsvalidate_config— Validate a config file
Scraping (use based on source type)
scrape_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, chat
Post-processing
enhance_skill— AI-powered skill enhancementpackage_skill— Package for target platformupload_skill— Upload to platform APIinstall_skill— End-to-end install workflow
Advanced
detect_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
Decide Fit First
Design Intent
How To Use It
Boundaries And Review