Skip to content

fix(pstack): drop agent-routing language from slash-only skill descriptions - #392

Open
rufushsu9987 wants to merge 1 commit into
cursor:mainfrom
rufushsu9987:fix/pstack-disable-invocation-descriptions
Open

rufushsu9987 wants to merge 1 commit into
cursor:mainfrom
rufushsu9987:fix/pstack-disable-invocation-descriptions

Conversation

@rufushsu9987

@rufushsu9987 rufushsu9987 commented Sep 18, 2026

Copy link
Copy Markdown

Summary

Fixes #367.

Several pstack skills set disable-model-invocation: true (slash-only) but still use agent-selection language in description — especially tdd'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

  • tdd — describe the TDD workflow + /tdd triggers; drop "Use only when the user..."
  • typescript-best-practices — drop "Use when reading or editing any .ts..." auto-apply tone; keep paths + slash trigger
  • make-bot-ui — capability summary + /make-bot-ui instead of "Use when building..."
  • reflect"Use for /reflect" instead of "Use when the user says reflect"
  • unslop — left unchanged (open fix(pstack): allow model invocation for unslop (0.15.3) #379 removes the flag there because the description says "Must always apply")
  • Version 0.15.20.15.4 (avoids colliding with fix(pstack): allow model invocation for unslop (0.15.3) #379's 0.15.3)

Test plan


Note

Low Risk
Metadata-only skill description and version bump; no runtime, auth, or data-handling logic.

Overview
Rewrites frontmatter description fields 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, and reflect get capability-focused copy; typescript-best-practices still relies on paths for file scoping. Bumps pstack plugin 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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pstack: disable-model-invocation skills still have "Use only when user ..." agent instructions

1 participant