chore(claude/plugins): consolidate duplicate skill registrations#850
Merged
Conversation
Disable two of three anthropic-agent-skills plugins. All three plugins (document-skills, example-skills, claude-api) check out the same anthropics/skills repo and load all 17 skills, ignoring the manifest's per-plugin skill array. Verified 2026-05-27 against the on-disk cache checkouts under ~/.claude/plugins/cache/anthropic-agent-skills/. Keep document-skills (most generic name); disable example-skills and claude-api. Net: ~34 fewer skill registrations per session. Disable slack@claude-plugins-official. The claude_ai_Slack MCP server exposes 28 tools covering the same surface as the slash-command skills (slack:standup, slack:find-discussions, slack:summarize-channel, slack:channel-digest, slack:draft-announcement). Drop the slash-commands to remove 5 skill registrations plus the plugin_slack_slack auth tools. Verify-pass on 04-community.nix: existing duplicate-resolution comments are accurate; no drift. Agent-level dedup (security-auditor, performance-engineer shipping from multiple plugins) requires agent-override infrastructure that does not yet exist and is out of scope here. Refs: claude session debug-memory-swap-issue (skill-consolidation recommendations). Assisted-by: Claude <noreply@anthropic.com>
ac87513 to
224f498
Compare
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.
Disable two of three anthropic-agent-skills plugins. All three plugins (document-skills, example-skills, claude-api) check out the same anthropics/skills repo and load all 17 skills, ignoring the manifest's per-plugin skill array. Verified 2026-05-27 against the on-disk cache checkouts under ~/.claude/plugins/cache/anthropic-agent-skills/. Keep document-skills (most generic name); disable example-skills and claude-api. Net: ~34 fewer skill registrations per session.
Disable slack@claude-plugins-official. The claude_ai_Slack MCP server exposes 28 tools covering the same surface as the slash-command skills (slack:standup, slack:find-discussions,
slack:summarize-channel, slack:channel-digest,
slack:draft-announcement). Drop the slash-commands to remove 5 skill registrations plus the plugin_slack_slack auth tools.
Verify-pass on 04-community.nix: existing duplicate-resolution comments are accurate; no drift. Agent-level dedup (security-auditor, performance-engineer shipping from multiple plugins) requires agent-override infrastructure that does not yet exist and is out of scope here.
Refs: claude session debug-memory-swap-issue (skill-consolidation recommendations).
Assisted-by: Claude noreply@anthropic.com