cli-power-tools

Installation
SKILL.md

Utility Pro

Overview

Masters the command-line environment by turning raw text and unstructured data into actionable insights. Combines Rust-powered search tools (ripgrep, fd, bat), structured data shells (Nushell), JSON manipulation (jq/yq), and modern HTTP clients (xh) for high-performance CLI workflows.

Core philosophy: Replace legacy text-parsing pipelines (grep/awk/sed chains) with purpose-built tools that understand structure. ripgrep understands gitignore rules, fd understands file types, jq understands JSON, and Nushell understands tables.

When to use: Codebase-wide search and analysis, multi-file refactoring, JSON/YAML transformation pipelines, API debugging, directory navigation, log parsing, disk usage auditing, dependency tracing.

When NOT to use: GUI-based tasks, complex application logic (write a script instead), tasks requiring interactive prompts.

Quick Reference

Pattern Tool / Command Key Points
Text search rg "pattern" -g "*.tsx" 10-100x faster than grep, respects .gitignore
File search fd -e pdf or fd "pattern" Fast alternative to find with smart defaults
Syntax-highlighted read bat file.ts Cat with syntax highlighting and git integration
Related skills
Installs
34
GitHub Stars
11
First Seen
Feb 24, 2026