|
|
4 viikkoa sitten | |
|---|---|---|
| .. | ||
| plans | 6 kuukautta sitten | |
| superpowers | 4 viikkoa sitten | |
| windows | 1 kuukausi sitten | |
| README.kimi.md | 2 kuukautta sitten | |
| README.opencode.md | 2 kuukautta sitten | |
| porting-to-a-new-harness.md | 1 kuukausi sitten | |
| testing.md | 2 kuukautta sitten | |
Complete guide for using Superpowers with Kimi Code.
Superpowers is available in Kimi Code's plugin marketplace.
Open the plugin manager:
/plugins
Go to Marketplace > Superpowers and install it.
You can also install from this repository:
/plugins install https://github.com/obra/superpowers
For unreleased validation against dev, pin the branch explicitly:
/plugins install https://github.com/obra/superpowers/tree/dev
Kimi Code applies plugin changes to new sessions. After installing, updating, enabling, disabling, or reloading a plugin, start a fresh session with /new.
The Kimi plugin manifest lives at .kimi-plugin/plugin.json.
The manifest does three things:
skills/ directory.using-superpowers at session start through sessionStart.skill.skillInstructions.Kimi Code reads Superpowers skills from this repository. There are no copied skills, symlinks, hooks, or extra runtime dependencies.
Skills describe actions instead of hard-coding one runtime's tool names. On Kimi Code these resolve to:
AskUserQuestionTodoListAgentSkill toolRead, Write, EditBashGrepGlobFetchURLWebSearchUse Kimi Code's plugin manager:
/plugins
Select Superpowers and update it from there. Start a fresh session with /new after updating.
/plugins info superpowers and check diagnostics./new after install or update.Kimi Code installs the latest GitHub release for a bare repository URL when one exists. To test unreleased changes before the next Superpowers release, install the branch explicitly:
/plugins install https://github.com/obra/superpowers/tree/dev
/plugins info superpowers shows the plugin enabled./new.Let's make a react todo list. A working install should load brainstorming before writing code.