Skill Seekers

Generate LLM skills from documentation, codebases, and GitHub repositories

tools-only Updated 7 repo stars

File contents

Skill Seekers

Prerequisites

pip install skill-seekers
# Or: uv pip install skill-seekers

Commands

Source Command
Local code skill-seekers analyze --directory ./path
Docs URL skill-seekers scrape --url https://...
GitHub skill-seekers github --repo owner/repo
PDF skill-seekers pdf --file doc.pdf

Quick Start

# Analyze local codebase
skill-seekers analyze --directory /path/to/project --output output/my-skill/

# Package for Claude
yes | skill-seekers package output/my-skill/ --no-open

Options

Flag Description
--depth surface/deep/full Analysis depth
--skip-patterns Skip pattern detection
--skip-test-examples Skip test extraction
--ai-mode none/api/local AI enhancement

tools-only/X-Skills/tree/main/development/web/988-skill_header_f8b9006e commit d2d8d021e9

Frequently asked questions

npx skillmds@latest add tools-only/skill-seekers-2