Skip to content

fix(pstack): drop create-skill from mode-skill authoring - #14

Open
shishiv wants to merge 1 commit into
feat/robust-port-grep-leverfrom
feat/robust-port-create-skill
Open

fix(pstack): drop create-skill from mode-skill authoring#14
shishiv wants to merge 1 commit into
feat/robust-port-grep-leverfrom
feat/robust-port-create-skill

Conversation

@shishiv

@shishiv shishiv commented Aug 26, 2026

Copy link
Copy Markdown
Owner

Why

Mode-skill authoring must name a workflow this package ships. create-skill is a Cursor leftover. The resource denylist now fails CI if that token returns.

Scope

skills/automate-me/SKILL.md drafts via the host skill-authoring workflow and playbooks/authoring-a-skill.md. Unslop and ask stay.

skills/pstack-reflect/SKILL.md and skills/pstack-reflect/references/synthesizer.md route new skills and description tuning through that playbook. The routing label is new skill via playbooks/authoring-a-skill.md: <kebab-name>.

test/resources/resources.test.mjs adds create-skill to the existing denylist.

rg create-skill skills agents automations is empty.

Out of scope: $PI_SESSION_FILE leftover sentences, control-ui, orphan modules.

Tradeoffs

The denylist grows by one token this PR can make green. Adding the session-file leftover now would fail CI.

Blast Radius

Agents that run automate-me or pstack-reflect follow the authoring playbook instead of a Cursor skill name. The character of those flows is unchanged.

Verification

The denylist was added first and failed on create-skill remains in active resources.

node --test test/resources/resources.test.mjs passed (4 tests).

npm run verify:deterministic passed (format, lint, typecheck, 79 tests, manifest).

Made with Cursor

automate-me and pstack-reflect now point at the host authoring playbook. The resource denylist fails CI if that leftover token returns.

Co-authored-by: Cursor <cursoragent@cursor.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.

1 participant