Skill Claude CodeCodex
A diagnostic runbook for containers stopped by an out-of-memory condition. A container is an isolated process environment, and OOM means the operating system or container limit stopped it because it used too much memory.
Skill Claude CodeCodex
A diagnostic runbook for containers stopped by an out-of-memory condition. A container is an isolated process environment, and OOM means the operating system or container limit stopped it because it used too much memory.
Skill Claude CodeCodex
A diagnostic runbook for Kubernetes node resource pressure. Kubernetes is a system that runs containers; a node is one machine in that system, and pressure means it is short on CPU, memory, disk space, or process IDs.
Skill Claude CodeCodex
K8s Pod CrashLoopBackOff 全链排查。从 kubectl describe → events → logs → restart policy → resource limits → liveness/readiness probe → image pull → configmap/secret 挂载,定位根因并输出修复建议。.
Skill Claude CodeCodex
A diagnostic runbook for MySQL deadlocks, where database transactions block one another in a cycle and cannot all continue. It examines InnoDB locks, waiting transactions, long transactions, and common locking patterns.
Skill Claude CodeCodex
A diagnostic runbook for MySQL replication, where one server copies data from another. It checks asynchronous, semi-synchronous, and GTID-based replication.
Skill Claude CodeCodex
A runbook for finding why MySQL database queries are slow. It examines slow-query records and execution plans, which show how MySQL carries out a query.
Skill Claude CodeCodex
A step-by-step runbook for finding why a network service port cannot be reached. It checks name lookup, the connection, firewall rules, listening services, routing and security controls.
Skill Claude CodeCodex
A set of tools for managing Dify resources used by applications and workflows, including creating, checking, importing and exporting workflow files. It works at the platform-usage level, not with Dify deployment, databases or containers.
Skill Claude CodeCodex
Harbor 平台运维技能。凡是用户提到 Harbor project、robot、proxy cache、registry token、OCI registry、Harbor 反代或 Harbor runtime health 时触发。.
Skill Claude CodeCodex
Operate Jenkins jobs, credentials, plugins and shared libraries through a portable, configuration-driven workflow.
Skill Claude CodeCodex
A set of procedures and commands for operating a Nexus repository manager. Nexus stores and serves packages such as Python, JavaScript and Java dependencies, using hosted, proxy and group repositories.
Skill Claude CodeCodex
An operations guide for RAGFlow, an application that lets teams build systems that answer questions from a knowledge base. It covers service checks and the connected models, databases, vector stores, and file storage.
Skill Claude CodeCodex
An operations guide for SonarQube, a platform that scans source code for issues such as bugs, security weaknesses, and insufficient test coverage. It covers the service, projects, quality gates, scans, metrics, and access tokens.
Skill Claude CodeCodex
A system-operations guide for network port forwarding and service reliability. It covers forwarding traffic through Linux, Windows, or SSH, plus watchdogs that monitor services and help recover from crashes.
Skill Claude CodeCodex
Design, inspect and operate portable Woodpecker CI pipelines with explicit repository and deployment boundaries.
Skill Claude CodeCodex
A local document-conversion guide built around MarkItDown, a tool that turns files such as DOCX, PDF, PPTX, XLSX, images, HTML, and CSV into Markdown text.
Skill Claude CodeCodex
End-to-end project workflow for Chinese patent technical disclosure drafting, polishing, pre-review, and conditional Word export. Use for patent writing, structure alignment, anti-AI-tone polishing, client pre-review preparation, and export coordination.
Skill Claude CodeCodex
Multi-round cyclic rigorous review of Chinese patent technical disclosure documents. Supports multi-dimension review (data flow closure, terminology consistency, state transition, formula completeness, error code routing, text-diagram consistency), round-by-round convergence, and optional auto-fix (default off, severe…
Skill Claude CodeCodex
Draft Chinese patent specification sections for invention, utility model, or design submissions, especially background technology and technical solution writeups, with intake guidance, prior-art-oriented analysis, terminology consistency, and document-ready output. Excludes claims drafting. Use when the user wants…
Skill Claude CodeCodex
A reference guide to Git, a tool for tracking code changes and collaborating through branches and reviews. It also documents team rules for commits, branch naming, Gitea, and repository mirroring.
Skill Claude CodeCodex
Kafka 知识基座。覆盖 Topics/Partitions、Consumer Groups、Producer/Consumer Config、Serialization、Exactly-Once、Rebalancing。供 devlab-middleware-expert 通过 extends 继承。.
Skill Claude CodeCodex
MongoDB 知识基座。覆盖 Document Model、Aggregation Pipeline、Indexes、Replica Sets、Change Streams。供 devlab-mongodb-usage 通过 extends 继承。.
Skill Claude CodeCodex
A reference guide to MySQL and InnoDB, the database engine commonly used for transactional applications. It covers database structure, indexes, queries, transactions, locks, partitioning, and operations.
Skill Claude CodeCodex
A reference guide for turning everyday language into SQL, the language used to ask databases for data. It is designed to be inherited by other skills rather than used directly.