Conversation
The 3.0.0 renumbering moved the dash rule from §14 to §8, but the Voice section came out citing §6, which is forced triads. Point it at §8 and bump the version to 3.0.1 in the three shared places.
hkkjang
approved these changes
Sep 15, 2026
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.
I was reading through SKILL.md after the 3.0.0 rebuild and noticed the Voice section says the writing sample "overrides the patterns below, including §6: if the sample uses dashes, keep them at about the same rate." §6 is forced triads now; the dash rule is §8. Before the renumbering this sentence pointed at §14, the old dash rule, and the 3.0.0 mapping has 14→8, so it looks like this one reference got missed in the rewrite. It matters a bit more than a typo since an agent following the skill literally would read it as the sample overriding the triad rule.
I changed §6 to §8 and bumped the version to 3.0.1 in SKILL.md, plugin.json, and the README history, per AGENTS.md. The other cross-reference in step 3 (§6, §9, §19) checks out against the old numbering so I left it alone.
python3 scripts/validate-package.pypasses at 3.0.1. I couldn't run thenpx skills add . --listcheck locally (Node 18 here, the CLI wants 22), so I'm relying on CI for that one.