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.
ينفذ عمليات CLI المتقدمة، وتحويل البيانات المنظمة، والطب الشرعي لنظام Unix باستخدام أدوات حديثة تعمل بالطاقة Rust. يُستخدم عند البحث في قواعد التعليمات البرمجية باستخدام ripgrep، أو تحويل JSON أو YAML باستخدام jq، أو إعادة البناء عبر الملفات باستخدام sed وfd، أو تصحيح أخطاء واجهات برمجة التطبيقات باستخدام httpie، أو التنقل في الدلائل باستخدام zoxyde. المصدر: oakoss/agent-skills.