superpowers-streamer-cli
Installation
SKILL.md
SuperPowers Streamer CLI
Use this skill when the user only needs the published npm package workflow.
Assume:
- no source-code access
- no repo edits
- the package can be installed in any normal npm environment
Important Behavior
This skill's helper script does not build local source code.
It will:
- install the published third-party npm package
superpowers-aiinto the skill's local.superpowers/npmdirectory - execute the locally installed CLI from that isolated state directory
- do that using the user's current npm config and normal local permissions
It does not perform a global npm install.