Back to Skills

shell-basics

verified

Linux shell basics - navigation, commands, file operations

View on GitHub

Marketplace

pluginagentmarketplace-linux

pluginagentmarketplace/custom-plugin-linux

Plugin

custom-plugin-linux

Repository

pluginagentmarketplace/custom-plugin-linux
1stars

skills/shell-basics/SKILL.md

Last Verified

January 20, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/pluginagentmarketplace/custom-plugin-linux/blob/main/skills/shell-basics/SKILL.md -a claude-code --skill shell-basics

Installation paths:

Claude
.claude/skills/shell-basics/
Powered by add-skill CLI

Instructions

# Shell Basics Skill

## Overview

Master Linux shell fundamentals for efficient command-line usage.

## Capabilities

- **Navigation**: cd, pwd, ls, tree
- **File Operations**: cp, mv, rm, mkdir
- **Text Viewing**: cat, less, head, tail
- **Search**: find, locate, grep
- **Permissions**: chmod, chown, umask

## Examples

```bash
# Navigate and list
cd /var/log
ls -la

# Find files
find / -name "*.log" -mtime -1

# Search in files
grep -r "error" /var/log/
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
456 chars