fix(pstack): drop create-skill from mode-skill authoring - #14
Open
shishiv wants to merge 1 commit into
Open
Conversation
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>
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
Mode-skill authoring must name a workflow this package ships.
create-skillis a Cursor leftover. The resource denylist now fails CI if that token returns.Scope
skills/automate-me/SKILL.mddrafts via the host skill-authoring workflow andplaybooks/authoring-a-skill.md. Unslop andaskstay.skills/pstack-reflect/SKILL.mdandskills/pstack-reflect/references/synthesizer.mdroute new skills and description tuning through that playbook. The routing label isnew skill via playbooks/authoring-a-skill.md: <kebab-name>.test/resources/resources.test.mjsaddscreate-skillto the existing denylist.rg create-skill skills agents automationsis empty.Out of scope:
$PI_SESSION_FILEleftover 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.mjspassed (4 tests).npm run verify:deterministicpassed (format, lint, typecheck, 79 tests, manifest).Made with Cursor