Agent skill · Content & Marketing

document-processor

Guidance for processing documents, extracting content, and transforming structured information. Use when the user asks to process, parse, extract, or transform document content such as PDFs, Word files, or spreadsheets.

vixuesgithub.com/vixuesGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add vixues/LeAgent --skill document-processor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: document_parserpdf_extractordocx_extractorexcel_extractortable_extractor
Path: backend/leagent/skills/builtin/document-processor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 195
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Document Processing You are assisting with document processing tasks. Follow these guidelines. ## Document Analysis Workflow 1. **Identify** the document type: PDF, DOCX, XLSX, TXT, Markdown, HTML. 2. **Assess** document structure: headers, sections, tables, images, metadata. 3. **Extract** relevant content based on the user's request. 4. **Transform** extracted content to the requested format. 5. **Validate** accuracy, structure, and completeness. ## Common Operations ### Text Extraction - Preserve document structure (headers, paragraphs, lists). - Keep formatting where semantically meaningful (bold terms, emphasis). - Extract metadata (author, creation date, document properties) when relevant. ### Table Extraction - Identify table boundaries and column headers. - Preserve row/column relationships when exporting to CSV or JSON. - Handle merged cells, nested tables, and multi-page tables carefully. ### Information Extraction - Extract specific fields (names, dates, amounts, addresses) with high precision. - Use structured output (JSON, YAML) when returning multiple fields. - Report confidence when extraction is ambiguous. ### Format Conversion - PDF ↔ Text/Markdown - DOCX ↔ Markd

What's inside
Steps it walks through
  1. Document Analysis Workflow
  2. Common Operations
  3. Text Extraction
  4. Table Extraction
  5. Information Extraction
  6. Format Conversion
  7. Quality Guidelines
  8. Error Handling
More from LeAgent
All skills →
About this skill
What does the document-processor skill do?

Guidance for processing documents, extracting content, and transforming structured information. Use when the user asks to process, parse, extract, or transform document content such as PDFs, Word files, or spreadsheets.

How do I install it?

Run `npx skills add vixues/LeAgent --skill document-processor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vixues/LeAgent, a repository with 195 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going