openstoryline-install
Installation
SKILL.md
OpenStoryline Install
Use this skill when the task is to install or repair a local source checkout of FireRed-OpenStoryline.
Keep the workflow deterministic:
- Confirm the repo path and read the current README.md and config.toml.
- Detect local prerequisites before changing anything.
- Prefer a local
venvinstall unless the user explicitly asks for Docker orconda. - Download resources only after Python dependencies succeed.
- Validate imports and config loading before claiming success.
- This skill assumes macOS, Linux, or WSL with a POSIX shell.
What This Skill Covers
- Clone the GitHub repo if needed
- Create a Python environment
- Install Python dependencies
- Download
.storylinemodels andresource/assets
Related skills