Skip to main content
Run any Skill in Manus
with one click
GitHub repository

learning-notes

learning-notes contains 6 collected skills from hangx969, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
6
Stars
5
updated
2026-04-17
Forks
2
Occupation coverage
1 occupation categories ยท 100% classified
repository explorer

Skills in this repository

k8s-install-orchestrator
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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
network-and-computer-systems-administrators

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