Unused Exports Cleanup
Installation
SKILL.md
Unused Exports Cleanup
Purpose
Use this skill to remove unused public exports without breaking real consumers.
The goal is to reduce API surface while keeping shared contracts stable.
The core rule is simple:
Remove unused exports only after verifying they are truly unused.
When to Use
Use this skill when: