pi-workflows-sovereign

pi-workflows-sovereign is a skill for Claude Code, Codex from aretw0/agents-lab. It costs 76 tokens per session (334 once invoked), scanned A, original, MIT.

A form for authoring, listing, and checking multi-step workflow files in YAML. A workflow is a named sequence of blocks, shell commands, or agent steps connected by inputs and outputs.

In plain words
What is it for?
Use it to discover workflow files and validate their structure and dependency graph; it does not run the workflows.
Why use it?
It catches malformed workflows, cycles, missing references, and invalid output settings before execution.

Skill for Claude CodeCodex

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

Good fit Use it to discover workflow files and validate their structure and dependency graph; it does not run the workflows.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aretw0/agents-lab/pi-workflows-sovereign
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 aretw0/agents-lab --skill pi-workflows-sovereign
Clone the repo
git clone --depth 1 https://github.com/aretw0/agents-lab

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 pi-workflows-sovereign

README.md
[![agentmods](https://agentmods.dev/badge/skills/aretw0/agents-lab/pi-workflows-sovereign/github.svg)](https://agentmods.dev/skills/aretw0/agents-lab/pi-workflows-sovereign)
Your own site
<a href="https://agentmods.dev/skills/aretw0/agents-lab/pi-workflows-sovereign"><img src="https://agentmods.dev/badge/skills/aretw0/agents-lab/pi-workflows-sovereign/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pi-workflows-sovereign

Your own site · 80×15
<a href="https://agentmods.dev/skills/aretw0/agents-lab/pi-workflows-sovereign"><img src="https://agentmods.dev/badge/skills/aretw0/agents-lab/pi-workflows-sovereign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 334 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.
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.00076 $0.00334
Opus 5 $0.00038 $0.00167
Sonnet 5 $0.00015 $0.00067
Haiku 4.5 $0.00008 $0.00033

Measured 9d ago against content hash 0e56940a8416, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

pi-workflows-sovereign 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 9d 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.

packages/pi-skills/skills/pi-workflows-sovereign/SKILL.md · 30 lines

What it actually says

pi-workflows-sovereign (form)

A first-party replacement for the workflows surface of @davidorex/pi-workflows, with no @mariozechner/@davidorex dependency.

Supported subset

  • name (required), description?, version?
  • input? — JSON-schema object (interactive source ignored at the form level)
  • steps — mapping of <id> to exactly one of block | command | agent, with optional output: { format: json | text }
  • references: ${{ input.<key> }}, ${{ steps.<id>.output | <filter> }}

Tools

  • workflow_list — discover .workflows/*.workflow.yaml (+ ~/.pi/agent/workflows/).
  • workflow_validate <name> — shape + DAG validation (cycles, dangling/unknown refs, executor-count, output.format).

Not yet (SP2/SP3)

Running workflows, ${{...}} evaluation, workflow_agents, checkpoint/resume, input source resolution, output-schema validation.

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. 9d ago First seen · 30 lines · 76 tokens per session scan A 0e56940a8416

Subscribe to this mod's changes

pi-workflows-sovereign is a skill published in the GitHub repository aretw0/agents-lab (11 stars, last pushed 2mo ago), licensed MIT. It adds 76 tokens to every session and 334 once invoked, about $0.0004 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

codex-claude-worker

Translate natural-language user requests into bounded Claude Code worker tasks while Codex or ChatGPT remains the supervisor. Use when the user gives an ordinary prompt and wants Codex to clarify scope, choose a safe work boundary, generate a worker prompt, approve or defer worker execution, read run summaries and…

zhuzai-2007/claude-code-mcp-harness · 86 tokens

taiyi-design

A technical-design guide for planning software changes before implementation. It produces a DESIGN.md document comparing at least two approaches and recording the chosen structure and trade-offs.

Dong90/oh-my-taiyiforge · 28 tokens

taiyi-plan

A TaiyiForge planning step that turns a README, product requirements document, or technical plan into a list of separate project changes. Each change includes a suggested work profile, dependencies, and priority.

Dong90/oh-my-taiyiforge · 52 tokens

taiyi-dev

A software-development stage that implements planned tasks using test-driven development, or TDD: write a failing test, make it pass, then improve the code. It checks the task plan, dependencies, file boundaries, and required completion evidence.

Dong90/oh-my-taiyiforge · 21 tokens

taiyi-change

A TaiyiForge workflow stage for writing a change proposal in CHANGE.md, with checks for scope, risks, success criteria, and related project documents.

Dong90/oh-my-taiyiforge · 25 tokens

taiyi-integration

A project workflow skill for closing a TaiyiForge change and recording it in a CHANGELOG.md file. It checks review results, tests, and the state of the working tree before archiving the change.

Dong90/oh-my-taiyiforge · 27 tokens