Loading...
Loading...
V2 instinct-based observational learning. Analyzes sessions to extract reusable mobile development patterns across time.
npx skill4agent add ahmed3elshaer/everything-claude-code-mobile mobile-instinct-v2| Pattern | Detected By | Example |
|---|---|---|
| Consistent data/ui/domain separation | Repository + ViewModel + Composable |
| Koin module patterns | factoryOf, viewModel |
| Compose Navigation usage | NavHost with routes |
| MVI/MVVM consistency | StateFlow + sealed classes |
| Pattern | Detected By | Example |
|---|---|---|
| Try-catch with UI feedback | Error state in Composable |
| isLoading + Content pattern | Box with progress |
| LazyColumn with Pager | Paging 3 integration |
| Repository layer caching | Cached repository pattern |
| Pattern | Detected By | Example |
|---|---|---|
| Self-contained feature folders | feature/auth/ structure |
| Reusable Composables | ui/components/ |
| Test structure matching src | Parallel test folders |
| Consistent naming patterns | XxxViewModel, XxxScreen |
Window 1 (Current Session): Immediate patterns
Window 2 (Last 5 Sessions): Emerging patterns
Window 3 (Last 20 Sessions): Established patterns
Window 4 (All Time): Core patternsSession 1-3: Experimental (0.1-0.3)
Session 4-10: Validating (0.3-0.6)
Session 11-20: Established (0.6-0.8)
Session 20+: Best Practice (0.8-1.0)/instinct-status --v2
/instinct-status --observations/instinct-observe "Used Ktor with retry pattern for API calls"hooks/instinct-hooks.jsonagents/mobile-pattern-extractor.md| Aspect | V1 | V2 |
|---|---|---|
| Trigger | Code write | Session observation |
| Scope | Single file | Cross-file patterns |
| Timing | Immediate | End of session |
| Focus | Code patterns | Architectural patterns |