Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

learning-notes

learning-notes 收录了来自 hangx969 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
5
更新
2026-04-17
Forks
2
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

k8s-install-orchestrator
网络与计算机系统管理员

Orchestrate a Kubernetes cluster installation across specialist agents when the user asks AIOps to install K8s, Kubernetes, or a K8s cluster on one or more Linux machines. Use for serial multi-agent task routing where AIOps must take the user-provided machine list as-is, send it first to the linux specialist for machine initialization, then to the container specialist for container runtime installation, then to the k8s specialist for cluster installation and initialization, and only proceed to the next stage after the previous stage explicitly completes successfully. Do not execute shell commands, do not generate scripts, and do not perform installation directly.

2026-04-17
docker-runtime-install
网络与计算机系统管理员

Install Docker CE and containerd on one or more Linux hosts when the user asks to install a container runtime, Docker, or containerd on remote machines. Use for Linux-only batch installation workflows where the user provides a newline-separated host list and the agent must first verify passwordless SSH access to every host, abort immediately if any host cannot be accessed without a password, then copy a bundled script to each target host and execute it. Follow the bundled workflow strictly; do not invent extra installation steps, extra scripts, or commands outside the documented Rocky Linux 10 procedure.

2026-04-17
k8s-cluster-install
网络与计算机系统管理员

Install a Kubernetes cluster on one or more Linux hosts when the user asks to install K8s, Kubernetes, kubeadm, a control-plane node, or worker nodes on remote machines. Use for strict Linux-only multi-host cluster installation workflows where the user provides a newline-separated hosts file plus explicit control-plane and worker-node mapping, and the agent must first verify passwordless SSH on every host, verify containerd is already installed on every host, stop immediately on any failed prerequisite, then execute only the documented Rocky Linux 10 Kubernetes installation and cluster initialization commands. Do not invent extra installation steps, scripts, retries, or repair actions.

2026-04-17
rocky-linux10-init
网络与计算机系统管理员

Initialize Rocky Linux 10 machines when the user mentions 初始化 Linux 机器、初始化 Rocky Linux、节点初始化、主机初始化、批量初始化主机、做 K8s 前的 Linux 初始化、给 Linux 节点做初始化,尤其是需要基于 Rocky Linux 10 按固定文档流程完成 SSH 密钥准备、免密登录配置、网络/内核/Swap/IPVS/时间同步等系统初始化时。 Use this skill aggressively for Rocky Linux 10 host initialization tasks, and do not improvise outside the documented workflow.

2026-04-17
k8s-inspect
网络与计算机系统管理员

Run a comprehensive Kubernetes cluster health inspection using kubectl and generate a dark-themed HTML dashboard report. Checks nodes, pods, resources, certificates, network components, and warning events. Use when you need to audit cluster health, troubleshoot issues, or generate visual status reports.

2026-04-17
k8s-report
网络与计算机系统管理员

Inspect Kubernetes clusters and generate HTML health reports. Query cluster status, node health, pod metrics, deployment replicas, and recent warning events. Use when you need a comprehensive overview of a Kubernetes cluster's health or need to generate status reports for email notifications.

2026-04-17
learning-notes GitHub Agent Skills | SkillsMP