What problem does it solve? Developing and tuning NPU operators (Triton, Ascend C, Catlass, PyPTO, TileLang) for MindIE-SD requires knowing which external skill chain to follow and which MindIE-SD/CANN-specific pitfalls apply, and this Skill provides that routing map plus repository-specific integration experience. ## Core Features & Use Cases - Scenario-to-skill routing: Maps operator tasks to the external cannbot-skills chains (triton-task-extractor through triton-op-verifier, plus Ascend C, Catlass, PyPTO, and TileLang chains) via references/operator-optimization-skill-map.md. - MindIE-SD integration knowledge: Documents kernel rebuild caching pitfalls, CANN built-in operator name conflicts, Ascend C API traps, catlass kernel integration (single .so ASC mixed compilation), and runtime deployment verification. - Fusion DSL boundary rules: Enforces catlass for CV fusion with matmul and triton for pure vector elementwise fusion, with a six-stage pipeline for quantized matmul plus activation fusion operators. - Use Case: When asked to write a triton kernel or speed up an operator, the Skill routes to the cannbot latency-optimizer chain while applying MindIE-SD constraints such as L2-flush benchmarking discipline and kernel diff methodology. ## Quick Start Ask the assistant to help write or optimize a Triton or Ascend C operator for MindIE-SD and it will route you to the right cannbot skill chain with repository-specific guidance.