claude-code - 💡(How to fix) Fix [Feature Request] Combine `plugin marketplace add` and `install` into single command with `--install` flag

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

PLease combine add marketplace and install. Almost all people are adding a marketplae to install one plugin. please have an install param after add like this /plugin marketplace add --install xxxx - that way it is done in one command. Thanks!

extent analysis

TL;DR

Add an --install parameter to the plugin marketplace add command to enable installation of a plugin in a single step.

Guidance

  • Review the current implementation of the plugin marketplace add command to determine the best way to integrate the --install parameter.
  • Update the command's syntax and documentation to reflect the new parameter, ensuring clarity on its usage and expected behavior.
  • Consider adding validation to ensure the --install parameter is used correctly, such as checking if the specified plugin exists in the marketplace.
  • Test the updated command with various scenarios to ensure it works as expected and handles potential errors gracefully.

Example

/plugin marketplace add --install plugin-name

This example illustrates how the updated command could be used to add a marketplace and install a plugin in one step.

Notes

The implementation details of the --install parameter may vary depending on the underlying architecture and existing codebase. This suggestion assumes a relatively straightforward integration.

Recommendation

Apply workaround: Update the plugin marketplace add command to include the --install parameter, as it provides a more convenient and efficient user experience.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Feature Request] Combine `plugin marketplace add` and `install` into single command with `--install` flag