apache
π―Skillfrom chaterm/terminal-skills
apache skill from chaterm/terminal-skills
Installation
npx skills add https://github.com/chaterm/terminal-skills --skill apacheSkill Details
Overview
π₯οΈ Terminal Skills
A curated collection of Claude Skills for Terminal, Server, KubernetesοΌDevOps, and Cloud Computing
Features β’
Quick Start β’
Categories β’
Popular β’
---
π― 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
- Copy the desired skill folder to your Claude skills directory:
```bash
# Example: Add kubectl-basics skill
cp -r kubernetes/kubectl-basics ~/.claude/skills/
```
- 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/
```
- 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
More from this repository10
Provides advanced Git workflow techniques, complex branching strategies, interactive rebasing, conflict resolution, and sophisticated version control management skills.
azure-cli skill from chaterm/terminal-skills
audit skill from chaterm/terminal-skills
monitoring skill from chaterm/terminal-skills
container-ops skill from chaterm/terminal-skills
vpn skill from chaterm/terminal-skills
tar-compression skill from chaterm/terminal-skills
cron skill from chaterm/terminal-skills
backup-strategy skill from chaterm/terminal-skills
proxy skill from chaterm/terminal-skills