standard-workflow

standard-workflow is a skill for Claude Code, Codex from mindspore-ai/akg. It costs 20 tokens per session (396 once invoked), scanned A, original, Apache-2.0.

A standard workflow for generating computational operations, with separate design, coding, and verification stages. It uses code generation followed by correctness and performance checks.

In plain words
What is it for?
Use it to build operations such as matrix multiplication, convolution, and softmax for a selected GPU backend, then check accuracy and speed.
Why use it?
It provides a repeatable path for common operations without requiring many rounds of experimental optimization.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build operations such as matrix multiplication, convolution, and softmax for a selected GPU backend, then check accuracy and speed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mindspore-ai/akg/standard-workflow
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.

Any agent
npx skills add mindspore-ai/akg --skill standard-workflow
Clone the repo
git clone --depth 1 https://github.com/mindspore-ai/akg

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 standard-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/mindspore-ai/akg/standard-workflow.svg)](https://agentmods.dev/skills/mindspore-ai/akg/standard-workflow)
Your own site
<a href="https://agentmods.dev/skills/mindspore-ai/akg/standard-workflow"><img src="https://agentmods.dev/badge/skills/mindspore-ai/akg/standard-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 396 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00020 $0.00396
Opus 5 $0.00010 $0.00198
Sonnet 5 $0.00004 $0.00079
Haiku 4.5 $0.00002 $0.00040

Measured 8d ago against content hash c6ea9a877258, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

standard-workflow 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 8d 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.

akg_agents/examples/run_skill/skills/standard-workflow/SKILL.md · 69 lines

What it actually says

标准算子生成工作流

概述

标准工作流是 AKG Agents 中最常用的算子生成流程,适用于大多数常规算子的开发场景。

工作流程

第1阶段:代码生成

  • 使用coder-agent生成初始代码
  • 支持多种DSL(CUDA、Triton等)
  • 支持多种后端(NVIDIA、AMD等)

第2阶段:验证测试

  • 使用verifier-agent进行验证
  • 检查代码正确性
  • 性能profiling

适用场景

  1. 常规算子:matmul, conv2d, softmax等
  2. 单一后端:只需要支持一种硬件
  3. 标准DSL:使用常见的编程语言

不适用场景

  • 复杂的融合算子(建议使用adaptive-evolve)
  • 需要多轮迭代优化的算子
  • 实验性算子

配置示例

workflow: standard
agents:
  - coder-agent
  - verifier-agent
metrics:
  - accuracy
  - performance

成功案例

  • ✅ MatMul CUDA实现
  • ✅ Softmax Triton实现
  • ✅ ReLU多后端实现

相关Skill

  • 子Skill: coder-agent, verifier-agent
  • 替代方案: adaptive-evolve (用于复杂场景)
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. 8d ago First seen · 69 lines · 20 tokens per session scan A c6ea9a877258

Subscribe to this mod's changes

standard-workflow is a skill published in the GitHub repository mindspore-ai/akg (259 stars, last pushed 28d ago), licensed Apache-2.0. It adds 20 tokens to every session and 396 once invoked, about $0.0001 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

trulens-evaluation-workflow

Systematically evaluate your LLM application with TruLens.

truera/trulens · 18 tokens

ccg-workflow

How to run a non-trivial change end to end with the CCG role tools (ccganalyze / ccgdesign / ccgbuild / ccgdebug / ccgoptimize / ccgreview / ccgtest) and the verify- quality gates. Use when a task is a whole feature, a refactor, a bug whose cause is not yet known, or any change large enough that one straight-through…

fengshao1227/ccg-workflow · 97 tokens

playwright-cli

A command-line tool for controlling Chromium, Firefox, and WebKit browsers, including navigation, page interaction, screenshots, PDFs, and recorded actions.

UnicomAI/wanwu · 76 tokens

agent-builder

Load before calling build-agent for a new or existing n8n Agent. Governs prerequisite creation, faithful handoff of the user's request, agent targeting across turns, builder questions, testing, and publishing. Use directly for routine follow-ups when the conversation already targets an Agent; rerun intent-recognition…

n8n-io/n8n · 73 tokens

config-evals

Builds and maintains configuration-based evaluations on a workflow with the eval-config tool. Use when the user asks to set up, add, view, change, or remove an evaluation, score, grade, or judge a workflow's output, or measure answer quality against a test dataset. This is the only eval form Instance AI handles — it…

n8n-io/n8n · 80 tokens

flow-next-qa

Live-app QA pass derived from the spec. Drives the running app, files P0/P1/P2 findings with evidence, emits a YES or NO qaverdict receipt.

gmickel/flow-next · 40 tokens