fix(pstack): drop agent-routing language from slash-only skill descriptions - #392
Open
rufushsu9987 wants to merge 1 commit into
Open
rufushsu9987 wants to merge 1 commit into
rufushsu9987 wants to merge 1 commit into
Conversation
…ptions Skills with disable-model-invocation: true are not model-selected, so descriptions that say "Use only when the user..." (or equivalent auto-apply gating) clash with that flag and still land in context on /slash invoke. Rewrite tdd, typescript-best-practices, make-bot-ui, and reflect descriptions as capability + slash triggers. Leave unslop alone (see cursor#379). Bump to 0.15.4. Fixes cursor#367.
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
Fixes #367.
Several pstack skills set
disable-model-invocation: true(slash-only) but still use agent-selection language indescription— especiallytdd's"Use only when the user...". That guidance only makes sense for model auto-invocation, and it still lands in context when the skill is slash-invoked.Changes
/tddtriggers; drop"Use only when the user...""Use when reading or editing any .ts..."auto-apply tone; keeppaths+ slash trigger/make-bot-uiinstead of"Use when building...""Use for /reflect"instead of"Use when the user says reflect""Must always apply")0.15.2→0.15.4(avoids colliding with fix(pstack): allow model invocation for unslop (0.15.3) #379's0.15.3)Test plan
disable-model-invocation: trueon the four edited skillsnode scripts/validate-plugins.mjs→ All plugins validated successfullygit diff --checkcleanNote
Low Risk
Metadata-only skill description and version bump; no runtime, auth, or data-handling logic.
Overview
Rewrites frontmatter
descriptionfields on four slash-only pstack skills (disable-model-invocation: true) so they describe what the skill does and when to use/tdd,/reflect,/make-bot-ui, and/typescript-best-practices, instead of “use when the user…” language meant for model auto-routing.tdd,typescript-best-practices,make-bot-ui, andreflectget capability-focused copy;typescript-best-practicesstill relies onpathsfor file scoping. Bumpspstackplugin version 0.15.2 → 0.15.4 (skipping 0.15.3 per related work).Reviewed by Cursor Bugbot for commit d96f6ba. Bugbot is set up for automated code reviews on this repo. Configure here.