install-skill
One-command skill creation and packaging for a target platform
Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.)
$ npx -y skills add yusufkaraaslan/Skill_Seekers --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/create-skillContext preview
What this command does when you run it.
Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.)
description: Create an AI skill from any source (URL, repo, PDF, video, notebook, etc.)
Create an AI-ready skill from a source. The source type is auto-detected.
/skill-seekers:create-skill <source> [--preset <level>] [--output <dir>]
When the user provides a source via `$ARGUMENTS`, run the `skill-seekers create` command to generate a skill.
1. Parse the arguments: extract the source (first argument) and any flags. 2. If no `--preset` is specified, default to `quick` for fast results. 3. If no `--output` is specified, default to `./output`. 4. Run the create command:
skill-seekers create "$SOURCE" --preset quick --output "$OUTPUT"
5. After completion, read the generated `SKILL.md` and summarize what was created. 6. 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"
/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
🧠 The data layer for AI systems. Skill Seekers turns documentation sites, GitHub repos, PDFs, videos, notebooks, wikis, and more — 18 source types — into structured knowledge assets, ready to power AI Skills (Claude, Gemini, OpenAI), RAG pipelines
One-command skill creation and packaging for a target platform
Sync a scraping config's URLs against the live documentation site