# Continuous Learning V2

> Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns. Use when this capability is needed.

- Skill: `tomevault-io/continuous-learning-v2-10` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/continuous-learning-v2-10`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/continuous-learning-v2-10/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/continuous-learning-v2-10

---


# Continuous Learning v2

Instinct-based learning with confidence scoring.

## Instinct Structure

```json
{
  "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"
}
```

## Confidence Scoring

| 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:
- Successful application
- User acceptance
- Consistency across sessions

## Commands

```bash
/instinct-status        # View with confidence
/instinct-import <file> # Import from others
/instinct-export        # Export for sharing
/evolve                 # Cluster related instincts
```

## Mobile-Specific Instincts

Pre-configured patterns for:
- Compose recomposition optimization
- MVI state management
- Koin module organization
- Ktor error handling
- Espresso test patterns

---

**Remember**: Instincts evolve. Low confidence patterns may become best practices.

---
> Source: [ahmed3elshaer/everything-claude-code-mobile](https://github.com/ahmed3elshaer/everything-claude-code-mobile) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-05 -->

