🎯

monitoring

🎯Skill

from chaterm/terminal-skills

VibeIndex|
What it does

Provides comprehensive terminal-based monitoring capabilities for system resources, performance metrics, log analysis, and real-time health tracking across servers and applications.

monitoring

Installation

Install skill:
npx skills add https://github.com/chaterm/terminal-skills --skill monitoring
4
Last UpdatedJan 19, 2026

Skill Details

SKILL.md

Overview

Claude Skills

Terminal

License

Skills Count

πŸ–₯️ Terminal Skills

A curated collection of Claude Skills for Terminal, Server, Kubernetes,DevOps, and Cloud Computing

Features β€’

Quick Start β€’

Categories β€’

Popular β€’

Contributing

πŸ‡¨πŸ‡³ δΈ­ζ–‡ζ–‡ζ‘£

---

🎯 What is Terminal Skills?

Terminal Skills is a comprehensive collection of [Claude Skills](https://docs.anthropic.com/en/docs/claude-code/skills) designed specifically for terminal-based workflows. Each skill provides Claude with domain-specific knowledge and commands for system administration, DevOps, cloud operations, and more.

Why use Terminal Skills?

  • πŸš€ Instant expertise - Claude gains deep knowledge of specific tools and workflows
  • πŸ“‹ Battle-tested commands - Real-world commands with best practices built-in
  • πŸ”§ Troubleshooting guides - Common issues and solutions included
  • πŸŽ“ Learning resource - Great for both beginners and experienced engineers

✨ Features

| Category | Description | Skills |

|----------|-------------|--------|

| 🐧 Linux | System administration, file operations, process management, shell scripting | 6 |

| πŸ–§ Server | Nginx, Apache, SSH, Systemd, Cron, log analysis | 6 |

| πŸ—„οΈ Database | MySQL, PostgreSQL, MongoDB, Redis, Elasticsearch, SQL optimization | 6 |

| ☸️ Kubernetes | kubectl, deployments, services, Helm, troubleshooting | 7 |

| 🐳 Docker | Container operations, images, Compose, networking, Dockerfile | 5 |

| ☁️ Cloud CLI | AWS CLI, Azure CLI, Google Cloud, Alibaba Cloud | 4 |

| πŸ”§ DevOps | Git advanced, Ansible, Terraform, CI/CD, monitoring | 5 |

| 🌐 Network | TCP/IP, DNS, VPN, proxy, load balancer, traffic analysis | 6 |

| πŸ’Ύ Backup | rsync, tar, snapshots, cloud backup, disaster recovery | 6 |

| πŸ”’ Security | Firewall, SSL/TLS, audit, system hardening | 4 |

| πŸ“Š Performance | Benchmarking, profiling, tuning, troubleshooting | 4 |

Total: 59 Skills

πŸš€ Quick Start

Installation

```bash

git clone https://github.com/your-username/terminal-skills.git

cd terminal-skills

```

Usage with Claude Code

  1. Copy the desired skill folder to your Claude skills directory:

```bash

# Example: Add kubectl-basics skill

cp -r kubernetes/kubectl-basics ~/.claude/skills/

```

  1. Or reference skills directly in your project:

```bash

# Add to your project's .claude/skills directory

cp -r linux/file-operations ./your-project/.claude/skills/

```

  1. Claude will automatically load and use the skill when relevant

Skill Structure

Each skill follows a consistent structure:

```

skill-name/

β”œβ”€β”€ SKILL.md # Main skill file with instructions and commands

β”œβ”€β”€ examples/ # Usage examples (optional)

β”œβ”€β”€ scripts/ # Helper scripts (optional)

└── resources/ # Additional references (optional)

```

SKILL.md Format

```yaml

---

name: skill-name

description: Brief description

version: 1.0.0

author: contributor-name

tags: [tag1, tag2, tag3]

---

# Skill Title

Overview

What this skill does and when to use it.

Core Commands

Essential commands with explanations.

Common Scenarios

Real-world use cases with step-by-step guides.

Troubleshooting

Common issues and solutions.

```

πŸ“‚ Skill Categories

🐧 Linux