Skip to content
Data
Command

/install-skill

One-command skill creation and packaging for a target platform

From plugin
skill-seekers
15k3 skills3 commands1 MCP
Install
$ npx -y skills add yusufkaraaslan/Skill_Seekers --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/install-skill

Context preview

What this command does when you run it.

One-command skill creation and packaging for a target platform

Command definition

install-skill.md
description: One-command skill creation and packaging for a target platform

Install Skill

End-to-end workflow: create a skill from any source, then package it for a target LLM platform.

Usage

/skill-seekers:install-skill <source> [--target <platform>] [--preset <level>]

Instructions

When the user provides a source via `$ARGUMENTS`:

1. Parse the arguments: extract source, `--target` (default: claude), `--preset` (default: quick). 2. Run the create command:

   skill-seekers create "$SOURCE" --preset "$PRESET" --output ./output

3. Find the generated skill directory (look for the directory containing SKILL.md in ./output/). 4. Run the package command for the target platform:

   skill-seekers package "$SKILL_DIR" --target "$TARGET"

5. Report what was created and where to find the packaged output.

Target Platforms

`claude` (default), `openai`, `gemini`, `langchain`, `llama-index`, `haystack`, `markdown`, `chroma`, `weaviate`, `faiss`, `qdrant`, `pinecone`, `deepseek`, `kimi`, `qwen`, `fireworks`, `openrouter`, `together`, `minimax`, `opencode`, `ibm-bob`

> **IDE-specific installs** (`cursor`, `windsurf`, `continue`, `cline`) are not standalone `--target` values. Use `skill-seekers install-agent` or manually copy the output from `--target markdown` or `--target claude`.

Examples

/skill-seekers:install-skill https://react.dev --target claude
/skill-seekers:install-skill pallets/flask --target langchain -p standard
/skill-seekers:install-skill ./docs/api.pdf --target openai
Read more
Ships withskill-seekers

🧠 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

Get the whole plugin, auto-invoked
Stats
14,726
Stars
1
Views
1,499
Forks
Active
Maintenance
Python
Language
MIT
License
5d ago
Last commit
9mo ago
Created

Repo: yusufkaraaslan/Skill_Seekers