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.
npx skills add BlackBeltTechnology/pi-agent-dashboard --skill bpmn-package-explorergit clone --depth 1 https://github.com/BlackBeltTechnology/pi-agent-dashboardWrote 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.
[](https://agentmods.dev/skills/blackbelttechnology/pi-agent-dashboard/bpmn-package-explorer)<a href="https://agentmods.dev/skills/blackbelttechnology/pi-agent-dashboard/bpmn-package-explorer"><img src="https://agentmods.dev/badge/skills/blackbelttechnology/pi-agent-dashboard/bpmn-package-explorer/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.
<a href="https://agentmods.dev/skills/blackbelttechnology/pi-agent-dashboard/bpmn-package-explorer"><img src="https://agentmods.dev/badge/skills/blackbelttechnology/pi-agent-dashboard/bpmn-package-explorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00229 | $0.01747 |
| Opus 5 | $0.00114 | $0.00873 |
| Sonnet 5 | $0.00046 | $0.00349 |
| Haiku 4.5 | $0.00023 | $0.00175 |
Grade A, and why
bpmn-package-explorer 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.
How it starts
The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BPMN Package Explorer
Generate and view BPMN 2.0 process packages: a process plus the decisions its
rule tasks evaluate, the forms its user tasks present, and a manifest binding
them — kept as plain, vendor-neutral BPMN 2.0. Buildless and offline: it
vendors pre-built viewers and a self-contained Node layout bundle; generating or
rendering a package needs no npm install, no bundler and no network. Requires
Node ≥ 20.12 and a browser.
When to use
Model a business process from a prose description; make/view a BPMN diagram or a DMN decision table; build a cross-linked process package. Hungarian triggers: „csinálj egy folyamatábrát”, „rajzold meg a folyamatot”, „döntési tábla”, „nézd meg ezt a .bpmn fájlt”.
The two guarantees
- Never a corrupt diagram. A language model can author correct BPMN
semantics but not a readable coordinate set.
bpmn-auto-layoutfills that gap but fails silently on sub-processes, pools and lanes (all outputs stay schema-valid). A layout guard verifies every laid-out diagram against its own semantics and aborts on any corruption, in strict mode. - Vendor-neutral. The
.bpmn/.dmn/.formfiles carry no engine extension. A sidecarpackage.yamlholds the link graph (bindings,roles), so a package opens in Camunda Modeler, Signavio or any conformant tool.
Generation workflow
The agent authors the artifacts (guided by the references); the pipeline runs the mechanical steps, each failing loudly:
- Author semantics — one or more semantics-only
.bpmn(no geometry), applying the authoring envelope and identifier rules. Emit<bpmn:incoming>/<bpmn:outgoing>on every connected flow node. - Author artifacts — the
.dmndecisions and.formschemas. - Write
package.yaml— thebindingsandroles. - Validate the manifest —
node scripts/generate-cli.mjs <packageDir>runs the envelope check, manifest validation, layout + guard, and assembles a render root; it stops before serving on any error. - Serve + canvas — serve the printed render-root path with
node scripts/serve.mjs <renderRoot> [port](CORS-enabled) and open the printed URL on the canvas (neverfile://). Do not useserve_mockupfor canvas display: it omitsAccess-Control-Allow-Origin, so the viewer'sfetch('package-data.json')fails in the opaque-origin sandbox (“Failed to fetch” → blank diagram).
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/bpmn-js/bpmn-font/css/bpmn-codes.css 7.7 KB
- assets/bpmn-js/bpmn-font/css/bpmn-embedded.css 92 KB
- assets/bpmn-js/bpmn-font/css/bpmn.css 9.4 KB
- assets/bpmn-js/bpmn-font/font/bpmn.eot 47 KB
- assets/bpmn-js/bpmn-font/font/bpmn.svg 130 KB
- assets/bpmn-js/bpmn-font/font/bpmn.ttf 47 KB
- assets/bpmn-js/bpmn-font/font/bpmn.woff 16 KB
- assets/bpmn-js/bpmn-font/font/bpmn.woff2 13 KB
- assets/bpmn-js/bpmn-navigated-viewer.production.min.js 187 KB runs code
- assets/bpmn-js/bpmn.css 3.4 KB
- assets/bpmn-js/diagram-js.css 26 KB
- assets/dmn-js/diagram-js.css 23 KB
- assets/dmn-js/dmn-font/css/dmn-codes.css 2.3 KB
- assets/dmn-js/dmn-font/css/dmn-embedded.css 36 KB
- assets/dmn-js/dmn-font/css/dmn.css 4.0 KB
- assets/dmn-js/dmn-font/font/dmn.eot 15 KB
- assets/dmn-js/dmn-font/font/dmn.svg 15 KB
- assets/dmn-js/dmn-font/font/dmn.ttf 15 KB
- assets/dmn-js/dmn-font/font/dmn.woff 9.5 KB
- assets/dmn-js/dmn-font/font/dmn.woff2 8.0 KB
- assets/dmn-js/dmn-js-decision-table.css 16 KB
- assets/dmn-js/dmn-js-drd.css 2.6 KB
- assets/dmn-js/dmn-js-literal-expression.css 4.8 KB
- assets/dmn-js/dmn-js-shared.css 5.3 KB
- assets/dmn-js/dmn-viewer.production.min.js 498 KB runs code
- assets/lib/bpmn-pipeline.mjs 167 KB runs code
- assets/lib/yaml.mjs 257 KB runs code
- assets/LICENSE.bpmn-io.txt 1.4 KB
- assets/VENDORED.md 4.8 KB
- fixtures/geometry/g1-identical-bounds.bpmn 1.7 KB
- fixtures/geometry/g2-zero-size.bpmn 1.7 KB
- fixtures/geometry/g3-child-outside.bpmn 1.4 KB
- fixtures/geometry/g4-negative-coord.bpmn 1.7 KB
- fixtures/geometry/g5-overlap.bpmn 1.7 KB
- fixtures/measured/1-linear.bpmn 1.2 KB
- fixtures/measured/2-gateway.bpmn 2.0 KB
- fixtures/measured/3-boundary.bpmn 1.2 KB
- fixtures/measured/4-subprocess.bpmn 1.4 KB
- fixtures/measured/5-pools.bpmn 1.7 KB
- fixtures/measured/6-lanes-only.bpmn 1.4 KB
- fixtures/measured/7-loop.bpmn 1.3 KB
- fixtures/measured/8-long-chain.bpmn 3.3 KB
- fixtures/nesting/expanded-subprocess-ok.bpmn 2.5 KB
- fixtures/provisional/call-activity.bpmn 925 B
- fixtures/provisional/intermediate-catch.bpmn 972 B
- fixtures/provisional/intermediate-throw.bpmn 980 B
- fixtures/provisional/manual-task.bpmn 925 B
- fixtures/provisional/multi-boundary.bpmn 1.5 KB
- fixtures/provisional/parallel-gateway.bpmn 934 B
- fixtures/provisional/receive-task.bpmn 931 B
- fixtures/provisional/rule-task.bpmn 929 B
- fixtures/provisional/script-task.bpmn 925 B
- fixtures/provisional/send-task.bpmn 913 B
- references/authoring-envelope.md 3.2 KB
- references/identifiers.md 4.7 KB
- references/layout-envelope.md 5.5 KB
- references/licensing.md 2.3 KB
- references/package-manifest.md 4.8 KB
- scripts/build-fixtures.mjs 15 KB runs code
- scripts/demo.mjs 5.3 KB runs code
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.
- 8d ago First seen · 127 lines · 229 tokens per session scan A e0ca9d51a3fe
bpmn-package-explorer is a skill published in the GitHub repository BlackBeltTechnology/pi-agent-dashboard (279 stars, last pushed yesterday), licensed MIT. It adds 229 tokens to every session and 1,747 once invoked, about $0.0011 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-09-03.
Other skills, from other repositories
goga-cookbook
Principles for applying DSL specification in cell and CODEMANIFEST design.
goga-plan-by-design
Compile a design document into a ralphex execution plan.
goga-review-plan
Verify execution plan completeness and correctness.
goga-define-experience
Define the user experience required to achieve the established product goals and solve the identified problem.
goga-accept-manifest-review
Verify each Cell's CODEMANIFEST against the implementation.
goga-cells-by-brainstorm
Creation and modification of cells by architecture plan.