CLI tool skills that minimize context usage through targeted extraction instead of reading entire files
/plugin marketplace add xdg/xdg-claude
/plugin install context-efficient-tools@xdg/xdg-claude
Use ast-grep for structural code search and refactoring when editing code structure with ambiguity in text matching, handling "old_string not unique" problems, or performing formatting-independent pattern matching across function signatures, method calls, and class structures
Extract file structure (functions, classes, exports) efficiently without reading entire files, using ast-grep, go doc, ctags, or other language-specific tools to get outlines and signatures
Extract specific fields from JSON files efficiently using jq instead of reading entire files, saving 80-95% context.
Efficient text search using ripgrep (rg) with one-shot patterns that minimize iterations by getting files, line numbers, and context in a single call
Extract specific fields from YAML files efficiently using qq instead of reading entire files, saving 80-95% context.
Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.
Frontend design skill for UI/UX implementation
Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns