Skip to content

v0.21.5 - Plugin System Support and bundled dependencies

Latest

Choose a tag to compare

@prillcode prillcode released this 17 Jan 00:22
· 4 commits to main since this release

馃帀 Plugin System Support

Storyline is now available as a Claude Code plugin! Install with easy commands within a Claude Code session:

`
/plugin marketplace add https://github.com/prillcode/storyline

/plugin install storyline

/sl-setup check
`

No more manual cloning or running install scripts - the plugin system handles everything.

馃摝 Bundled Dependencies

This release makes Storyline completely self-contained:

  • Self-Contained Distribution - Ships with essential cc-resources skills bundled (create-plans, create-agent-skills)
  • No More Submodules - Removed git submodule complexity entirely
  • Faster Installation - Single clone operation, no recursive fetching required
  • Lean Package - Only includes the skills needed for Storyline workflows
  • Better Distribution - Structured for Claude Code plugin marketplace integration