continuous-learning

Pattern extraction, confidence-scored evaluation, skill creation, organization, versioning, and cross-project export pipeline.

509 stars

Best use case

continuous-learning is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Pattern extraction, confidence-scored evaluation, skill creation, organization, versioning, and cross-project export pipeline.

Teams using continuous-learning should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/continuous-learning/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/methodologies/everything-claude-code/skills/continuous-learning/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/continuous-learning/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How continuous-learning Compares

Feature / Agentcontinuous-learningStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Pattern extraction, confidence-scored evaluation, skill creation, organization, versioning, and cross-project export pipeline.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Continuous Learning

## Overview

Continuous learning pipeline adapted from the Everything Claude Code methodology. Automatically extracts patterns from development sessions, evaluates them with confidence scoring, and converts high-quality patterns into reusable skills.

## Learning Pipeline

### 1. Pattern Extraction
- Analyze code changes and implementation approaches
- Identify recurring patterns and conventions
- Extract architectural decisions with rationale
- Capture error resolution strategies
- Record tool usage patterns
- Assign initial confidence scores (0-100)

### 2. Pattern Evaluation
- Score generalizability (0-100): cross-project applicability
- Score reliability (0-100): validation frequency
- Score impact (0-100): outcome improvement
- Composite: generalizability * 0.3 + reliability * 0.4 + impact * 0.3
- Filter below confidence threshold (default: 75)
- Merge similar patterns

### 3. Skill Creation
- Convert high-confidence patterns to SKILL.md format
- Write clear instructions with phases
- Include when-to-use and when-not-to-use sections
- Add usage examples and agent references
- Follow kebab-case naming convention

### 4. Organization
- Categorize: language-specific, domain, business, meta
- Resolve naming conflicts
- Update indexes and manifests
- Create dependency graphs

### 5. Version and Export
- Assign semantic versions by maturity
- Create portable export bundles
- Include usage examples and test cases
- Generate import instructions

## Strategic Compaction
- Analyze context token usage
- Identify low-value context for compression
- Archive completed phases to memory files
- Calculate token savings per suggestion

## When to Use

- End of development sessions
- After significant code reviews
- After debugging sessions
- Periodically during long sessions

## Agents Used

- `continuous-learning` (custom agent for this skill)
- `context-engineering` (compaction analysis)

Related Skills

Reinforcement Learning Skill

509
from a5c-ai/babysitter

RL training for robot control using simulation with sim-to-real transfer

multimedia-learning-design

509
from a5c-ai/babysitter

Apply Mayer's multimedia learning principles to design effective audio, video, graphics, and animations that reduce cognitive load

learning-transfer-design

509
from a5c-ai/babysitter

Design instructional strategies that promote knowledge and skill transfer to real-world application contexts

learning-objectives-writing

509
from a5c-ai/babysitter

Write measurable, SMART learning objectives using Bloom's Taxonomy cognitive levels aligned with desired outcomes and assessment strategies

learning-needs-analysis

509
from a5c-ai/babysitter

Conduct comprehensive learner audience analysis, identify performance gaps, and determine instructional requirements using surveys, interviews, and data analysis

learning-analytics-interpretation

509
from a5c-ai/babysitter

Analyze learner data from LMS reports, assessments, and engagement metrics to identify patterns and inform instructional decisions

elearning-storyboarding

509
from a5c-ai/babysitter

Create detailed storyboards for interactive digital learning content specifying narration, visuals, interactions, and navigation

process-builder

509
from a5c-ai/babysitter

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

Workflow & Productivity

babysitter

509
from a5c-ai/babysitter

Orchestrate via @babysitter. Use this skill when asked to babysit a run, orchestrate a process or whenever it is called explicitly. (babysit, babysitter, orchestrate, orchestrate a run, workflow, etc.)

yolo

509
from a5c-ai/babysitter

Run Babysitter autonomously with minimal manual interruption.

user-install

509
from a5c-ai/babysitter

Install the user-level Babysitter Codex setup.

team-install

509
from a5c-ai/babysitter

Install the team-pinned Babysitter Codex workspace setup.