Add Superpowers installation instructions for Claude Code official marketplace#610
Add Superpowers installation instructions for Claude Code official marketplace#610
Conversation
…rketplace Added installation instructions for Superpowers plugin in Claude Code official marketplace.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds a new "Claude Code Official Marketplace" subsection to the README Installation section that links to the official Claude plugin marketplace and shows an install command. Change is documentation-only; no code or public API changes. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
README.md (1)
33-39: Capitalize "Claude" for brand consistency.The word "claude" appears lowercase on lines 33 and 35, but throughout the document, the product name "Claude Code" is consistently capitalized. Consider capitalizing for brand consistency.
✨ Proposed capitalization fix
-Superpowers is available via the [official claude plugin marketplace](https://github.com/anthropics/claude-plugins-official/pull/148) +Superpowers is available via the [official Claude plugin marketplace](https://github.com/anthropics/claude-plugins-official/pull/148) -Install the plugin from claude marketplace: +Install the plugin from Claude marketplace:🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` around lines 33 - 39, Update the lowercase "claude" occurrences to "Claude" for brand consistency in the README text that reads "claude plugin marketplace" and the install instruction "/plugin install superpowers@claude-plugins-official" (change both the marketplace link text and the package/marketplace identifier display) so they match the "Claude Code" capitalization used elsewhere.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 33: The README currently links the "official claude plugin marketplace"
to a pull request URL; update the markdown link so the link text remains
"official claude plugin marketplace" but the href points to the actual
marketplace URL https://claude.com/plugins instead of the PR URL shown in the
diff.
---
Nitpick comments:
In `@README.md`:
- Around line 33-39: Update the lowercase "claude" occurrences to "Claude" for
brand consistency in the README text that reads "claude plugin marketplace" and
the install instruction "/plugin install superpowers@claude-plugins-official"
(change both the marketplace link text and the package/marketplace identifier
display) so they match the "Claude Code" capitalization used elsewhere.
|
@obra Requesting your help to take this forward. This documentation would be useful for first timers installing superpowers in claude. |
Added installation instructions for Superpowers plugin in Claude Code official marketplace.
Motivation and Context
Superpowers is now available in the official claude marketplace. This reduces one command in the installation and makes it easy to discover the plugin.
How Has This Been Tested?
I installed the plugin locally using
/plugin install superpowers@claude-plugins-officialBreaking Changes
No, This is a readme installation instructions update
Types of changes
Checklist
Additional context