From dstoic
Convert PDF files to LLM-ready formats using Docling (markdown/DocTags/JSON). Use when converting PDFs to markdown for analysis or summarization. Triggers include "convert pdf", "pdf to markdown", "pdf file", "docling".
npx claudepluginhub digital-stoic-org/agent-skills --plugin dstoicThis skill is limited to using the following tools:
Convert PDF files using IBM's Docling toolkit.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Convert PDF files using IBM's Docling toolkit.
dstoic:install-dependency skill to ensure docling is installed$1 (required), format (default: markdown), OCR flag./converted/ if missingsource .venv/bin/activate
docling --to markdown --image-export-mode placeholder input.pdf -o converted/
./converted/See reference.md for format selection guide, batch processing, VLM pipeline, and OCR options.