Skip to content

fix(pstack): allow model invocation for unslop (0.15.3) - #379

Open
poteto wants to merge 2 commits into
mainfrom
benny/pstack-unslop-model-invocation-0fd4
Open

poteto wants to merge 2 commits into
mainfrom
benny/pstack-unslop-model-invocation-0fd4

Conversation

@poteto

@poteto poteto commented Sep 15, 2026

Copy link
Copy Markdown
Collaborator

Why

The unslop description says "Must always apply." The frontmatter said the opposite. disable-model-invocation: true limited the skill to an explicit /unslop call, so the agent could not select it on its own when it wrote prose. PR #300 added the flag to five skills at once. This PR removes it from unslop only.

Scope

  • pstack/skills/unslop/SKILL.md. Remove the disable-model-invocation: true line. name and description are unchanged. The body is unchanged.
  • pstack/.cursor-plugin/plugin.json. Version 0.15.2 to 0.15.3.
  • Nothing else. The flag on every other pstack skill stays. No README line claims unslop is slash-only, so the README is unchanged.

Blast Radius

Two lines. After the plugin updates, the agent can auto-select unslop from its description. /unslop still works as before. Skills that cite unslop by name (poteto-mode, technical-writing, teach, recall, blast-radius, show-me-your-work, automate-me) are not affected.

Verification

  • rg -n 'disable-model-invocation' pstack/skills/unslop/SKILL.md returns nothing.
  • plugin.json reports 0.15.3.
  • node scripts/validate-plugins.mjs prints "All plugins validated successfully." with ajv and ajv-formats installed as the CI workflow installs them.
  • git diff --stat origin/main...HEAD is two files, one insertion, two deletions.
Open in Web Open in Cursor 

cursoragent and others added 2 commits September 15, 2026 13:58
Remove disable-model-invocation from the unslop frontmatter. The
description says the skill must always apply, but the flag limited it
to an explicit /unslop call. The agent can now select unslop on its own
when it writes prose. Name and description are unchanged. No other
skill's flag changes.

Co-authored-by: lauren <poteto@users.noreply.github.com>
Patch release for the unslop model-invocation fix.

Co-authored-by: lauren <poteto@users.noreply.github.com>
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.

2 participants