Install Skill banner
yusufkaraaslan yusufkaraaslan

Install Skill

Development community

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: ```bas

Installation

Installs to ~/.claude/skills/yusufkaraaslan-skill-seekers-plugin-install-skill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yusufkaraaslan-skill-seekers-plugin-install-skill && curl -fsSL https://raw.githubusercontent.com/yusufkaraaslan/skill-seekers-plugin/HEAD/commands/install-skill.md -o ~/.claude/skills/yusufkaraaslan-skill-seekers-plugin-install-skill/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository