pdf-discussion-extractionlisted
Install: claude install-skill amalvarezme/chec-local-uiti-vano-interpreter
# Pi PDF-Discussion-Extraction Skill
Use this Pi entry point as:
```text
/skill:pdf-discussion-extraction <args from the active workflow>
```
This is a thin Pi wrapper over the canonical Claude skill.
## Source of truth
- `.claude/skills/pdf-discussion-extraction/SKILL.md` is the full skill contract.
- `.claude/agents/pdf-discussion-extraction.md` is the canonical role contract.
- `.pi/agents/pdf-discussion-extraction.md` is the Pi mirror for the same role.
## Pi compatibility
- Read the canonical Claude skill before running the flow.
- Reuse the same deterministic context, validation loop, and output contract.
- Do not add Pi-specific domain logic here.