Skip to main content

processing-documents

Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.

Jump to install

Source facts

Repository
recca0120/skills-refactor
Last source activity
January 19, 2026 at 20:33
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
processing-documents
description
Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.
# Document Processor Processes documents and extracts content. > See [workflow-diagram.md](../shared/workflow-diagram.md) > See [reference-resources.md](../shared/reference-resources.md) ## Steps 1. Read the input document 2. Detect the format 3. Extract content 4. Output in requested format ## Output Format | Field | Type | Description | |-------|------|-------------| | content | string | Extracted text | | format | string | Original format | | pages | number | Page count |
View on GitHub