CLI tools that minimize context usage through targeted extraction instead of reading entire files
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.
Command-line Jira management skill using jira-cli with efficient querying and issue workflows
Injects writing style guidance from The Elements of Style at session start
No verified skills in this plugin.
Git commit agent with intelligent change analysis and commit message conventions
No verified skills in this plugin.
Execute focused work in clean, isolated context without polluting main conversation
No verified skills in this plugin.
Injects pithy, detailed communication style guidance at session start for high signal-to-noise ratio
No verified skills in this plugin.
Injects coding best practices from Philosophy of Software Design, The Art of Readable Code, and other tips at session start
No verified skills in this plugin.
Surgical code refactoring agents for analyzing and improving code quality without changing behavior
No verified skills in this plugin.
Code review agent for analyzing code quality, security, performance, and maintainability
No verified skills in this plugin.