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.
npx skills add vixues/LeAgent --skill document-processor --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Document Analysis Workflow
- Common Operations
- Text Extraction
- Table Extraction
- Information Extraction
- Format Conversion
- Quality Guidelines
- Error Handling
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.
