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 refactor finds 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

Relationship to Other Commands

Installs
2
GitHub Stars
1
First Seen
Apr 5, 2026
indexion-plan-unwrap — trkbt10/indexion-skills