Skip to main content

Module plugin

Module plugin 

Source
Expand description

Plugin marketplace + installation. See docs/superpowers/specs/2026-04-29-plugin-marketplace-design.md.

Modules§

bootstrap
First-startup install + post-upgrade refresh hooks for the plugin marketplace layer.
installer
loader
Helpers for downstream registries (skill / commands / hooks) to discover every installed plugin’s asset directories in one pass.
marketplace

Enums§

PluginJobEvent
Result of a long-running plugin operation that the TUI runs off the event loop (clone / pull / install). The dispatcher fires-and-forgets a tokio::task::spawn_blocking and the main select! consumes one of these once the worker finishes, so the input thread never sees the git latency.