skills/repo-reader/SKILL.md
从模型仓库链接读取 README 文档。当用户想要从模型仓库链接(如 https://ai.gitcode.com/Ascend-SACT/Qwen3.5-27B-A2-Vllm-Ascend)获取部署文档、使用说明或任何仓库内容时触发此 skill。使用此 skill 来获取仓库的 README、文档内容、部署命令等。
npx skillsauth add holyorevil/ascend-model-agent-plugin repo-readerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
此 skill 用于从模型仓库链接获取 README 文档和仓库内容。
https://ai.gitcode.com/Ascend-SACT/Qwen3.5-27B-A2-Vllm-Ascend将 URL 中的 ai.gitcode.com 替换为 raw.gitcode.com,然后拼接 /raw/main/README.md
例如:
https://ai.gitcode.com/Ascend-SACT/Qwen3.5-27B-A2-Vllm-Ascendhttps://raw.gitcode.com/Ascend-SACT/Qwen3.5-27B-A2-Vllm-Ascend/raw/main/README.md使用 webfetch 工具获取内容。
如果方法1失败,尝试使用 curl 命令:
curl -sL "https://raw.gitcode.com/{owner}/{repo}/raw/main/README.md"
如果是 Git 仓库,尝试使用 git clone 克隆仓库,然后读取本地文件:
git clone <repo_url> /tmp/repo_name
然后读取 /tmp/repo_name/README.md
直接输出获取到的 README 内容,包括:
docs/ 目录INSTALL.md、DEPLOY.md 等data-ai
昇腾(Ascend) NPU 上 Triton 算子深度性能优化技能(Skill),致力于实现用户要求的 Triton 算子性能提升。核心技术包括但不限于 Unified Buffer (UB) 容量规划、多 Tokens 并行处理、MTE/Vector 流水并行、mask(掩码)优化等。当用户提及以下内容时,务必触发此技能(Skill):昇腾(Ascend)NPU 上 Vector 类 Triton 算子性能优化。
tools
Entry point for Ascend NPU inference toolchain. Use when running vLLM on Ascend/NPU, quantizing models with msmodelslim, or debugging NPU errors.
tools
GPU代码到昇腾NPU适配审查专家。当用户需要将GPU上的代码(特别是深度学习、模型推理相关)迁移到华为昇腾NPU时,必须使用此skill进行全面审查。此skill能识别GPU到NPU迁移的堵点、编写适配脚本、生成验证方案,并输出完整的Markdown审查报告。触发场景包括:用户提到"NPU适配"、"昇腾迁移"、"GPU转NPU"、"Ascend"、"CANN"、"模型迁移"、"算子适配"等关键词,或者用户要求对GPU代码仓库进行审查并迁移到NPU平台。
data-ai
根据模型名称识别其所属系列和开发供应商。当用户需要从模型名称判断模型属于什么系列(如GLM、Qwen3、DeepSeek、MiniCPM等)以及其开发商/供应商时使用此skill。