rossumai

60 mods across 3 repositories, 17 stars between them.

UserPromptSubmit

26

rossumai/claude-marketplace

Hook

Runs when you submit a prompt, before the agent sees it, executing detect_friction.py via python3. From rossumai/claude-marketplace.

5 4d ago A tokens not measured copy · 80% MIT

Stop

27

rossumai/claude-marketplace

Hook

Runs when the agent finishes a response, executing detect_friction.py via python3. From rossumai/claude-marketplace.

5 4d ago A tokens not measured copy · 81% MIT

analyze

28

rossumai/claude-marketplace

Skill Claude CodeCodex

Analyze a Rossum.ai implementation to detect common configuration errors and issues. Discovers the full implementation first, then checks for known problems. Use when reviewing a customer's setup for correctness. Triggers on requests like "check this implementation", "find issues", "review this setup", "audit this…

5 4d ago A 71 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Rossum approval-workflows reference — how documents route through an ordered chain of approval steps (workflow → ordered workflowsteps → workflowruns, logged as workflowactivities). Covers the read-only public API (GET workflows / workflowsteps / workflowruns / workflowactivities, plus the one write action POST…

5 4d ago A 210 tokens original MIT

automation-report

30

rossumai/claude-marketplace

Skill Claude CodeCodex

Turn Rossum queue-level automation analytics into a detailed, actionable report with concrete recommendations. Uses automationinsights (available on every queue) and opportunistically upgrades the analysis when automationprojections responds. Use when diagnosing why automation is low or planning threshold calibration.…

5 4d ago A 84 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Rossum business-rules & validation reference — the two ways to validate extracted data and block automation: native Rossum Rules (the /v1/rules entity — triggercondition + actions[], FIRE-vs-PASS polarity, lifecycle; the triggercondition is written in TxScript, so for that syntax see txscript-reference) and the legacy…

5 4d ago A 203 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Use when reviewing, auditing, or writing Rossum serverless hook functions (custom Python extensions) for code quality, security, and correctness.

5 4d ago A 33 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Coupa Integration Baseline (CIB) — Complete Reference & Working Guide. Pre-configured Rossum-to-Coupa AP invoice processing solution covering schema structure, data imports, MDH matching, business rules, export pipeline, and customization. Use when building, adjusting, troubleshooting, or explaining any aspect of a…

5 4d ago A 79 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Rossum Data Storage API reference — MongoDB-compatible REST API for collections, CRUD operations, find, aggregate, bulkwrite, indexes, and Atlas Search indexes. Use when querying or managing data in Rossum's Data Storage service directly via API.

5 4d ago A 53 tokens original MIT

dead-code

36

rossumai/claude-marketplace

Skill Claude CodeCodex

Find unused hooks, formulas, rules, labels, and engines in a Rossum implementation. Runs a deterministic detector against a local prd2 tree and produces a delete-list report. Use when pruning a customer's configuration. Triggers on "dead code", "unused extensions", "what is not used", "cleanup", "prune config", "find…

5 4d ago A 76 tokens original MIT

document

37

rossumai/claude-marketplace

Skill Claude CodeCodex

Document a Rossum.ai implementation — produce a structured technical reference covering architecture, hooks, queues, integrations, formulas, and troubleshooting. Use this skill whenever the user wants to understand, describe, summarize, or write up what an implementation does. Triggers include requests like "document…

5 4d ago A 100 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Email Body Converter (also spelled "convertor") reference — Rossum's hosted webhook extension that converts an inbound email's HTML body into a PDF and imports it as a new document/annotation, for when the invoice or order data lives in the email body itself rather than in an attachment. Covers setup (a manually…

5 4d ago A 313 tokens original MIT

evaluate-namings

39

rossumai/claude-marketplace

Skill Claude CodeCodex

Use when evaluating or auditing naming conventions of Rossum workspaces, queues, hooks, schema fields, and MDH datasets in a prd project.

5 4d ago A 34 tokens original MIT

rossumai/claude-marketplace

Skill Claude CodeCodex

Request Processor (export pipeline) configuration reference for Rossum. Covers the multi-stage JSON-based engine for integrating Rossum with external APIs — stages, variable templating, evaluate conditions, getcontent sources, callapi with auth/iteration/file uploads, response handlers (JMESPath/XPath/regex), SFTP…

5 4d ago A 115 tokens original MIT

implement

41

rossumai/claude-marketplace

Skill Claude CodeCodex

Plan and execute a Rossum integration project end-to-end. Guides through scoping, schema design, MDH configuration, hook development, business rules, export pipelines, and deployment. Use when starting a new implementation, adding a major feature, or onboarding to an existing project. Triggers on requests like…

5 4d ago A 83 tokens original MIT

init-claude-md

42

rossumai/claude-marketplace

Skill Claude CodeCodex

Generate a project-specific CLAUDE.md for a pulled Rossum prd2 project so future Claude Code sessions immediately recognize the directory as a Rossum implementation and apply the right safety rules. Inspects environments, queues, hooks, schemas, and integration targets locally — no remote API calls. Triggers on "init…

5 4d ago A 107 tokens original MIT

iterate

43

rossumai/claude-marketplace

Skill Claude CodeCodex

Iterate on a Rossum deliverable (hook, formula, rule, schema change) against a specific annotation until a stated goal is met. Provides the re-fire primitives via MCP — soft re-fire (start → content/validate → cancel), status toggle, in-place re-extract, re-upload, and export re-fire (status → exporting) — to…

5 4d ago A 204 tokens original MIT

mdh-reference

44

rossumai/claude-marketplace

Skill Claude CodeCodex

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…

5 4d ago A 80 tokens original MIT

mongodb-reference

45

rossumai/claude-marketplace

Skill Claude CodeCodex

MongoDB query language reference tailored for Rossum. Covers find operators, regex patterns, aggregation pipeline stages, expression operators, Atlas Search ($search with fuzzy, compound, dynamic thresholds, embedded documents), $function, $lookup, $unionWith, practical matching patterns, data type handling…

5 4d ago A 90 tokens original MIT

parts-index

46

rossumai/claude-marketplace

Skill Claude CodeCodex

Index of the rossum-sa parts library — vetted, parameterized, composable building blocks (capture, matching, export) lifted from the reference packs. Consult when assembling a Rossum implementation to reuse a known-good pattern instead of writing one from scratch; tells you which parts exist, what they…

5 4d ago A 71 tokens original MIT

plugin-feedback

47

rossumai/claude-marketplace

Skill Claude CodeCodex

Report friction with the rossum-sa plugin as a sanitized, human-confirmed GitHub issue or anonymous maintainer-reviewed report. Use when the SA hits a capability gap, a tool bug, or a wrong/ missing Rossum fact, or when the friction detector offers to log it. Triggers on "log plugin feedback", "report this bug", "the…

5 4d ago A 88 tokens original MIT

prd-reference

48

rossumai/claude-marketplace

Skill Claude CodeCodex

This skill provides a comprehensive reference for the prd2 deployment CLI used to manage Rossum.ai configurations across environments. For complete details, see reference.md.

5 4d ago A 54 tokens original MIT