skills/continuous-learning-v2/SKILL.md
Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.
npx skillsauth add ahmed3elshaer/everything-claude-code-mobile continuous-learning-v2Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Instinct-based learning with confidence scoring.
{
"id": "compose-state-hoisting",
"type": "pattern",
"description": "Always hoist state to caller in Composables",
"confidence": 0.85,
"examples": [...],
"context": "jetpack-compose",
"lastUsed": "2026-02-02"
}
| Score | Meaning | |-------|---------| | 0.0-0.3 | Experimental | | 0.3-0.6 | Validated | | 0.6-0.8 | Established | | 0.8-1.0 | Best practice |
Confidence increases with:
/instinct-status # View with confidence
/instinct-import <file> # Import from others
/instinct-export # Export for sharing
/evolve # Cluster related instincts
Pre-configured patterns for:
Remember: Instincts evolve. Low confidence patterns may become best practices.
data-ai
SQLDelight patterns for Kotlin Multiplatform - .sq file definitions, platform drivers, type adapters, migrations, and shared database access.
data-ai
Room database patterns for Android - entity definitions, DAO interfaces, Database class, migrations, TypeConverters, and Flow integration.
tools
Push notification patterns - FCM setup for Android, APNs for iOS, notification channels, payload handling, foreground/background behavior, and rich notifications.
content-media
Pagination patterns for mobile - Paging 3 for Android (PagingSource, RemoteMediator, LazyPagingItems), cursor-based and offset-based strategies.