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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
Skill Claude CodeCodex
A guide to managing Redis, an in-memory database commonly used for fast data access, caching, counters, and temporary values.
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.
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.
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.
Skill Claude CodeCodex
A guide to advanced Git, the version-control system used to track code changes, including branches, rebasing, cherry-picking, and hooks.
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.
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.
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.
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.
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.
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.
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: