reduce

Extract atomic claims with provenance from unstructured text sources.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill reduce-mantisware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reduce
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/processing/reduce
Command: npx skills add https://github.com/MantisWare/BizForge --skill reduce-mantisware

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract atomic, provenance-rich claims from unstructured source material to enable reliable reuse and audit trails.

Core Features & Use Cases

  • Structured extraction: Convert raw text into atomic claims with provenance, confidence, and topic tags.
  • Versatile inputs: Works with articles, transcripts, meeting notes, and other unstructured material.
  • Use Case: Build a verified knowledge base by decomposing documents into reusable claims that can be recombined.

Quick Start

Reduce a document by running /reduce path/to/source.md to generate atomic claims with provenance.

Frequently Asked Questions about reduce

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to parse meeting transcripts into structured data with provenance?

Parsing meeting transcripts into structured data with provenance involves decomposing the text into atomic claims. Each claim is enriched with source provenance, confidence scores, and topic tags to ensure reliable audit trails.

Can I convert raw articles into YAML-frontmatter compliant structured claims?

Yes, you can convert raw articles into YAML-frontmatter compliant structured claims. The extraction pipeline applies segmentation, classification, deduplication, and enrichment to transform unstructured source material into reusable, atomic data.

Does the claim extraction process automatically tag outputs with confidence and topics?

Yes, the claim extraction process automatically tags outputs with confidence and topics. During the extraction and classification stages, the pipeline enriches atomic claims with provenance metadata, confidence scores, and relevant topic tags.

How do I deduplicate extracted claims from multiple documents?

To deduplicate extracted claims from multiple documents, the deterministic pipeline includes a deduplication stage after extraction and classification. This ensures the final structured output contains only unique, atomic claims with accurate provenance.