indexion-plan-unwrap
Installation
SKILL.md
indexion plan unwrap
Detect unnecessary wrapper functions and optionally auto-fix them by replacing callers with direct calls to the delegate.
When to Use
- User asks to remove unnecessary wrappers or forwarding functions
- After
plan refactorfinds duplicates caused by trivial delegation - User wants to reduce indirection in the codebase
- User asks "which functions just delegate to another?"
- After writing new code — dogfood to catch accidental proxy accumulation