mobile-instinct-v1

V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mobile-instinct-v1" with this command: npx skills add ahmed3elshaer/everything-claude-code-mobile/ahmed3elshaer-everything-claude-code-mobile-mobile-instinct-v1

Mobile Instinct v1 - Pattern Capture

Immediate pattern capture during mobile development with real-time feedback.

Overview

V1 instincts capture mobile development patterns as you write code. When you create Composables, ViewModels, or repositories, relevant patterns are automatically extracted and stored with confidence scoring.

Triggers

Automatic capture on:

  • Creating .kt files in Compose screens
  • Writing ViewModel code
  • Adding Koin modules
  • Configuring Ktor clients
  • Writing coroutine code

Pattern Categories

Compose Patterns

Pattern IDDescriptionInitial Confidence
compose-state-hoistingState hoisted to caller0.5
compose-remember-keyStable keys in lazy lists0.6
compose-side-effectProper LaunchedEffect usage0.5
compose-immutableImmutable data classes0.7

MVI Patterns

Pattern IDDescriptionInitial Confidence
mvi-sealed-stateSealed interface for state0.7
mvi-intent-handleronIntent pattern0.6
mvi-reduce-functionState reduction0.5
mvi-single-eventOne-time event handling0.6

Koin Patterns

Pattern IDDescriptionInitial Confidence
koin-viewmodel-injectionkoinViewModel() in Compose0.7
koin-module-factoryModule definition with factory0.6
koin-scoped-depsScoped dependencies0.5

Ktor Patterns

Pattern IDDescriptionInitial Confidence
ktor-safe-requestrunCatching wrapper0.7
ktor-plugin-installContentNegotiation setup0.6
ktor-timeout-configRequest timeout handling0.5

Coroutine Patterns

Pattern IDDescriptionInitial Confidence
coroutine-viewmodel-scopeviewModelScope.launch0.8
coroutine-structuredProper scope hierarchy0.7
coroutine-dispatcherCorrect dispatcher selection0.6

Usage

Patterns are captured automatically. To review captured patterns:

/instinct-status

Confidence Boosting

When a pattern is:

  • Detected: Initial confidence (0.3-0.5)
  • Used again: +0.1
  • User accepted: +0.2
  • Passes review: +0.1

Maximum confidence: 1.0

Integration with Hooks

Works with hooks/instinct-hooks.json for:

  • Post-tool-use pattern detection
  • Session-end pattern consolidation
  • Pre-compact instinct preservation

Remember: V1 is about immediate capture. V2 provides observational learning across sessions.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

kmp-repositories

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

kmp-networking

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

koin-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

kmp-di

No summary provided by upstream source.

Repository SourceNeeds Review