.agent/skills/refactor/SKILL.md
Conventions this workflow depends on (read the ones your change touches before writing code):
packages/core (platform-split files, handwritten .d.ts)..d.ts surface must change, stop and confirm the scope with the user first.npx nx run core:test); they must be green..ios.ts / .android.ts in parity at every step — moving shared logic into -common.ts is a common refactor here, and both platform files must be updated together.npx nx run core:test), then format: npx nx format:write.refactor(core): <subject>.gh, following the PR template; state that behavior is unchanged and how that was verified.