sap-signavio

sap-signavio is a skill for Claude Code, Codex from efeumutaslan/SAP-SKILLS. It costs 76 tokens per session (2,567 once invoked), scanned A, original, MIT.

A guide for SAP Signavio, a platform for designing, sharing, governing, and analyzing business processes. BPMN is a standard visual notation for describing those processes, while process mining analyzes event records from real work.

In plain words
What is it for?
Use it for BPMN modeling, process mining, process KPIs, governance, collaboration, customer or employee journeys, and integrations with S/4HANA or SAP Build Process Automation.
Why use it?
It provides direction when business-process models, process data, approvals, or SAP integrations need to be designed or analyzed.

Skill for Claude CodeCodex

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

Good fit Use it for BPMN modeling, process mining, process KPIs, governance, collaboration, customer or employee journeys, and integrations with S/4HANA or SAP Build Process Automation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/efeumutaslan/sap-skills/sap-signavio
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 efeumutaslan/SAP-SKILLS --skill sap-signavio
Clone the repo
git clone --depth 1 https://github.com/efeumutaslan/SAP-SKILLS

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 sap-signavio

README.md
[![agentmods](https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-signavio/github.svg)](https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-signavio)
Your own site
<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-signavio"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-signavio/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 sap-signavio

Your own site · 80×15
<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-signavio"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-signavio.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 2,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.02567
Opus 5 $0.00038 $0.01283
Sonnet 5 $0.00015 $0.00513
Haiku 4.5 $0.00008 $0.00257

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

Security

Grade A, and why

sap-signavio scanned grade A with 1 finding 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 12d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -X GET "https://editor.signavio.com/p/revision" \
skills/sap-signavio/SKILL.md · 268 lines

How it starts

The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SAP Signavio Process Management & Mining

  • sap-build-process-automation — Automate processes modeled in Signavio
  • sap-s4hana-extensibility — Process variants for S/4HANA scenarios
  • sap-cloud-alm — ALM process monitoring complements Signavio insights

Quick Start

Choose your Signavio component:

Component Purpose Key Activity
Process Manager BPMN modeling, process repository Design & publish processes
Process Intelligence Process mining, conformance Analyze event logs
Process Governance Approval workflows for models Govern process changes
Collaboration Hub Stakeholder communication Share & collect feedback
Journey Modeler Customer/employee journeys Map experience flows

First API call — List Process Models:

curl -X GET "https://editor.signavio.com/p/revision" \
  -H "x-signavio-id: {{SESSION_TOKEN}}" \
  -H "Accept: application/json" \
  -b "JSESSIONID={{SESSION_COOKIE}}"

Core Concepts

BPMN 2.0 Modeling Standards

Element Symbol Usage
Start Event One per process (normal flow)
End Event At least one; use multiple for different outcomes
User Task ▭ (person) Manual human activity
Service Task ▭ (gear) Automated system call
Exclusive Gateway ◇ (X) Either/or branching
Parallel Gateway ◇ (+) Fork/join concurrent paths
Intermediate Event Timer, message, signal mid-flow
Subprocess ▭ [+] Encapsulate reusable process

Process Intelligence (Mining) Pipeline

  1. Data extraction — Pull event logs from source systems (S/4HANA, ECC, SuccessFactors)
  2. Data transformation — Map to Signavio event log format (Case ID, Activity, Timestamp)
  3. Process discovery — Auto-generate process model from event data
  4. Conformance checking — Compare discovered vs. designed process
  5. Root cause analysis — Identify bottlenecks, rework loops, deviations
  6. KPI monitoring — Track cycle time, throughput, automation rate

Read the full file on GitHub · 268 lines

Files

What ships with it

1 file 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.

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. 12d ago First seen · 268 lines · 76 tokens per session scan A e5e296d4fe90

Subscribe to this mod's changes

sap-signavio is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 76 tokens to every session and 2,567 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

michel-cli-demo-recorder

Produce proof-of-execution demos of the Packmind CLI (packmind-cli) as terminal-styled images (colors and formatting preserved exactly), for embedding in a GitHub PR. Renders a crisp master SVG and rasterizes it to a PNG — the PNG is what you embed, because GitHub does not render SVG in PR/issue bodies. Use this…

PackmindHub/packmind · 212 tokens

product-analytics

Product analytics and growth expert. Use when designing event tracking, defining metrics, running A/B tests, or analyzing retention. Covers AARRR framework, funnel analysis, cohort analysis, and experimentation.

majiayu000/spellbook · 43 tokens

api-design

REST/GraphQL/gRPC API design best practices. Use when designing APIs, defining contracts, handling versioning. Covers OpenAPI 3.2, GraphQL Federation, gRPC streaming.

majiayu000/spellbook · 42 tokens

react-best-practices

React and Next.js performance playbook distilled from Vercel Engineering guidance. Use when building, reviewing, or refactoring React/Next.js code for waterfalls, bundle size, rendering cost, and client/server data flow.

majiayu000/spellbook · 50 tokens

playwright-automation

Browser automation and testing with Playwright. Use when testing web applications, automating browser tasks, taking screenshots, or validating UI behavior.

majiayu000/spellbook · 32 tokens

lov-repo2docs

Turn any folder of source material — a code repository, a pile of articles, a mixed knowledge dump with images — into a professional, polished Fumadocs (Next.js) documentation website, then deploy it to https://{product-id}.example.com/docs. Works by reading the folder one unit at a time and incrementally growing and…

lovstudio/skills · 186 tokens