Migrate create syncable entity cursor rule to skills (#17912)

# Introduction
Splitting the create syncable entity rule into dedicated scoped skills
in order to favorise multi agent pattern with more granular context

### Multi-Agent Workflow

For parallel development:
1. **Agent 1** (Foundation): Complete Step 1 first - unblocks everyone
2. **Agent 2** (Cache): Can start immediately after Step 1
3. **Agent 3** (Builder): Can work in parallel with Agent 4 after Step 1
4. **Agent 4** (Runner): Can work in parallel with Agent 3 after Step 1
5. **Agent 5** (Integration): Assembles everything after Steps 2-4
This commit is contained in:
Paul Rastoin
2026-02-13 12:18:31 +01:00
committed by GitHub
parent 216a7331f8
commit d88fa0cb2b
7 changed files with 2352 additions and 1326 deletions
File diff suppressed because it is too large Load Diff