cannbot-knowledge
v0.1.2cannbot-knowledge 知识库维护 Team。提供知识编译、知识治理、知识检索、Issue 材料整理、勘误和贡献门禁能力。
By CANNBotLicense: CANN-2.04 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cannbot-knowledge for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cannbot-knowledge@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/hicann/cannbot-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins-community/cannbot-knowledge/.
Plugin files
├── .claude-plugin/plugin.json├── skills/knowledge-issue-report/SKILL.md├── skills/knowledge-lint/SKILL.md├── skills/knowledge-query/SKILL.md├── skills/ops-knowledge-cv-ingest/SKILL.md├── skills/ops-knowledge-ingest/SKILL.md├── skills/ops-knowledge-optimization-ingest/SKILL.md├── skills/ops-knowledge-reference-ingest/SKILL.md└── skills/ops-knowledge-vv-ingest/SKILL.md
Included Skills8
生成并校验 cannbot-knowledge 知识库 GitCode Issue 提交材料。触发:当用户要提交 Issue、反馈知识内容错误/缺失、检索错误、图谱错误、知识编译错误、治理 lint 错误、debug 下游 agent 使用问题,或要求打包复现与测试材料时使用。
Use when 用户需要在摄入、生成、勘误或提交 PR 前,检查 Ascend NPU 算子 OKF 知识库的结构、溯源、索引或图谱是否合规。
Use when 用户正在处理昇腾 NPU 上的 Ascend C/CANN 算子任务,并询问 API 名称或可用性、签名、参数、头文件、调用方式、平台/版本支持、Tiling、数据搬运、AICore kernel、实现样例、编译/运行错误、精度、性能或 Profiling;在搜索本地 CANN/Toolkit/SDK 安装包或源码前触发。
为 AscendC CV(cube-vector)融合算子生成「cube↔vector 融合设计」wiki(手动触发)。
知识库摄入顶层编排器:大原则(新 source 接入 / commit 级增量 / 大版本升级三路由)+ reference/ops 生产 skill 与 runbooks 治理边界。持跨树共享图引擎脚本(okf_graph.py / okf_judge_aggregate.py)。不亲自产卡——正文著作委派对应生产 skill。手动触发。
对单个 AscendC / 昇腾 NPU 算子做受控劣化挖矿,把实测得到的性能退化机制编译成 cannbot-knowledge OKF 优化点卡,摄入共享知识库 runbooks/operator-optimization/;当需要从算子劣化中沉淀实测优化经验并入库时使用。
Use when 用户需要将 asc-devkit、CANN 或 Profiling 上游文档摄入并编译为 Ascend NPU 算子 OKF reference 知识卡。
为 AscendC 多模板 VV 算子从官方 golden 代码生成解耦的两层知识:算子特定 wiki(ops/{repo}/{category}/{op}.md,逐模板全链路 + mermaid UB 布局图)和泛化优化点 runbook(runbooks/operator-optimization/vv-fusion-common.md,跨算子单一共享、增量合并的 NPU 垂域优化点库)。仅适用于有多模板分发(TilingKey 多分支)的 VV 纯 Vector 算子。手动触发。
Plugin manifests1
{
"name": "cannbot-knowledge",
"description": "cannbot-knowledge 知识库维护 Team。提供知识编译、知识治理、知识检索、Issue 材料整理、勘误和贡献门禁能力。",
"version": "0.1.2",
"author": {
"name": "CANNBot"
},
"homepage": "https://gitcode.com/cann/cannbot-skills",
"repository": "https://gitcode.com/cann/cannbot-skills",
"license": "CANN-2.0",
"dependencies": [
"cannbot-knowledge-contributor-skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cannbot-knowledge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cannbot-knowledge)