chore(claude-permissions-optimizer)!: remove skill#578
Merged
Conversation
Anthropic shipped an equivalent `/less-permission-prompts` skill in Claude Code, so the bespoke skill in this plugin is no longer needed.
Closed
tmchow
added a commit
that referenced
this pull request
Apr 17, 2026
…mission-prompts Re-application of #578 with a non-breaking commit message. The original commit was inadvertently marked with `!`, which forced a 3.0.0 major version bump despite this being a routine deprecation in favor of the first-party Anthropic skill that supersedes it. Release-As: cli@2.67.0 Release-As: compound-engineering@2.67.0
3 tasks
tmchow
added a commit
that referenced
this pull request
Apr 17, 2026
Merged
tmchow
added a commit
that referenced
this pull request
Apr 17, 2026
PR #583 squash-merged with an empty body, which dropped the `Release-As:` footers that were supposed to neutralize the breaking marker on #578. Release-please still sees `chore(claude-permissions-optimizer)!: remove skill` in the commit range and keeps computing a 3.0.0 bump. This empty commit reintroduces the footers so the linked `cli` / `compound-engineering` group resolves to 2.67.0. The BREAKING CHANGES section may still render in the generated changelog because the `!` commit remains in history — hand-edit the release PR body before merge if so. Release-As: cli@2.67.0 Release-As: compound-engineering@2.67.0
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.
Anthropic shipped a first-party
/less-permission-promptsskill in Claude Code that scans session transcripts for safe read-only Bash and MCP calls and adds them to.claude/settings.json. That is the same job this plugin'sclaude-permissions-optimizerwas built to do, so maintaining a bespoke version here is redundant.Removes the skill, its
extract-commands.mjs/normalize.mjsscripts, the regression test fornormalize.mjs, and the README entry. Marked breaking because existing users of theclaude-permissions-optimizerskill should switch to the built-in/less-permission-promptsskill.