cli-power-tools

Integrates ripgrep, fd, jq, and Nushell for command-line text processing.

14|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/oakoss/agent-skills --skill cli-power-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-power-tools
Source: https://github.com/oakoss/agent-skills/tree/main/skills/cli-power-tools
Command: npx skills add https://github.com/oakoss/agent-skills --skill cli-power-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to perform advanced command-line operations, transforming raw text and unstructured data into actionable insights with modern, high-performance tools.

Core Features & Use Cases

  • Advanced Search & Analysis: Utilize ripgrep for lightning-fast, .gitignore-aware code searches and fd for efficient file discovery.
  • Structured Data Transformation: Leverage jq and yq for powerful JSON and YAML manipulation, and Nushell for a table-based shell experience.
  • Refactoring & Debugging: Streamline multi-file refactoring with fd and sed, and debug APIs with the user-friendly xh client.
  • Use Case: Quickly find all instances of a deprecated function across your entire codebase, refactor them to a new pattern, and then transform the resulting log output into a structured JSON report for analysis.

Quick Start

Use ripgrep to search for the pattern "TODO" in all TypeScript files within the current directory.

Frequently Asked Questions about cli-power-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a codebase and refactor deprecated functions across multiple files?

You can search a codebase and refactor functions across multiple files by using ripgrep for lightning-fast, .gitignore-aware code searches and fd for efficient file discovery and multi-file refactoring.

What is the best way to process and transform JSON or YAML data via the command-line?

The best way to process and transform JSON or YAML data via the command-line is leveraging jq and yq for powerful structured data manipulation, or using Nushell for a table-based shell experience.

How does ripgrep improve command-line search compared to traditional Unix tools?

Ripgrep improves command-line search by providing faster, more intuitive CLI workflows compared to traditional Unix tools, utilizing high-performance Rust-powered utilities for efficient text searching.

Can I use command-line tools to debug APIs and generate structured log reports?

Yes, you can debug APIs using the user-friendly xh client, transform the resulting log output, and process it into a structured JSON report for analysis using jq and Nushell.

Do I need to install Rust to use modern command-line utilities like fd and xh?

While these modern command-line utilities are Rust-powered, the Skill focuses on integrating them for efficient workflows; no explicit Rust environment setup is listed as a dependency.