Ascend/agent-skills

40Stars on the repository
91Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MulanPSL-2.0Licence, which decides whether bodies are shown

Ascend/agent-skills

Skill Claude CodeCodex

A setup workflow for starting an AscendC operator project, where an operator is a compute kernel for a Huawei Ascend AI processor. It creates a standard, compilable project skeleton that can be extended with real implementation code.

not rated 40 +1 4mo ago A 100 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A test-case design guide for AscendC operators, which are custom computing operations for Huawei Ascend AI processors. It focuses on creating tests for accuracy, performance, general inputs, and unit-level behavior.

not rated 40 +1 4mo ago A 65 tokens MulanPSL-2.0

atc-model-converter

27

Ascend/agent-skills

Skill Claude CodeCodex

Complete toolkit for Huawei Ascend NPU model conversion and end-to-end inference adaptation. Workflow 1 auto-discovers input shapes and parameters from user source code. Workflow 2 exports PyTorch models to ONNX. Workflow 3 converts ONNX to .om via ATC with multi-CANN version support. Workflow 4 adapts the user's full…

not rated 40 +1 4mo ago A 142 tokens MulanPSL-2.0

auto-bug-fixer

28

Ascend/agent-skills

Skill Claude CodeCodex

Use when encountering bugs, test failures, or error logs that need root cause analysis and fix generation.

not rated 40 +1 4mo ago A 25 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A developer testing assistant that generates unit tests for functions and classes and looks for gaps in test coverage.

not rated 40 +1 4mo ago A 44 tokens MulanPSL-2.0

cann-nnal-installer

30

Ascend/agent-skills

Skill Claude Code

An installation guide for Huawei Ascend CANN, a software toolkit for running applications on Ascend neural-processing hardware. It covers the CANN Toolkit, kernels, and NNAL components.

not rated 40 +1 4mo ago B 80 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

An installation guide for CANN, Huawei’s software platform for running artificial-intelligence workloads on Ascend NPUs. It covers setting up the Ascend environment and addressing installation problems.

not rated 40 +1 4mo ago B 37 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A code-generation tool for Catlass operators, which are custom computing operations for Ascend NPU hardware. It turns an operator design document into the files needed for an operator project.

not rated 40 +1 4mo ago A 23 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A guide for turning requirements for CATLASS operators into a concrete design document. CATLASS is a development framework for creating operators, which are units of computation used by software and hardware systems.

not rated 40 +1 4mo ago A 25 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A workflow for developing Catlass operators, which are custom computing operations for Ascend NPU hardware. It connects design, code generation, compiler use, documentation, accuracy checks, and performance work.

not rated 40 +1 4mo ago A 88 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A guide for improving the speed of Catlass operators on Ascend hardware. It uses profiler measurements, which show where a program spends time, to compare changes to tiling, the way work is divided for execution.

not rated 40 +1 4mo ago A 81 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

Ascend NPU model migration suite. Invoke when user wants to migrate/train models on Ascend NPU, setup environment, or deploy models from open-source repositories.

not rated 40 +1 4mo ago A 39 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

An installation guide for OpenMMLab computer-vision libraries on Ascend NPUs, Huawei processors designed for artificial-intelligence workloads. It covers libraries such as MMCV, MMDetection, MMDetection3D, and Detectron2, for local and remote development.

not rated 40 +1 4mo ago A 49 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

An installation procedure for Detectron2, an open-source toolkit for computer-vision models, from its source code in an Ascend NPU container.

not rated 40 +1 4mo ago A 37 tokens MulanPSL-2.0

ascend-mmcv-install

39

Ascend/agent-skills

Skill Claude CodeCodex

An installation procedure for mmcv-full, a computer-vision library used by OpenMMLab projects, in an Ascend NPU container. It builds the library with support for NPU operators.

not rated 40 +1 4mo ago A 50 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

An installer for MMDetection inside an Ascend NPU container, an isolated software environment. MMDetection is a computer-vision library for finding and locating objects in images.

not rated 40 +1 4mo ago A 29 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

An installation procedure for mmdetection3d, an open-source toolkit for detecting objects in three-dimensional data, inside an Ascend NPU container. It also installs its mmsegmentation dependency for image segmentation.

not rated 40 +1 4mo ago A 42 tokens MulanPSL-2.0

model-migration

42

Ascend/agent-skills

Skill Claude CodeCodex

Model code migration for Ascend NPU. Invoke when user needs to clone open-source repo and apply NPU adaptation patches.

not rated 40 +1 4mo ago A 29 tokens MulanPSL-2.0

model-training

43

Ascend/agent-skills

Skill Claude CodeCodex

Model training on Ascend NPU. Invoke when user wants to launch training script and monitor training progress.

not rated 40 +1 4mo ago A 24 tokens MulanPSL-2.0

ssh-dev-suite

44

Ascend/agent-skills

Skill Claude CodeCodex

A toolkit for developing on remote machines over SSH, the standard secure protocol for logging into another computer. It covers connections, command execution, file transfer, deployment, network tunnels, and debugging.

not rated 40 +1 4mo ago A 30 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A toolkit for managing SSH connections, where SSH is a way to access another computer securely over a network. It also covers remote commands, file transfers, and background tasks.

not rated 40 +1 4mo ago A 21 tokens MulanPSL-2.0

ssh-dev-suite/debug

46

Ascend/agent-skills

Skill Claude CodeCodex

A structured troubleshooting process for problems on remote servers. It checks the environment with awareness of the current context and supports debugging inside containers, which are isolated software environments.

not rated 40 +1 4mo ago A 29 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A deployment tool for sending a local project to a remote server. It supports incremental file syncing, deployment hooks, and rollback.

not rated 40 +1 4mo ago A 27 tokens MulanPSL-2.0

Ascend/agent-skills

Skill Claude CodeCodex

A tool for managing long-running coding tasks, with saved checkpoints and the ability for an agent to pause and resume. The description does not provide more implementation details.

not rated 40 +1 4mo ago A 23 tokens MulanPSL-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: