chaterm/terminal-skills

Public Agent Skills for Terminal and Kubernetes

58Stars on the repository
60Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

backup-strategy

01

chaterm/terminal-skills

Skill Claude CodeCodex

A guide for designing backup systems around the 3-2-1 rule: three copies of data, on two types of storage, with one copy kept elsewhere.

not rated 58 6mo ago C 8 tokens original Apache-2.0

cloud-backup

02

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to backing up files to cloud object storage such as Amazon S3 or Alibaba OSS, including copying, restoring, encryption, storage classes, and retention rules.

not rated 58 6mo ago A 8 tokens original Apache-2.0

disaster-recovery

03

chaterm/terminal-skills

Skill Claude CodeCodex

A disaster-recovery guide for restoring databases, files, and systems after a serious failure. It explains RPO, the amount of data you can afford to lose, and RTO, how quickly recovery must happen.

not rated 58 6mo ago A 8 tokens original Apache-2.0

rsync

04

chaterm/terminal-skills

Skill Claude CodeCodex

Guidance for using rsync, a command-line tool that copies and synchronizes files between folders or computers. It includes local transfers, remote transfers, exclusions, progress reporting, and backups.

not rated 58 6mo ago C 10 tokens original Apache-2.0

tar-compression

05

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to creating, inspecting, compressing, and extracting tar archives. A tar archive bundles files and folders into one file, optionally compressed with gzip, bzip2, or xz.

not rated 58 6mo ago A 9 tokens original Apache-2.0

aliyun-cli

06

chaterm/terminal-skills

Skill Claude CodeCodex needs its repo

A command-line tool for managing Alibaba Cloud, a cloud-computing platform, from a terminal. It includes account configuration and operations for services such as virtual machines, object storage, and databases.

not rated 58 6mo ago A 10 tokens original Apache-2.0

aws-cli

07

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to using the AWS Command Line Interface, a terminal program for managing Amazon Web Services. It covers authentication and commands for services such as EC2, S3, IAM, and Lambda.

not rated 58 6mo ago C 7 tokens original Apache-2.0

azure-cli

08

chaterm/terminal-skills

Skill Claude CodeCodex

A command-line tool for managing Microsoft Azure, Microsoft's cloud platform, from a terminal. It covers account sign-in, subscriptions, resource groups, virtual machines, and other cloud resources.

not rated 58 6mo ago A 7 tokens original Apache-2.0

gcloud

09

chaterm/terminal-skills

Skill Claude CodeCodex

Guidance for using the Google Cloud CLI, a command-line tool for managing Google Cloud resources. It covers login, projects, regions, virtual machines, disks, and remote command execution.

not rated 58 6mo ago A 8 tokens original Apache-2.0

elasticsearch

10

chaterm/terminal-skills

Skill Claude CodeCodex

Guidance for managing Elasticsearch, a search and data-storage system that organizes information into searchable indexes. It covers cluster health, nodes, shards, indexes, and related status APIs.

not rated 58 6mo ago A 8 tokens original Apache-2.0

mongodb

11

chaterm/terminal-skills

Skill Claude CodeCodex

A guide for managing MongoDB, a database that stores records in flexible document collections. It covers local, remote, and replica-set connections, database and collection administration, data operations, and indexes.

not rated 58 6mo ago A 7 tokens original Apache-2.0

mysql

12

chaterm/terminal-skills

Skill Claude CodeCodex

A guide for managing MySQL and MariaDB databases, which store application data in tables. It covers connections, users and permissions, database operations, backups, restores, and performance checks.

not rated 58 6mo ago A 10 tokens original Apache-2.0

postgresql

13

chaterm/terminal-skills

Skill Claude CodeCodex

A guide for administering PostgreSQL, a database system that stores application data and supports SQL queries. It covers connections, users and permissions, database objects, backups, extensions, and query optimisation.

not rated 58 6mo ago A 9 tokens original Apache-2.0

redis

14

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to managing Redis, an in-memory database commonly used for fast data access, caching, counters, and temporary values.

not rated 58 6mo ago A 6 tokens original Apache-2.0

sql-optimization

15

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to improving SQL queries, the commands used to read and change data in databases. It covers examining how MySQL and PostgreSQL execute queries and designing indexes that help them find data faster.

not rated 58 6mo ago A 10 tokens original Apache-2.0

ansible

16

chaterm/terminal-skills

Skill Claude CodeCodex

A guide for using Ansible, a tool that automates commands and configuration across multiple computers. It covers hosts, reusable playbooks, modules, permissions, and check mode.

not rated 58 6mo ago B 9 tokens original Apache-2.0

ci-cd

17

chaterm/terminal-skills

Skill Claude CodeCodex

A skill for configuring continuous integration and continuous delivery, or CI/CD: automated steps that build, test, and sometimes package or publish software when code changes. It includes examples for Jenkins, GitLab CI, and GitHub Actions.

not rated 58 6mo ago A 11 tokens original Apache-2.0

git-advanced

18

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to advanced Git, the version-control system used to track code changes, including branches, rebasing, cherry-picking, and hooks.

not rated 58 6mo ago A 8 tokens original Apache-2.0

monitoring

19

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to monitoring systems with Prometheus and Grafana. Prometheus collects time-based measurements called metrics, while PromQL is the query language used to calculate values such as request rates, errors, resource use, and latency.

not rated 58 6mo ago A 8 tokens original Apache-2.0

terraform

20

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to Terraform, a tool that describes and manages cloud infrastructure from configuration files. It covers initialization, formatting, validation, planning, applying changes, state inspection, outputs, and HCL syntax.

not rated 58 6mo ago A 8 tokens original Apache-2.0

compose

21

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to Docker Compose, a tool for defining and running applications made of multiple containers, such as a web app, API, and database.

not rated 58 6mo ago A 6 tokens original Apache-2.0

container-ops

22

chaterm/terminal-skills

Skill Claude CodeCodex

A reference for operating Docker containers, which are isolated environments used to run applications and their dependencies. It covers starting, stopping, inspecting, entering, monitoring, and removing containers.

not rated 58 6mo ago A 11 tokens original Apache-2.0

image-management

23

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to managing Docker images, the packaged files used to create containers. It covers finding, inspecting, building, tagging, sharing, exporting, importing, and removing images.

not rated 58 6mo ago D 8 tokens original Apache-2.0

networking

24

chaterm/terminal-skills

Skill Claude CodeCodex

A guide to Docker container networking, which controls how containers communicate with each other, the host computer, and other machines. It explains bridge, host, none, overlay, and macvlan network modes.

not rated 58 6mo ago A 8 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: