·pdf-to-markdown

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.

40Installs·4Trend·@aliceisjustplaying

Installation

$npx skills add https://github.com/aliceisjustplaying/claude-resources-monorepo --skill pdf-to-markdown

How to Install pdf-to-markdown

Quickly install pdf-to-markdown AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/aliceisjustplaying/claude-resources-monorepo --skill pdf-to-markdown
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: aliceisjustplaying/claude-resources-monorepo.

SKILL.md

View raw

Extract complete PDF content as structured Markdown using IBM Docling AI, preserving:

This skill uses a dedicated virtual environment at /.claude/skills/pdf-to-markdown/.venv/ to avoid polluting the user's working directory.

When user provides a PDF and wants full content in context:

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches. Source: aliceisjustplaying/claude-resources-monorepo.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/aliceisjustplaying/claude-resources-monorepo --skill pdf-to-markdown
Category
#Documents
Verified
First Seen
2026-02-20
Updated
2026-03-11

Browse more skills from aliceisjustplaying/claude-resources-monorepo

Quick answers

What is pdf-to-markdown?

Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches. Source: aliceisjustplaying/claude-resources-monorepo.

How do I install pdf-to-markdown?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aliceisjustplaying/claude-resources-monorepo --skill pdf-to-markdown Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/aliceisjustplaying/claude-resources-monorepo

Details

Category
#Documents
Source
skills.sh
First Seen
2026-02-20

Related Skills