docs: add Hermes Agent to TOC and fix section order

Hermes Agent was in the Quickstart list and had an install section, but
was missing from the Table of Contents and its section sat after Pi,
out of the alphabetical order the other harnesses follow. Section text
moved verbatim.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Drew Ritter
2026-08-07 16:37:51 -07:00
co-authored by Claude Fable 5
parent 96c005307e
commit d3f0f13a87
+13 -12
View File
@@ -18,6 +18,7 @@ Superpowers is a complete software development methodology for your coding agent
- [Gemini CLI](#gemini-cli) - [Gemini CLI](#gemini-cli)
- [GitHub Copilot CLI](#github-copilot-cli) - [GitHub Copilot CLI](#github-copilot-cli)
- [Grok Build CLI](#grok-build-cli) - [Grok Build CLI](#grok-build-cli)
- [Hermes Agent](#hermes-agent)
- [Kimi Code](#kimi-code) - [Kimi Code](#kimi-code)
- [OpenCode](#opencode) - [OpenCode](#opencode)
- [Pi](#pi) - [Pi](#pi)
@@ -202,6 +203,18 @@ Superpowers is available via the [official Grok plugin marketplace](https://gith
/marketplace /marketplace
``` ```
### Hermes Agent
Install Superpowers as a Hermes plugin from this repository:
```bash
hermes plugins install obra/superpowers --enable
```
Restart any active Hermes sessions after installing. Note: Hermes has no
post-compaction hook, so a very long session that compacts over its first
turn loses the bootstrap — start a fresh session if skills stop triggering.
### Kimi Code ### Kimi Code
Superpowers is available in Kimi Code's plugin marketplace. Superpowers is available in Kimi Code's plugin marketplace.
@@ -267,18 +280,6 @@ Qwen Code installs plugins from Claude Code marketplaces directly.
qwen extensions update superpowers qwen extensions update superpowers
``` ```
### Hermes Agent
Install Superpowers as a Hermes plugin from this repository:
```bash
hermes plugins install obra/superpowers --enable
```
Restart any active Hermes sessions after installing. Note: Hermes has no
post-compaction hook, so a very long session that compacts over its first
turn loses the bootstrap — start a fresh session if skills stop triggering.
## The Basic Workflow ## The Basic Workflow
1. **brainstorming** - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document. 1. **brainstorming** - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document.