continuous-learning-v2

Transform session observations into confidence-scored instincts stored locally.

3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/peopleforrester/claude-dotfiles --skill continuous-learning-v2-peopleforrester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/peopleforrester/claude-dotfiles/tree/main/skills/optimization/continuous-learning-v2
Command: npx skills add https://github.com/peopleforrester/claude-dotfiles --skill continuous-learning-v2-peopleforrester

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables autonomous, hook-driven learning by observing development sessions and constructing a knowledge base of instincts scored by confidence levels.

Core Features & Use Cases

  • Instincts with confidence scoring: When patterns are observed, instincts are created and weighted for reliable reuse.
  • Observation hooks: PreToolUse and PostToolUse observers detect opportunities to learn and apply patterns.
  • Evolution to skills and agents: Clusters of instincts promote to skills, rules, or agents as confidence grows.
  • Local storage and lifecycle: Instincts are stored under ~/.claude/instincts/ and evolve through a defined lifecycle.

Quick Start

After a development session, run /learn to extract patterns and /checkpoint to save state.

Frequently Asked Questions about continuous-learning-v2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract reusable patterns from development sessions automatically?

You can extract reusable patterns from development sessions by using automated PreToolUse and PostToolUse hooks to observe activities, then running /learn to extract patterns and /checkpoint to save the state locally.

What is confidence scoring for learned development instincts?

Confidence scoring for learned instincts is a mechanism that weights observed patterns based on their reliability, allowing high-confidence instincts to promote into reusable skills, rules, or agents.

How does hook-based observation work for continuous learning in development?

Hook-based observation for continuous learning works by attaching PreToolUse and PostToolUse observers to development sessions, detecting opportunities to learn and apply patterns automatically as they emerge.

Where are learned instincts stored locally during development sessions?

Learned instincts are stored locally at the ~/.claude/instincts/ directory, maintaining a structured lifecycle as they evolve from simple observations into promoted skills and agents.

Can I promote observed development patterns into skills and agents as confidence grows?

Yes, you can promote observed development patterns into skills, rules, and agents. Clusters of instincts automatically evolve and promote as their confidence scores grow through repeated observations.

Do I need any external dependencies to automate learning from development sessions?

No external dependencies are required to automate learning from development sessions. The skill operates independently using local storage and deterministic hook-based observation without external packages.