atb-debug-guide

atb-debug-guide is a skill for Claude Code, Codex from Ascend/agent-skills. It costs 73 tokens per session (2,801 once invoked), scanned A, original, MulanPSL-2.0.

A troubleshooting guide for ATB operator tests and setup. ATB is a software environment for testing computing operators, and an operator is a small piece of a machine-learning or numerical program.

In plain words
What is it for?
It is for diagnosing ATB test errors, checking environment configuration, investigating ABI-version mismatches and memory errors, and analyzing CSV or ACLNN interface failures.
Why use it?
Test failures can come from environment settings, incompatible binary interfaces, memory problems, CSV test data, or low-level library calls. The guide helps narrow down these causes.

Skill for Claude CodeCodex

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-debug-guide
Any agent
npx skills add Ascend/agent-skills --skill atb-debug-guide
Clone the repo
git clone --depth 1 https://github.com/Ascend/agent-skills

Made for: Claude Code, Codex.

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-debug-guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/ascend/agent-skills/atb-debug-guide.svg)](https://agentmods.dev/skills/ascend/agent-skills/atb-debug-guide)
Your own site
<a href="https://agentmods.dev/skills/ascend/agent-skills/atb-debug-guide"><img src="https://agentmods.dev/badge/skills/ascend/agent-skills/atb-debug-guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,801 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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 $0.00073 $0.02801
Opus 5 $0.00036 $0.01401
Sonnet 5 $0.00015 $0.00560
Haiku 4.5 $0.00007 $0.00280

Measured 4d ago against content hash 1811bcff7e30, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

atb-debug-guide scanned grade A with 0 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ascend-transformer-boost/skills/atb-debug-guide/SKILL.md · 351 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. 4d ago First seen · 351 lines · 73 tokens per session scan A 1811bcff7e30

Subscribe to this mod's changes

atb-debug-guide is a skill published in the GitHub repository Ascend/agent-skills (39 stars, last pushed 3mo ago), licensed MulanPSL-2.0. It adds 73 tokens to every session and 2,801 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. 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-debug-guide

ATB 调试指南技能。当用户遇到 ATB 算子测试问题、需要分析错误原因、或需要了解 ATB 环境配置时调用此技能。 覆盖:环境配置问题、ABI版本不匹配、内存错误、CSV测试失败、ACLNN接口问题等常见场景。.

ascend-ai-coding/awesome-ascend-skills · 80 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

external-gitcode-ascend-atb-aclnn-operator-migration

自动执行 ATB 算子到 ACLNN 的迁移操作,在 910B/950 设备上启用 ACLNN 加速。 支持参数映射、ACLNN Runner 实现、设备检测切换和功能/性能验证全流程。.

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-atb-ops-to-aclnn-migration-workflow

ATB OPS→ACLNN 迁移标准化工作流主模板。整合前置学习、设计文档生成、CSV用例设计、 实际迁移、编译验证、测试验证全流程,提供明确的阶段 Gates 和用户确认机制。.

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

data-report

把 CSV/Excel/JSON 数据转成漂亮的可视化报告页.

nexu-io/html-anything · 19 tokens