From rossum-sa
Rossum Master Data Hub (MDH) API reference and matching query design guide. Covers dataset CRUD, fuzzy search, hook configuration model (MatchConfig, mapping, result actions, query cascades), query design rules, score normalization, and real-world matching examples. Use when building or debugging MDH matching configurations, designing query cascades, or working with the MDH API.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rossum-sa:mdh-referenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive reference documentation for Rossum's Master Data Hub — the matching engine that connects extracted document data to master data records. It covers the MDH management API, the hook configuration model, and query design patterns.
This skill provides comprehensive reference documentation for Rossum's Master Data Hub — the matching engine that connects extracted document data to master data records. It covers the MDH management API, the hook configuration model, and query design patterns.
Reference files:
Use this knowledge when:
$setWindowFields unique-result patterns$unionWith patternsWhen writing or debugging queries, if the dataset structure is not already known from context, try to discover it using the rossum-api MCP tools: data_storage_list_collections to find available collections and data_storage_aggregate with [{"$sample": {"size": 1}}] to retrieve a sample record. Fall back to asking the user only if the MCP tools are not available.
npx claudepluginhub rossumai/claude-marketplace --plugin rossum-saGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.