Agent Plugins Marketplace
All plugins

ops-direct-invoke

v2.0.0

skill 驱动的多角色直调算子开发工作流 Team。PM 调度 architect / developer(-code/-test/-doc) / qa 六角色,8 阶段 7 CP 全流程(需求→设计→开发→验收→上库),支持静默模式、可插拔流程插件与算子仓继承定制。

Claude Code19 Skills

By CANNBotLicense: CANN-2.04 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
19 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 ops-direct-invoke for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ops-direct-invoke@agent-plugin-marketplace

Paste 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-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins-official/ops-direct-invoke/.

Plugin files

plugins-official/ops-direct-invoke/
├── .claude-plugin/plugin.json
├── skills/ops-direct-invoke-workflow/SKILL.md
├── skills/ops-direct-invoke-workflow-maintain/SKILL.md
├── skills/plugin-experience-summary/SKILL.md
├── skills/plugin-perf-iteration/SKILL.md
├── skills/plugin-pr-submit/SKILL.md
├── skills/repo-build-guide/SKILL.md
├── skills/repo-coding-rules/SKILL.md
├── skills/repo-knowledge/SKILL.md
├── skills/repo-op-templates/SKILL.md
├── skills/repo-test-develop/SKILL.md
├── skills/workflow-agent-permissions/SKILL.md
├── skills/workflow-cp0/SKILL.md
├── skills/workflow-cp1/SKILL.md
├── skills/workflow-cp2-1/SKILL.md
├── skills/workflow-cp2-2/SKILL.md
├── skills/workflow-cp3/SKILL.md
├── skills/workflow-cp4/SKILL.md
├── skills/workflow-cp5/SKILL.md
└── skills/workflow-doc-templates/SKILL.md

Included Skills19

ops-direct-invoke-workflowskills/ops-direct-invoke-workflow/SKILL.md

直调算子开发工作流编排技能,承载从算子需求分析到上库的完整流程。触发:用户要求开发新算子、实现某算子接口,或推进算子开发流程时。

ops-direct-invoke-workflow-maintainskills/ops-direct-invoke-workflow-maintain/SKILL.md

工作流维护技能。任何对工作流文件的新增、修改、删除,都必须先触发本技能再执行,包括修改本技能自身。禁止未触发直接修改。触发:任何对工作流文件(基类的 AGENTS.md / agents / skills / init.sh,或算子仓 agent/ 下的 override 实现)的新增、修改、删除

plugin-experience-summaryskills/plugin-experience-summary/SKILL.md

算子开发经验总结的可插拔流程插件。触发:工作流推进到挂载点(开发总结阶段开始前)时由 PM 触发;或用户单独要求总结本次开发经验时。

plugin-perf-iterationskills/plugin-perf-iteration/SKILL.md

算子性能迭代优化的可插拔流程插件。触发:工作流推进到挂载点(性能采集执行完成后)时由 PM 触发;或用户单独要求对算子做性能迭代优化时。

plugin-pr-submitskills/plugin-pr-submit/SKILL.md

提交 PR 到上库确认的可插拔流程插件。触发:工作流推进到挂载点(文档补全完成后)时由 PM 触发;或用户单独要求提交 PR、处理 codecheck / CI / 检视意见时。

repo-build-guideskills/repo-build-guide/SKILL.md

仓库代码结构与构建指南,介绍本仓算子代码的目录/文件结构与编译验证方法。触发:了解算子代码结构、搭建工程、编译与运行验证时加载。

repo-coding-rulesskills/repo-coding-rules/SKILL.md

本仓编码红线,列出算子编码中明确禁止的红线条款与触发后的解决方案,供编码与代码检视对照。触发:编写/修复算子代码、代码检视逐条核对红线时加载。

repo-knowledgeskills/repo-knowledge/SKILL.md

仓库领域知识,提供本仓算子涉及的领域标准、概念与背景。触发:需要算子族设计方法论、目标芯片架构概念、精度领域标准等背景知识时加载。

repo-op-templatesskills/repo-op-templates/SKILL.md

算子代码模板库,提供代码模板与模板选择规则,作为算子代码开发的起点。触发:开始实现算子代码、搭建工程骨架前,先取模板复制到工作区,以此为起点开发。

repo-test-developskills/repo-test-develop/SKILL.md

仓库测试开发指导,介绍本仓测试框架的使用与测试代码的开发方法。触发:实现 golden、编写分级功能用例、补全白盒测试、搭建性能采集框架、执行精度测试时加载。

workflow-agent-permissionsskills/workflow-agent-permissions/SKILL.md

派发写类任务前加载,判断目标角色是否具备对应目录写权限,避免无效派发。

workflow-cp0skills/workflow-cp0/SKILL.md

环境确认的验收标准。触发:仅在明确调用时触发,不主动触发。

workflow-cp1skills/workflow-cp1/SKILL.md

CP1 需求确认的验收标准 skill,供 QA 在需求确认点加载。触发:仅在明确调用时触发,不主动触发。

workflow-cp2-1skills/workflow-cp2-1/SKILL.md

CP2.1 测试检查的验收标准 skill,供 QA 在测试方案检查点加载。触发:仅在明确调用时触发,不主动触发。

workflow-cp2-2skills/workflow-cp2-2/SKILL.md

CP2.2 方案检查的验收标准 skill,供 QA 在开发方案检查点加载。触发:仅在明确调用时触发,不主动触发。

workflow-cp3skills/workflow-cp3/SKILL.md

CP3 功能验收的验收标准 skill,供 QA 在功能验收点加载。触发:仅在明确调用时触发,不主动触发。

workflow-cp4skills/workflow-cp4/SKILL.md

CP4 性能验收的验收标准 skill,供 QA 在性能验收点加载。触发:仅在明确调用时触发,不主动触发。

workflow-cp5skills/workflow-cp5/SKILL.md

CP5 代码检视的验收标准 skill,供 QA 在代码检视点加载。触发:仅在明确调用时触发,不主动触发。

workflow-doc-templatesskills/workflow-doc-templates/SKILL.md

交付件模板,提供设计文档、验收报告等中间交付件的格式模板。触发:产出需求/方案/验收报告/算子文档/开发日志/Issue 等交付件时,先加载对应模板作为格式基准。

Plugin manifests1

plugins-official/ops-direct-invoke/.claude-plugin/plugin.json
{
  "name": "ops-direct-invoke",
  "description": "skill 驱动的多角色直调算子开发工作流 Team。PM 调度 architect / developer(-code/-test/-doc) / qa 六角色,8 阶段 7 CP 全流程(需求→设计→开发→验收→上库),支持静默模式、可插拔流程插件与算子仓继承定制。",
  "version": "2.0.0",
  "author": {
    "name": "CANNBot"
  },
  "homepage": "https://gitcode.com/cann/cannbot-skills",
  "repository": "https://gitcode.com/cann/cannbot-skills",
  "license": "CANN-2.0",
  "dependencies": [
    "ops-direct-invoke-skills",
    "infra-skills"
  ],
  "agents": [
    "./agents/architect.md",
    "./agents/developer.md",
    "./agents/developer-code.md",
    "./agents/developer-doc.md",
    "./agents/developer-test.md",
    "./agents/qa.md"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[ops-direct-invoke on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ops-direct-invoke)