2cab53bc94
Test Vector Database Adaptors / Test MCP Vector DB Tools (push) Has been cancelled
Tests / Code Quality (Ruff & Mypy) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.12) (push) Has been cancelled
Tests / Tests (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers CLI - Convert documentation to AI skills dockerfile:Dockerfile name:skill-seekers]) (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers MCP Server - 25 tools for AI assistants dockerfile:Dockerfile.mcp name:skill-seekers-mcp]) (push) Has been cancelled
Docker Publish / Test Docker Images (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / Serial / Integration / E2E Tests (push) Has been cancelled
Tests / MCP Server Tests (push) Has been cancelled
Test Vector Database Adaptors / Test chroma Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test faiss Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test qdrant Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test weaviate Adaptor (push) Has been cancelled
1.9 KiB
1.9 KiB
description
| description |
|---|
| Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.) |
Create Skill
Create an AI-ready skill from a source. The source type is auto-detected.
Usage
/skill-seekers:create-skill <source> [--preset <level>] [--output <dir>]
Instructions
When the user provides a source via $ARGUMENTS, run the skill-seekers create command to generate a skill.
- Parse the arguments: extract the source (first argument) and any flags.
- If no
--presetis specified, default toquickfor fast results. - If no
--outputis specified, default to./output. - Run the create command:
skill-seekers create "$SOURCE" --preset quick --output "$OUTPUT" - After completion, read the generated
SKILL.mdand summarize what was created. - If the user wants to target a specific platform (e.g., Claude, OpenAI, LangChain), run the package command after:
skill-seekers package "$SKILL_DIR" --target "$PLATFORM"
Presets
-p quick— 1-2 minutes, basic skill-p standard— 5-10 minutes, good coverage-p comprehensive— 20-60 minutes, full analysis
Source Types (auto-detected)
- URL (https://...) — Documentation scraping
- owner/repo or github.com URL — GitHub repo analysis
- file.pdf — PDF extraction
- file.ipynb — Jupyter notebook
- file.docx — Word document
- file.epub — EPUB book
- YouTube/Vimeo URL — Video transcript
- ./directory — Local codebase analysis
- file.yaml with OpenAPI — API spec
- file.pptx — PowerPoint
- file.adoc — AsciiDoc
- file.html — HTML page
- file.rss — RSS/Atom feed
- cmd.1 — Man page
Examples
/skill-seekers:create-skill https://react.dev
/skill-seekers:create-skill pallets/flask -p standard
/skill-seekers:create-skill ./docs/api.pdf
/skill-seekers:create-skill https://youtube.com/watch?v=abc123