datasheet-reader

Installation
SKILL.md

Datasheet Reader

Use this skill when a task depends on a datasheet or technical PDF.

  • Input: local .pdf path or http(s) URL
  • Command: pcb scan <input>
  • Output: stdout reports materialized PDF: and Markdown: paths
  • Next step: read the file at the Markdown: path, not the raw PDF
  • Images are linked from the markdown

Workflow

  1. Run pcb scan /path/to/file.pdf or pcb scan https://....
  2. Capture the path on the Markdown: line.
  3. Read the markdown file and work from that artifact.
  4. Follow image links only if the task depends on figures, diagrams, or tables.

Examples

Installs
1.7K
Repository
diodeinc/pcb
GitHub Stars
422
First Seen
Mar 17, 2026
datasheet-reader — diodeinc/pcb