One-command skill creation and packaging for a target platform
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yusufkaraaslan/Skill_Seekers --skill commands --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commands?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yusufkaraaslan-commands-skill-seekers)More formats (shields.io, HTML) on the badges page.
---
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:
```bash
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:
```bash
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
```
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!