historicallisted
Install: claude install-skill amalvarezme/chec-local-uiti-vano-interpreter
# Pi Historical Skill
Use this Pi entry point as:
```text
/skill:historical <args from the active workflow>
```
This is a thin Pi wrapper over the canonical Claude skill.
## Source of truth
- `.claude/skills/historical/SKILL.md` is the full skill contract.
- `.claude/agents/historical.md` is the canonical role contract.
- `.pi/agents/historical.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.