Swift Binding Fixer

Installation
SKILL.md

Swift Binding Fixer

Instructions

Fix "cannot find '$viewModel'" errors:

  1. Find the error:

    grep "cannot find '\$viewModel'" build_output.txt
    
  2. Read the view file:

    • Check if viewModel is @Observable type
    • Look for @State var viewModel or var viewModel
    • Find all $viewModel.property usages
Installs
GitHub Stars
10
First Seen
Swift Binding Fixer — willsigmon/sigstack