Preview distilled wiki pages
readskillsetup L1★3,035
davepoon/buildwithclaude ↗What it does
Load and parse source documents for exploration context
Best for
Ingesting heterogeneous source material (files, PDFs, images, notebooks) as exploration input.
Inputs
- · File paths (glob supported)
- · Optional: max_pages / character limit
Outputs
- · Parsed content (markdown, PDF, JSON, CSV, code)
- · Metadata (file size, format, parser status)
Requires
- · Read tool (files, PDFs, notebooks, images)
- · Optional: Bash (glob expansion)
Preconditions
Files exist and are readable; PDF limited to ≤20 pages per request
Failure modes
- · Large PDF read without pages parameter → timeout
- · Image read without visual interpretation
- · Malformed JSON silently fails without error
Trust signals
- · Format auto-detection
- · Line numbering for file evidence
- · Page range support for PDFs
- · Image/notebook support