Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ahmed3elshaer avatar

Continuous Learning V2

  • 21 installs
  • 60 repo stars
  • Updated June 14, 2026
  • ahmed3elshaer/everything-claude-code-mobile

continuous-learning-v2 is a Claude Code skill that stores mobile-development patterns as confidence-scored instincts and evolves them across sessions.

About

continuous-learning-v2 is a Claude Code skill that stores reusable mobile-development patterns as confidence-scored instincts and evolves them over time. A developer uses it so the agent remembers accepted conventions (state hoisting, MVI, Koin organization) and reapplies them on later sessions. It exposes commands to view, import, export, and cluster instincts, and raises confidence as patterns get reused successfully.

  • Confidence-scored instinct store that evolves reusable mobile patterns across sessions
  • Ships slash commands to import, export, and cluster instincts
  • Pre-loaded with Compose, MVI, Koin, Ktor, and Espresso pattern instincts

Continuous Learning V2 by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #10,307 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
At a glance

continuous-learning-v2 capabilities & compatibility

Capabilities
agent memory · pattern learning · instinct management
Use cases
memory
From the docs

What continuous-learning-v2 says it does

Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.
SKILL.md
**Remember**: Instincts evolve. Low confidence patterns may become best practices.
SKILL.md
npx skills add https://github.com/ahmed3elshaer/everything-claude-code-mobile --skill continuous-learning-v2

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars60
Last updatedJune 14, 2026
Repositoryahmed3elshaer/everything-claude-code-mobile

What it does

Persist and evolve confidence-scored mobile coding patterns so the agent reapplies accepted conventions across sessions.

Who is it for?

Teams that want the coding agent to remember and reuse accepted mobile conventions over time

When should I use this skill?

You want the agent to capture, score, and reapply mobile coding patterns across sessions

What you get

Reusable mobile patterns are stored with confidence scores and reapplied automatically.

By the numbers

  • 4-band confidence scale (0.0-1.0)
  • 4 instinct commands (status, import, export, evolve)

Files

SKILL.mdMarkdownGitHub ↗

Continuous Learning v2

Instinct-based learning with confidence scoring.

Instinct Structure

{
  "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

ScoreMeaning
0.0-0.3Experimental
0.3-0.6Validated
0.6-0.8Established
0.8-1.0Best practice

Confidence increases with:

  • Successful application
  • User acceptance
  • Consistency across sessions

Commands

/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.

Related skills

FAQ

How does confidence scoring work?

Scores run 0.0-1.0 across four bands (experimental, validated, established, best practice) and increase with successful application, user acceptance, and consistency across sessions.

Can I share instincts with others?

Yes. The /instinct-export command exports instincts for sharing and /instinct-import imports them from a file.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.