document-processing
v1.8.5Structured document processing: source grounding (lexical + semantic + NLI entailment), Bayesian calibration, uniformization, PDF manipulation, and validation. Process input documents into verified, quality-controlled outputs.
By Stellars HensonLicense: MIT4 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install document-processing for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install document-processing@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/stellarshenson/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/document-processing/.
Plugin files
├── .claude-plugin/plugin.json├── skills/grounding/SKILL.md├── skills/pdf/SKILL.md├── skills/process/SKILL.md├── skills/update/SKILL.md└── skills/validate/SKILL.md
Included Skills5
Ground claims against source material with the deterministic grounding CLI - single claim, a whole document's claims, or a batch of documents via source_map.yaml. Pure grounding, no tone/style/format compliance (that is the `validate` skill). Use when asked to ground, do grounding, check grounding, run ground, or verify claims against a source / sources.
Comprehensive PDF toolkit - extract text and tables, create / merge / split PDFs, fill and flatten forms, OCR scanned PDFs, batch-process many PDFs with error handling and exit codes. When Claude needs to fill in a PDF form or programmatically process, generate, analyze, or OCR PDF documents - one-off or at scale.
Build a structured deliverable FROM source files - reconstruct a timeline, draft a statement, assemble a catalogue, synthesize a position paper from 1-input/ sources into a traceable 3-output/ document. Generates a tailored INSTRUCTIONS.md + BENCHMARK.md, scaffolds 2-wip/, runs analyze, draft, verify, uniformize, deliver. NOT for checking an existing document against a source (use the `validate` skill) and NOT for bare claim grounding (use the `grounding` skill) - this skill produces a new document.
Update an existing processed document in 3-output/ - add a new source to 1-input/, apply corrections found in the output, re-apply changed uniformization rules, or re-verify against updated sources. Always re-runs the grounding CLI on the changed content before declaring done. Use when asked to update the document, add a new source to the timeline, re-verify after sources changed, or apply corrections to an output.
Validate a finished document against rules AND against its source - first grounds every claim via the grounding CLI, then checks tone, style, length, format, focus and custom rules. Produces a validation/ folder with grounding report, compliance checklist, summary, and a best-effort corrected copy. Use when asked to validate a document, validate against rules, check compliance and grounding, or audit a document against a source.
Plugin manifests1
{
"name": "document-processing",
"description": "Structured document processing: source grounding (lexical + semantic + NLI entailment), Bayesian calibration, uniformization, PDF manipulation, and validation. Process input documents into verified, quality-controlled outputs.",
"version": "1.8.5",
"license": "MIT",
"author": {
"name": "Stellars Henson",
"email": "[email protected]"
},
"keywords": [
"document",
"processing",
"grounding",
"validation",
"pdf",
"uniformization",
"court",
"legal",
"synthesis"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[document-processing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/document-processing)