ワンクリックで
mobile-instinct-v1
V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Core Android development patterns for Kotlin, including coroutines, lifecycle management, and functional programming idioms.
Apple Combine framework for reactive programming. Publishers, subscribers, operators, and error handling.
Pattern extraction and skill generation for mobile development sessions. Automatically learns from your coding patterns.
Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.
Core Data for iOS persistence. Data models, fetch requests, background contexts, and SwiftData migration.
Kotlin Coroutines and Flow patterns for structured concurrency, error handling, and async operations.
| name | mobile-instinct-v1 |
| description | V1 instinct-based pattern capture for mobile development. Captures patterns as code is written with immediate feedback. |
Immediate pattern capture during mobile development with real-time feedback.
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.
Automatic capture on:
.kt files in Compose screens| Pattern ID | Description | Initial Confidence |
|---|---|---|
compose-state-hoisting | State hoisted to caller | 0.5 |
compose-remember-key | Stable keys in lazy lists | 0.6 |
compose-side-effect | Proper LaunchedEffect usage | 0.5 |
compose-immutable | Immutable data classes | 0.7 |
| Pattern ID | Description | Initial Confidence |
|---|---|---|
mvi-sealed-state | Sealed interface for state | 0.7 |
mvi-intent-handler | onIntent pattern | 0.6 |
mvi-reduce-function | State reduction | 0.5 |
mvi-single-event | One-time event handling | 0.6 |
| Pattern ID | Description | Initial Confidence |
|---|---|---|
koin-viewmodel-injection | koinViewModel() in Compose | 0.7 |
koin-module-factory | Module definition with factory | 0.6 |
koin-scoped-deps | Scoped dependencies | 0.5 |
| Pattern ID | Description | Initial Confidence |
|---|---|---|
ktor-safe-request | runCatching wrapper | 0.7 |
ktor-plugin-install | ContentNegotiation setup | 0.6 |
ktor-timeout-config | Request timeout handling | 0.5 |
| Pattern ID | Description | Initial Confidence |
|---|---|---|
coroutine-viewmodel-scope | viewModelScope.launch | 0.8 |
coroutine-structured | Proper scope hierarchy | 0.7 |
coroutine-dispatcher | Correct dispatcher selection | 0.6 |
Patterns are captured automatically. To review captured patterns:
/instinct-status
When a pattern is:
Maximum confidence: 1.0
Works with hooks/instinct-hooks.json for:
Remember: V1 is about immediate capture. V2 provides observational learning across sessions.