🧮
DataPython

Compute

by s0912758806p

Compute is a Data skill for Claude Code, published by s0912758806p in agentic-sop-to-work.

206 stars21 forkson s0912758806p/agentic-sop-to-workAdded 2026/09/05Repository updated 2026/06/23
agentic-workflowclaude-codeclaude-code-pluginclaude-code-plugin-agenticsopsop
Install in seconds
Install Compute
Copy Compute into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/s0912758806p/agentic-sop-to-work/tree/main/plugins/agentic-sop-kit/kit/skills/compute ~/.claude/skills/compute

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/s0912758806p/agentic-sop-to-work.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
plugins/agentic-sop-kit/kit/skills/compute/SKILL.md in s0912758806p/agentic-sop-to-work
Installs to
~/.claude/skills/compute
Collection
One of 11 skills cataloged from this repository
Category
Data762 skills

What Compute does

Compute reads a readings artifact and calculates count, sum, mean, min, and max while preserving the upstream trace. Use it when you need a stats artifact for a downstream step.

Compute is cataloged under Data on DirSkills. Compute comes from a repository tagged agentic-workflow, claude-code, claude-code-plugin, claude-code-plugin-agenticsop and sop.

Documentation

README

Skill B — compute(計算統計)

SOP 流程的第 2 步。讀上游 readings、算統計、透傳來源追溯。

綁定的單一工具

  • python3(標準庫 statistics)。本 skill 只此一個工具。

依賴(完整宣告;缺項明確報錯)

  • python >= 3.8

參數化(無硬編碼)

  • 輸入:--in <readings artifact.json>
  • 輸出:--out <stats artifact.json>

介面

  • 輸入 artifactreadings@1(讀 data.readings[].value)。
  • 輸出 artifact{"schema":"stats@1","produced_by":"compute","data":{"stats":{count,sum,mean,min,max}},"trace":[...透傳...]}
  • 下游(report)讀 data.statstrace

執行

python3 skills/compute/tool.py --in <out/a.json> --out <out/b.json>

獨立重用

skills/compute/ + lib/kit.py 可單獨抽出;只要上游給 readings@1 artifact 即可運作。

Frequently asked about Compute

  • What else does s0912758806p publish alongside Compute?

    Compute is one of 11 skills that DirSkills catalogs from s0912758806p/agentic-sop-to-work, the repository it ships in. Its siblings there include ALCOA Guard, Agentic SOP and Agentic Workflow Audit. Each one is a separate skill with its own page in this directory, installs the same way Compute does, and is maintained by s0912758806p in that same repository. The rest of the collection is listed on the s0912758806p/agentic-sop-to-work page.

  • How does Compute compare to other Data skills?

    Compute ranks #677 by stars among the 762 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Compute against them. Open each page to compare what they document and how they install.

More from s0912758806p/agentic-sop-to-work

Compute is one of 11 skills cataloged on DirSkills from s0912758806p/agentic-sop-to-work.

See all 11 skills