mobile-instinct-v1

Capture Kotlin/Android development patterns with confidence scores during .kt file edits.

61|17|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill mobile-instinct-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-instinct-v1
Source: https://github.com/ahmed3elshaer/everything-claude-code-mobile/tree/main/skills/mobile-instinct-v1
Command: npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill mobile-instinct-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables real-time capture of coding patterns as you write mobile Kotlin/Android code, helping teams identify recurring approaches and improve consistency.

Core Features & Use Cases

  • Automatic pattern detection during file creation and code edits in Compose, ViewModel, repositories, and module setups.
  • Real-time feedback with confidence scoring to indicate how strongly a pattern is detected.
  • Use Case: While building a new Compose screen, patterns like state hoisting, remember keys, and structured concurrency are captured for later review.

Quick Start

Start coding in your Android project and run /instinct-status to review captured patterns.

Frequently Asked Questions about mobile-instinct-v1

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically capture Kotlin and Android coding patterns while writing?

Automatic pattern capture analyzes your Kotlin code in real time as you create or edit .kt files, detecting recurring approaches across Compose, ViewModel, Koin, Ktor, and coroutines with confidence scores to help teams identify and standardize their coding practices.

Can I use pattern detection with Jetpack Compose and coroutines?

Yes, pattern detection works across Compose UI patterns, structured concurrency with coroutines, ViewModel architecture, Koin dependency injection, and Ktor networking—capturing state hoisting, remember keys, and async patterns as you write.

What mobile development patterns does real-time analysis detect?

Real-time analysis detects state hoisting in Compose, remember key usage, ViewModel setup, repository patterns, Koin module configuration, coroutine structuring, and Ktor client usage—updating confidence scores as patterns recur across your codebase.

How do I review captured patterns in my Android project?

Run /instinct-status to view all patterns captured during file creation and edits, including their confidence scores and usage frequency across your Kotlin codebase.

Does pattern capture work during code modifications or only on new files?

Pattern capture works both during creation of new .kt files and modifications to existing code, continuously analyzing and updating confidence scores as your mobile codebase evolves.