feat(pstack): add make-bot-ui skill - #271
Merged
Merged
Conversation
Co-authored-by: lauren <poteto@users.noreply.github.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
Reviewed by Cursor Bugbot for commit c3d9f68. Configure here.
|
PASS Verified head SHA:
|
github-actions Bot
added a commit
to SmailG/claude-cursor-plugins
that referenced
this pull request
Aug 27, 2026
…cursor#271) chore: sync with cursor/plugins — feat(pstack): add make-bot-ui skill (cursor#271)
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.

Why
Agents keep inventing webhook-UI wiring. This skill is the recipe for a clickable page that wakes a Grok Bot over a webhook, with the sender key kept on the server.
Scope
Adds the new nested skill at
skills/grokbot/make-bot-ui/SKILL.md, adds the README row, and bumps pstack to 0.14.4. The file is copied as-is.Tradeoffs
The skill is nested under
grokbot/for grouping. The skill id remainsmake-bot-ui.Blast Radius
This change affects agents that invoke
/make-bot-ui.plugin.jsonalready auto-discovers./skills/.Verification
The file matches the approved text byte-for-byte. The five numbered steps are the only UI click path. No sender-key value, bearer token, example secret, or real webhook id is in the tree. pstack has no
quick-validateorlint-skill-frontmattercommand, so no skill-frontmatter lint ran; the approvedname: Make Bot UIremains unchanged. The plugin manifest passes the repository JSON schema.