05-infrastructure/linux-cli-mastery/SKILL.md
[日本語版](../../ja/05-infrastructure/linux-cli-mastery/SKILL.md) # Linux CLI Mastery A comprehensive, hands-on guide to mastering the Linux command line. Covers everything from file operations, text processing, and process management to networking, shell scripting, and system administration. ## Skill Overview | Item | Details | |------|---------| | Category | OS / CLI | | Difficulty | Beginner to Intermediate | | Prerequisites | operating-system-guide (foundational level) | | Estimated Study Ti
npx skillsauth add gaku52/claude-code-skills 05-infrastructure/linux-cli-masteryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
日本語版
A comprehensive, hands-on guide to mastering the Linux command line. Covers everything from file operations, text processing, and process management to networking, shell scripting, and system administration.
| Item | Details | |------|---------| | Category | OS / CLI | | Difficulty | Beginner to Intermediate | | Prerequisites | operating-system-guide (foundational level) | | Estimated Study Time | 40-60 hours | | Number of Guides | 22 files |
docs/
├── 00-introduction/ # CLI Introduction
│ ├── 00-terminal-basics.md # Terminal and shell fundamentals
│ ├── 01-shell-config.md # Shell configuration (.bashrc, .zshrc)
│ └── 02-man-and-help.md # Using manuals and help systems
├── 01-file-operations/ # File Operations
│ ├── 00-navigation.md # Directory navigation and listing
│ ├── 01-file-crud.md # Creating, copying, moving, and deleting files
│ ├── 02-permissions.md # Permissions and ownership
│ └── 03-find-and-locate.md # File searching
├── 02-text-processing/ # Text Processing
│ ├── 00-cat-less-head-tail.md # Viewing file contents
│ ├── 01-grep-ripgrep.md # Pattern searching
│ ├── 02-sed.md # Stream editor
│ ├── 03-awk.md # Text processing language
│ └── 04-sort-uniq-cut-wc.md # Sorting and aggregation
├── 03-process-management/ # Process Management
│ ├── 00-ps-top-htop.md # Process monitoring
│ └── 01-jobs-signals.md # Job control and signals
├── 04-networking/ # Networking
│ ├── 00-curl-wget.md # HTTP communication
│ └── 01-ssh-scp.md # Remote connections
├── 05-shell-scripting/ # Shell Scripting
│ ├── 00-basics.md # Variables, conditionals, and loops
│ └── 01-advanced-scripting.md # Functions, error handling, and practical patterns
├── 06-system-admin/ # System Administration
│ ├── 00-systemd.md # systemd and service management
│ └── 01-package-management.md # Package management
└── 07-advanced/ # Advanced Techniques
├── 00-tmux-screen.md # Terminal multiplexers
└── 01-productivity.md # Productivity tips and tricks
tools
Fundamentals of modern web development. Framework selection (React, Vue, Next.js), project architecture, state management, routing, build tools, and CSS strategy best practices.
development
# React Development — Complete Guide > A comprehensive guide to building modern React applications with TypeScript. Covers fundamentals through advanced patterns, Hooks mastery, TypeScript integration, performance optimization, and algorithm internals. ## Target Audience - Developers new to React who want a solid foundation - Intermediate React developers looking to deepen their understanding of Hooks and TypeScript patterns - Engineers who want to understand React's internal algorithms (Virt
development
# Node.js Development Skill > A practical guide collection for Node.js development. Covers all aspects of Node.js application development, including Express, NestJS, asynchronous patterns, and performance optimization. ## Overview This skill covers the following topics: - **Express & NestJS**: When to use a lightweight framework vs. an enterprise framework - **Asynchronous Patterns**: Promise, async/await, Event Emitter, Streams, Worker Threads, Cluster - **Performance Optimization**: Memory
development
# Backend Development — Complete Guide > A comprehensive guide to backend engineering. Covers the fundamentals of HTTP, REST API design, databases, authentication, environment configuration, and algorithm proofs — everything needed to build robust server-side systems. ## Target Audience - Developers new to backend engineering - Frontend engineers expanding toward full-stack development - Engineers looking to solidify their understanding of server-side fundamentals ## Prerequisites - Basic p