Skip to content

Commit 6346f35

Browse files
m9rcocursoragent
andcommitted
docs: add CodeBuddy CLI installation section to README
CodeBuddy CLI v1.16.0+ ships full Claude Code Hooks compatibility, including support for ${CLAUDE_PLUGIN_ROOT} and .claude-plugin/. Superpowers' existing plugin layout already works on CodeBuddy via native skill auto-invocation (verified with the project's standard acceptance test), but README had no entry point documenting this. Adds a CodeBuddy CLI install section modeled after GitHub Copilot CLI, plus a CodeBuddy CLI link in the README quickstart anchor list. No code changes; SessionStart hook loading on CodeBuddy is a separate problem deferred to a follow-up PR per "one problem per PR". Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f2cbfbe commit 6346f35

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Superpowers is a complete software development methodology for your coding agent
44

55
## Quickstart
66

7-
Give your agent Superpowers: [Claude Code](#claude-code), [Codex CLI](#codex-cli), [Codex App](#codex-app), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [OpenCode](#opencode), [Cursor](#cursor), [GitHub Copilot CLI](#github-copilot-cli).
7+
Give your agent Superpowers: [Claude Code](#claude-code), [Codex CLI](#codex-cli), [Codex App](#codex-app), [Factory Droid](#factory-droid), [Gemini CLI](#gemini-cli), [OpenCode](#opencode), [Cursor](#cursor), [GitHub Copilot CLI](#github-copilot-cli), [CodeBuddy CLI](#codebuddy-cli).
88

99
## How it works
1010

@@ -151,6 +151,22 @@ already use it in another harness.
151151
copilot plugin install superpowers@superpowers-marketplace
152152
```
153153

154+
### CodeBuddy CLI
155+
156+
- Register the marketplace:
157+
158+
```bash
159+
/plugin marketplace add obra/superpowers-marketplace
160+
```
161+
162+
- Install the plugin:
163+
164+
```bash
165+
/plugin install superpowers@superpowers-marketplace
166+
```
167+
168+
- Verify by asking: "Let's make a todo list" — `brainstorming` should auto-trigger. If it doesn't, make sure CodeBuddy's built-in PlanMode is off (toggle with `Tab` if you see a `[plan]` marker before your prompt).
169+
154170
## The Basic Workflow
155171

156172
1. **brainstorming** - Activates before writing code. Refines rough ideas through questions, explores alternatives, presents design in sections for validation. Saves design document.

0 commit comments

Comments
 (0)