Skill Claude CodeCodex
A guide for managing SSH network tunnels, including local and remote port forwarding and proxy modes. SSH is a secure way to connect to another computer over a network.
Skill Claude CodeCodex
A guide for managing SSH network tunnels, including local and remote port forwarding and proxy modes. SSH is a secure way to connect to another computer over a network.
Skill Claude CodeCodex
HCCL (Huawei Collective Communication Library) performance testing for Ascend NPU clusters. Use for testing distributed communication bandwidth, verifying HCCL functionality, and benchmarking collective operations like AllReduce, AllGather. Covers MPI installation, multi-node pre-flight checks (SSH/CANN version/NPU…
Skill Claude CodeCodex
A guide for checking the health and security of Kubernetes clusters and repairing confirmed problems. Kubernetes is software for running and coordinating containers across servers.
Skill Claude CodeCodex
Analyze official Megatron-LM commits, PRs, and branch change sets to identify feature evolution, candidate breaking changes, and migration-relevant events. Use when Codex already has a normalized Megatron change set and needs to explain what changed, which new features matter, and which changes should flow into…
Skill Claude CodeCodex
Track and normalize change requests against the official Megatron-LM repository by branch, PR, commit, commit range, or time window. Use when Codex needs to collect the exact upstream change set before deeper analysis, especially for branch-aware Megatron and MindSpeed migration work, daily/periodic tracking, or…
Skill Claude CodeCodex
Map migration-relevant Megatron changes onto the official MindSpeed repository by resolving branch alignment, locating affected subsystems, and identifying concrete adaptation points. Use when Codex has structured Megatron change events and needs to decide whether MindSpeed already covers them, which MindSpeed files…
Skill Claude CodeCodex
Generate migration deliverables for bringing relevant Megatron changes into MindSpeed after branch alignment and impact mapping are complete. Use when Codex already has a confirmed MindSpeed-to-Megatron branch pairing and needs to produce a migration report, candidate patch, or guarded workspace edits instead of…
Skill Claude CodeCodex
A test-coverage analysis aid that looks for areas of code not adequately exercised by automated tests. It produces a coverage analysis report.
Skill Claude CodeCodex
A code-reading and summarising aid that explains unfamiliar software at several levels, from individual functions to modules and whole systems. It is intended for complex codebases such as machine-learning and distributed-training frameworks.
Skill Claude CodeCodex
Use when working with coverage.
Skill Claude CodeCodex
A unit-test generation aid for Ascend projects. Unit tests are small automated checks that verify individual pieces of code, but the description gives no further detail about what it generates.
Skill Claude CodeCodex
A helper for writing and improving pytest tests, where pytest is a Python tool for checking that code behaves as expected. It focuses on test files, fixtures, parameterized tests, assertions, debugging, refactoring, and coverage analysis.