continuous-learning-v2

Extract and evolve mobile development patterns with confidence scoring 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 continuous-learning-v2-ahmed3elshaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/ahmed3elshaer/everything-claude-code-mobile/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill continuous-learning-v2-ahmed3elshaer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the extraction and evolution of mobile development patterns using an instinct-based learning approach with confidence scoring, reducing manual pattern discovery and improving reusability.

Core Features & Use Cases

  • Instinct-driven pattern extraction across Android, iOS, and Kotlin Multiplatform projects to identify recurring design and usage patterns.
  • Confidence-scored evolution and clustering of patterns to guide refinement and adoption.
  • Exportable instincts and analytics for incremental learning and cross-team sharing.
  • Use Case: Detecting frequent state-hoisting patterns in Jetpack Compose and proposing centralized, reusable implementations.

Quick Start

Enable the continuous-learning-v2 skill in your mobile Claude Code workflow. Run /instinct-status to review current instincts and their confidence scores. Use /evolve to cluster related instincts or /instinct-import <file> to import patterns for refinement.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I extract recurring patterns from Android and iOS projects automatically?

Pattern extraction identifies repeated design and usage patterns across your mobile codebase using instinct-based learning. This skill automatically detects recurring patterns in Android, iOS, and Kotlin Multiplatform projects, then clusters and scores them by confidence to guide adoption and reusability.

Can I use pattern learning with Kotlin Multiplatform projects?

Yes, this skill applies across Android, iOS, and Kotlin Multiplatform projects. It extracts and evolves patterns specific to each platform while enabling cross-platform pattern sharing and reuse across your multiplatform codebase.

How does confidence scoring help prioritize which patterns to adopt?

Confidence scoring ranks patterns by frequency and relevance within your codebase. Higher-confidence patterns represent proven, widely-used approaches; lower-confidence patterns flag emerging or experimental designs, letting you focus refinement and adoption on the most impactful patterns first.

What's the best way to share extracted patterns across teams?

Export instincts and analytics to shareable formats using the export feature. This enables incremental learning where teams import, refine, and collectively build a library of proven mobile patterns without duplicating discovery work.

How do I detect state-hoisting patterns in Jetpack Compose?

The skill identifies frequent state-hoisting patterns by analyzing your Compose codebase, then proposes centralized, reusable implementations. Confidence scores guide which patterns to standardize across your Compose layers.

What happens if my project has no clear recurring patterns?

The skill requires sufficient codebase volume to identify statistically meaningful patterns. Smaller projects or those with minimal pattern repetition may show low-confidence results; confidence scores reflect this limitation, helping you decide when pattern extraction is actionable.