addon-header-footer-cleanup
Installation
SKILL.md
Add-on: Header/Footer Cleanup (Repeated Lines)
Use this skill to implement the cleanup stage that removes repeated header/footer noise from LLM-facing text while preserving raw page content for traceability.
Inputs
Collect:
REPEAT_THRESHOLD_RATIO: default0.6(line must appear on >= 60% of pages to be a removal candidate).TOP_BAND_LINES: default3(lines considered “header band”).BOTTOM_BAND_LINES: default3(lines considered “footer band”).MIN_LINE_LEN: default6(ignore tiny lines for repetition counting).