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.
最新の Rust を利用したツールを使用して、高度な CLI 操作、構造化データ変換、Unix フォレンジックを実行します。 ripgrep を使用してコードベースを検索する場合、jq を使用して JSON または YAML を変換する場合、sed および fd を使用してファイル全体をリファクタリングする場合、httpie を使用して API をデバッグする場合、または zoxide を使用してディレクトリを移動する場合に使用します。 ソース: oakoss/agent-skills。