Instructions file CodexOpenCode
AGENTS.md instructions for chaterm/Chaterm, covering chaterm project agents.md, project overview, code structure quick reference, behavioral rules and rule 1 — think before coding.
Instructions file CodexOpenCode
AGENTS.md instructions for chaterm/Chaterm, covering chaterm project agents.md, project overview, code structure quick reference, behavioral rules and rule 1 — think before coding.
Instructions file
Claude Code instructions for chaterm/Chaterm, covering claude.md, project overview, core architecture, development commands and behavioral rules.
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
Skill "disaster-recovery" from chaterm/terminal-skills, covering 灾难恢复, 概述, 核心概念, rto 与 rpo and 恢复策略.
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 reference skill for managing storage snapshots, which are point-in-time copies of data. It covers LVM, Btrfs, and ZFS snapshot commands for creation, mounting, inspection, backup, rollback, cloning, and removal.
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
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
Skill "sql-optimization" from chaterm/terminal-skills, covering sql 优化与调优, 概述, 执行计划分析, mysql explain and postgresql explain.
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
Jenkins、GitLab CI、GitHub Actions 等 CI/CD 工具配置技能。.
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
Skill "monitoring" from chaterm/terminal-skills, covering 监控与告警, 概述, prometheus, 基础查询(promql) and 即时向量.
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.