One-command skill creation and packaging for a target platform
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill general-purpose --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of General Purpose?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-general-purpose-0d44cc72)More formats (shields.io, HTML) on the badges page.
---
name: install-skill
description: "One-command skill creation and packaging for a target platform"
category: general-purpose
source_repo: yusufkaraaslan/Skill_Seekers
source_path: "distribution/claude-plugin/commands/install-skill.md"
source_url: https://github.com/yusufkaraaslan/Skill_Seekers/blob/HEAD/distribution/claude-plugin/commands/install-skill.md
---
# 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
```
---
**Source:** [`yusufkaraaslan/Skill_Seekers`](https://github.com/yusufkaraaslan/Skill_Seekers) → `distribution/claude-plugin/commands/install-skill.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!