askill
continuous-learning-v2

continuous-learning-v2Safety 90Repository

Instinct-based learning system with confidence scoring for mobile patterns. Automatically extracts and evolves patterns.

19 stars
1.2k downloads
Updated 2/4/2026

Package Files

Loading files...
SKILL.md

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.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

56/100Analyzed 2/18/2026

Conceptual framework skill for an instinct-based learning system with confidence scoring. Well-structured with examples, confidence table, and mobile patterns. However, lacks clear trigger/when-to-use guidance and provides only hypothetical commands without implementation details. The mobile-specific patterns (Compose, MVI, Koin, Ktor, Espresso) add some practical value but the skill remains abstract as a meta-learning framework rather than actionable instructions.

90
60
45
55
30

Metadata

Licenseunknown
Version-
Updated2/4/2026
Publisherahmed3elshaer

Tags

testing