Sync Docs Skill Update after major code changes. When to Use - After completing a feature or fix - When documentation is mentioned as outdated - After significant refactoring - When user asks to "update docs" Prerequisites - You have just completed a code change - You know which files were modified Process 1. Identify Changed Components Focus on: - (backend logic) - (UI components) - (types, constants) - (feature modules) 2. List Existing Docs 3. Determine Action For each changed component: - UPDATE : Feature already has documentation - CREATE : New feature, needs new doc - SKIP : Minor chang…