skills/eda-pdf-local-summary/SKILL.md
Summarize local paper PDFs into structured, citation-grounded evidence notes. Use when the user provides local PDF paths and asks for methods/assumptions/results/limitations extraction or wants evidence mapped to current EDA hypotheses.
npx skillsauth add mr-fang-vlsi/edagent eda-pdf-local-summaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to produce reusable local summary notes tied to page-level evidence.
docs/papers/pdf/.scripts/extract_pdf_text.sh <pdf_path> <out_dir>.docs/papers/summaries/raw/.GROBID (via grobid_client + GROBID_SERVER), then falls back to pdftotext/mutool/pypdf if unavailable.DISABLE_GROBID=1.<pdf_stem>.tei.xml) for traceability.references/summary-template.md.p.xx) when recoverable from extracted text.docs/papers/summaries/<pdf_stem>.summary.md.3.5 Update paper manifest status.
docs/papers/manifests/*.paper_manifest.tsv.local_pdf_path and set status=summarized.python3 scripts/common/paper_landscape_sync.py build.docs/knowledge_base/95_PROBLEM_LANDSCAPE.mddocs/knowledge_base/96_METHOD_LANDSCAPE.mdAlways output:
docs/papers/summaries/<pdf_stem>.summary.md),strong/medium/weak),95/96 docs or explicit failure reason).Load:
references/summary-template.mdreferences/evidence-grading.mddevelopment
Create immutable stage checkpoints for Innovus flows. Use when users ask for fixed golden files or restart-from-stage workflows (place/cts/route) with matched DEF+V+SDC and reproducible manifests.
tools
Capture and maintain reusable script-writing experience across wrappers, helpers, parsers, validators, and runtime shims so future script work can reuse proven patterns and avoid repeated anti-patterns.
development
Fetch primary-source paper metadata when evidence is missing or weak for EDA/model/flow claims. Use for requests like building reproducible paper candidate lists, generating user-download queues, and recording citation metadata for local validation.
testing
Implement EDA research methods from approved hypothesis plans, with integration discipline, measurable contracts, and minimal-risk iteration.