npx claudepluginhub neuromechanist/research-skills --plugin project<file-or-directory> [--format markdown|json|text]Extract, convert, and structure content from documents. Load the project:document-processing skill for reference.
!echo "Input: $ARGUMENTS"
Parse arguments:
--format: output format (markdown, json, text). Default: markdownFor each input file, determine processing approach:
Based on document type, use appropriate extraction method:
pymupdf or pdftotextpython-docx or pandocClean up extracted text:
Write output to file(s) in requested format alongside the input.