atb-testframework-build

atb-testframework-build is a skill for Claude Code from Ascend/agent-skills. It costs 93 tokens per session (3,281 once invoked), scanned C, original, MulanPSL-2.0.

A build tool for the ATB (Ascend Transformer Boost) test framework. It can perform a full build, including third-party dependencies, or an incremental build using an existing setup.

In plain words
What is it for?
Building atbtestframework inside a Docker container with CANN, either fully or incrementally, and preparing it for CSV test execution.
Why use it?
It provides the compiled test framework needed to run ATB CSV tests and handles the build steps in the required environment.

Skill for Claude Code

Written for Claude Code: hooks in frontmatter.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ascend/agent-skills/atb-testframework-build
Any agent
npx skills add Ascend/agent-skills --skill atb-testframework-build
Clone the repo
git clone --depth 1 https://github.com/Ascend/agent-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for atb-testframework-build

README.md
[![agentmods](https://agentmods.dev/badge/skills/ascend/agent-skills/atb-testframework-build.svg)](https://agentmods.dev/skills/ascend/agent-skills/atb-testframework-build)
Your own site
<a href="https://agentmods.dev/skills/ascend/agent-skills/atb-testframework-build"><img src="https://agentmods.dev/badge/skills/ascend/agent-skills/atb-testframework-build.svg" alt="Measured on agentmods" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,281 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.03281
Opus 5 $0.00046 $0.01640
Sonnet 5 $0.00019 $0.00656
Haiku 4.5 $0.00009 $0.00328

Measured 6d ago against content hash 8567ab0a2f77, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

atb-testframework-build scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf build output 3rdparty

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

| `https://github.com/doxygen/doxygen/releases/download/Release_1_9_6/doxygen-1.9.6.src.tar.gz` | 使用 `git clone --branch Release_1_9_6 --depth 1 https://gitcode.com/doxygen/doxygen.git` 替代 wget | `fn_build_doxygen` |
skills/ascend-transformer-boost/skills/atb-testframework-build/SKILL.md · 296 lines

The source is not reproduced here

Licensed MulanPSL-2.0

The repository is licensed MulanPSL-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 296 lines · 93 tokens per session scan C 8567ab0a2f77

Subscribe to this mod's changes

atb-testframework-build is a skill published in the GitHub repository Ascend/agent-skills (39 stars, last pushed 4mo ago), licensed MulanPSL-2.0. It adds 93 tokens to every session and 3,281 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

external-gitcode-ascend-atb-testframework-build

编译 ATB (Ascend Transformer Boost) 测试框架。当用户需要编译 ATB 测试框架、 运行 CSV 测试、或构建 atbtestframework 时调用。支持全量编译(含第三方依赖克隆与源替换) 和增量编译两种模式。需在 Docker 容器内配合 CANN 环境执行。.

ascend-ai-coding/awesome-ascend-skills · 100 tokens

external-gitcode-ascend-atb-csv-tester

运行 ATB (Ascend Transformer Boost) CSV 测试。当用户需要执行 CSV 格式的 ATB 测试用例、 验证算子正确性、或运行任何ATB下的 CSV 测试文件时调用此技能。 需配合 CANN 环境和已编译的 ATB 测试框架使用。.

ascend-ai-coding/awesome-ascend-skills · 90 tokens

build-and-compile

Building, compiling, and resolving dependency issues across languages.

vstorm-co/pydantic-deepagents · 15 tokens

external-gitcode-ascend-atb-csv-testcase-generator

ATB CSV 测试用例生成技能。当用户需要为 ATB 算子创建 CSV 格式的泛化测试用例时调用此技能。 覆盖:正例设计、反例设计、性能测试用例、CSV 格式规范。.

ascend-ai-coding/awesome-ascend-skills · 71 tokens

external-gitcode-ascend-atb-aclnn-operator-replacement-designer

自动生成 ATB 到 ACLNN 算子替换的详细设计文档。接收用户提供的 ATB 和 ACLNN 接口文档链接, 输出包含参数映射、开发自测、风险评估的 7 章结构化设计文档。 TRIGGER when: 用户需要将 ATB 算子替换为 ACLNN 算子并撰写设计文档。.

ascend-ai-coding/awesome-ascend-skills · 105 tokens

external-gitcode-ascend-ascend-transformer-boost

昇腾 Transformer 加速库(ATB)核心技能集索引(Index Skill)。 整合 8 大核心技能:CANN 安装部署、ATB 测试框架编译、 ATB→ACLNN 算子替换设计文档生成、ATB→ACLNN 算子迁移,覆盖昇腾 NPU 开发全链路。.

ascend-ai-coding/awesome-ascend-skills · 98 tokens