Files
wehub-resource-sync 2cab53bc94
Test Vector Database Adaptors / Test MCP Vector DB Tools (push) Has been cancelled
Tests / Code Quality (Ruff & Mypy) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (macos-latest, 3.12) (push) Has been cancelled
Tests / Tests (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers CLI - Convert documentation to AI skills dockerfile:Dockerfile name:skill-seekers]) (push) Has been cancelled
Docker Publish / Build and Push Docker Images (map[description:Skill Seekers MCP Server - 25 tools for AI assistants dockerfile:Dockerfile.mcp name:skill-seekers-mcp]) (push) Has been cancelled
Docker Publish / Test Docker Images (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.10) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.11) (push) Has been cancelled
Tests / Fast Unit Tests (parallel) (ubuntu-latest, 3.12) (push) Has been cancelled
Tests / Serial / Integration / E2E Tests (push) Has been cancelled
Tests / MCP Server Tests (push) Has been cancelled
Test Vector Database Adaptors / Test chroma Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test faiss Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test qdrant Adaptor (push) Has been cancelled
Test Vector Database Adaptors / Test weaviate Adaptor (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:46:28 +08:00

1.5 KiB

description
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