Documentation
README
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:
- Parse the arguments: extract source,
--target(default: claude),--preset(default: quick). - Run the create command:
skill-seekers create "$SOURCE" --preset "$PRESET" --output ./output - Find the generated skill directory (look for the directory containing SKILL.md in ./output/).
- Run the package command for the target platform:
skill-seekers package "$SKILL_DIR" --target "$TARGET" - Report what was created and where to find the packaged output.
This is the opening of the README. Read the full README on GitHub.