continuous-learning-v2

Transform Claude Code session observations into reusable instincts and scalable skills.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/GGEdu/claude-god-mode-template --skill continuous-learning-v2-ggedu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/GGEdu/claude-god-mode-template/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/GGEdu/claude-god-mode-template --skill continuous-learning-v2-ggedu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill turns Claude Code sessions into reusable knowledge by extracting atomic instincts with confidence scoring and evolving them into skills, commands, and agents, while introducing project-scoped instincts to prevent cross-project contamination.

Core Features & Use Cases

  • Atomic, confidence-scored instincts that evolve into skills, commands, and agents
  • Project-scoped vs global instincts to prevent cross-project contamination
  • Local memory and a deterministic evolution pipeline for reproducible results

Quick Start

Bring your Claude sessions under a living instinct library by enabling learning hooks and starting the instinct evolution workflow.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I turn Claude Code sessions into reusable knowledge automatically?

To turn Claude Code sessions into reusable knowledge, this Skill captures session observations and extracts them into atomic, confidence-scored instincts. It then evolves these instincts into higher-level capabilities like commands and agents.

What is the best way to prevent cross-project contamination when sharing agent memory?

To prevent cross-project contamination of agent memory, you can use project-scoped instincts alongside global patterns. This ensures observations and learned behaviors remain isolated to their specific project contexts.

How does the instinct evolution pipeline assign confidence scores to session observations?

The deterministic evolution pipeline assigns confidence scores to session observations as it captures them. These scored instincts are then stored in a local persistence store before evolving into skills or agents.

Do I need YAML frontmatter to extract instincts from Claude sessions?

Yes, you need YAML frontmatter containing name and description fields to extract instincts from Claude sessions. This frontmatter anchors the automated pipeline that processes and scores the observations.

Can I evolve atomic instincts into standalone commands and agents?

Yes, you can evolve atomic instincts into standalone commands and agents. The local memory pipeline uses confidence scoring to determine when an instinct is ready to scale into a higher-level tool.

Are there limitations to using a local persistence store for Claude agent memory?

Using a local persistence store for agent memory limits instinct sharing to a single environment. This approach prioritizes deterministic, reproducible results over distributed or cloud-based memory synchronization.