askill
mobile-instinct-v1

mobile-instinct-v1Safety 95Repository

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

27 stars
1.2k downloads
Updated 2/4/2026

Package Files

Loading files...
SKILL.md

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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

55/100Analyzed 2/24/2026

Well-structured pattern catalog for mobile development (Compose, Koin, Ktor, Coroutines) with clear confidence scoring. However, lacks implementation details and actionable steps - it's more of a design spec than a usable skill. The pattern definitions are comprehensive but there's no clear guidance on how to actually use/apply this skill in practice.

95
60
75
50
30

Metadata

Licenseunknown
Version-
Updated2/4/2026
Publisherahmed3elshaer

Tags

No tags yet.