TCA Destroyer
SKILL.md
TCA Destroyer
Eliminate TCA from codebase:
-
Find TCA code:
- *Feature.swift files
- Reducer protocols
- Store/ViewStore
- Dependencies from TCA
-
Migration path:
- Extract business logic
- Create @Observable ViewModel
- Replace Store with ViewModel
- Update views
-
Delete:
- Remove TCA imports
- Delete Feature files
- Clean Dependencies
Use when: TCA removal, modernizing architecture, deprecating legacy patterns