Hook
Runs when a tool call fails, executing detect_friction.py via python3. From rossumai/claude-marketplace.
Hook
Runs when a tool call fails, executing detect_friction.py via python3. From 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.
Hook
Runs when the agent finishes a response, executing detect_friction.py via python3. From 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…
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…
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.…
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…
Skill Claude CodeCodex
Use when reviewing, auditing, or writing Rossum serverless hook functions (custom Python extensions) for code quality, security, and correctness.
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…
Skill Claude CodeCodex
Bulk-replicate Coupa master data into Rossum Data Storage, bypassing import hooks that time out on large datasets.
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.
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…
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…
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…
Skill Claude CodeCodex
Use when evaluating or auditing naming conventions of Rossum workspaces, queues, hooks, schema fields, and MDH datasets in a prd project.
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…
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…
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…
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…
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…
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…
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…
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…
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.