refactor(claude): reduce four skill-promoted rules to pointer stubs#302
Merged
Conversation
Continues the global context diet (#300): the full content of these four always-loaded rules now lives in claude-plugins skills that load on intent, so each rule shrinks to a pointer stub naming its skill: - taskwarrior-bulk-operations.md -> taskwarrior-plugin:task-bulk-ops (laurigates/claude-plugins#1964, PR #1981) - tui-keybinding-terminal-interception.md -> macos-plugin:tui-keybinding-debug (laurigates/claude-plugins#1965, PR #1984) - huggingface-downloads.md -> tools-plugin:hf-downloads (laurigates/claude-plugins#1966, PR #1982) - bulk-syntax-sweep-classify-matches.md -> code-quality-plugin:bulk-sweep-classify (laurigates/claude-plugins#1967, PR #1986) Cross-references updated: disk-full-recovery.md now points at the hf-downloads skill, taskwarrior-tracking.md at task-bulk-ops. Always-loaded global context drops 98,956 -> 73,332 bytes (test-claude-context-budget.sh green). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017Eoq2JHmHAEe5VLmV3Kant
This was referenced Jul 5, 2026
[Feature] tools-plugin: promote huggingface-downloads rule to a skill
laurigates/claude-plugins#1966
Closed
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.
Summary
Continues the global context diet (#300). The full content of four always-loaded rules has been promoted into claude-plugins skills that load on intent; each rule shrinks to a pointer stub naming its skill.
taskwarrior-bulk-operations.mdtaskwarrior-plugin:task-bulk-opstui-keybinding-terminal-interception.mdmacos-plugin:tui-keybinding-debughuggingface-downloads.mdtools-plugin:hf-downloadsbulk-syntax-sweep-classify-matches.mdcode-quality-plugin:bulk-sweep-classifyCross-references updated in the same pass:
disk-full-recovery.mdnow points at thehf-downloadsskill,taskwarrior-tracking.mdattask-bulk-ops.Impact: always-loaded global context drops 98,956 → 73,332 bytes (
test-claude-context-budget.shgreen, −542 lines).Draft gate
Kept as a draft until the four claude-plugins skill PRs (#1981, #1982, #1984, #1986) merge and the plugins release, so the stubs never point at skills that don't exist yet (verify-the-replacement-is-operational discipline). Mark ready + merge once
/pluginshows the four skills installed.🤖 Generated with Claude Code
https://claude.ai/code/session_017Eoq2JHmHAEe5VLmV3Kant