docs: clarify /simplify is third-party in prepare-delivery description#14
Merged
docs: clarify /simplify is third-party in prepare-delivery description#14
Conversation
…ivery Earlier removed 'simplify' from the prepare-delivery description per gemini's request because it isn't a real first-party plugin. But the prepare-delivery skill DOES invoke /simplify when available - it's a third-party plugin we run opportunistically. Restore mention with clearer 'when the user has it installed' framing.
There was a problem hiding this comment.
Code Review
This pull request updates the description of the 'prepare-delivery' plugin in src/data/plugins.json to include the '/simplify' tool. A review comment suggests changing 'docs sync' to 'sync-docs' to ensure consistency with the plugin's technical identifier and other entries in the catalog.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restore mention of `/simplify` in the prepare-delivery plugin description with clearer "when the user has it installed" framing.
Why
Earlier I removed `simplify` per a Gemini comment because it isn't a first-party agent-sh plugin. But prepare-delivery's skill does invoke `/simplify` opportunistically when available (see agent-sh/prepare-delivery#1 making it conditional). The description should reflect that opt-in third-party integration so users know it's wired up.
Note
Low Risk
Single-string documentation update in
plugins.json; no functional/runtime logic changes, so risk is minimal aside from wording accuracy on pages that display plugin metadata.Overview
Updates the
prepare-deliveryentry insrc/data/plugins.jsonto explicitly mention that it will run/simplifyonly when the user has it installed, clarifying the optional third-party integration in the plugin description.Reviewed by Cursor Bugbot for commit 7681e8a. Configure here.