mobile-instinct-v2

Extract reusable mobile patterns from development sessions across Android, iOS, and Kotlin Multiplatform.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to learn from their development sessions by automatically identifying recurring mobile-patterns and practices, reducing repetition and guiding better architecture choices.

Core Features & Use Cases

  • Observes and analyzes end-of-session data to extract cross-session patterns.
  • Categorizes patterns into Architectural Patterns, Problem-Solution Patterns, and Code Organization Patterns.
  • Provides actionable insights to improve project structure and testing strategies, with real-world examples from Android, iOS, and Kotlin Multiplatform projects.

Quick Start

Start a development session and allow V2 instincts to analyze it. Then run the status command to view emerging and established patterns, for example: /instinct-status --v2

Frequently Asked Questions about mobile-instinct-v2

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

FAQPage Schema
How do I identify recurring patterns in mobile development sessions?

Mobile pattern detection observes your development sessions to automatically extract recurring architectural, problem-solution, and code-organization patterns across Android, iOS, and Kotlin Multiplatform projects. Run `/instinct-status --v2` to view emerging and established patterns from analyzed sessions.

What types of mobile patterns does session analysis detect?

Session analysis categorizes patterns into three types: Architectural Patterns for project structure, Problem-Solution Patterns for common challenges and fixes, and Code Organization Patterns for reusable coding conventions. Each category surfaces actionable insights to guide better architecture choices.

Can I use pattern detection across Android, iOS, and Kotlin Multiplatform projects?

Yes. Pattern detection works across Android, iOS, and Kotlin Multiplatform codebases, identifying cross-platform architectural and organizational practices. This enables teams to recognize and apply consistent patterns regardless of target platform.

How do I start observing patterns in my development workflow?

Begin a development session normally. End-of-session analysis automatically extracts patterns and tracks them across sessions. Use `/instinct-status --v2` to view accumulated pattern insights and cross-session trends.

What's the difference between emerging and established patterns?

Emerging patterns appear early in cross-session trend detection and indicate developing practices. Established patterns show consistent recurrence across multiple sessions, providing high-confidence recommendations for standardizing architecture and code organization.