continuous-learning-v2

Convert session observations into atomic instincts with confidence scores.

1|Updated Mar 20, 2024
One-click install
npx skills add https://github.com/flag3/dotfiles --skill continuous-learning-v2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/flag3/dotfiles/tree/main/.claude/skills/continuous-learning-v2
Command: npx skills add https://github.com/flag3/dotfiles --skill continuous-learning-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill turns Claude Code session observations into reusable knowledge by extracting atomic instincts and evolving them into skills, commands, and agents.

Core Features & Use Cases

  • Observation-driven instinct creation: captures prompts and tool use to form atomic patterns with confidence scores.
  • Evolution pipeline: instincts cluster into skills, commands, and agents to support complex workflows.
  • Export/import: share learned instincts across environments to accelerate onboarding and knowledge transfer.
  • Use Case: A team wants to codify repeated workflows into reusable commands and agents that automate routine tasks.

Quick Start

Enable observation hooks, initialize the homunculus directories, and start using instinct CLI to status, import, export, and evolve instincts.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How can I capture and reuse patterns from my Claude development sessions?

This Skill converts your session observations into atomic instincts with confidence scores, then evolves them into reusable skills, commands, and agents. Enable observation hooks to automatically extract prompts and tool use patterns, then use the instinct CLI to manage and export learned behaviors across environments.

What's the difference between instincts and skills in continuous learning?

Instincts are atomic patterns extracted from individual observations with confidence scores. Skills emerge when instincts cluster together through background analysis, forming higher-level knowledge you can export as commands or agents to automate complex workflows.

How do I set up observation hooks to start learning from sessions?

Initialize the homunculus directories, then enable observation hooks to capture prompts and tool use. The lightweight background analysis agent automatically processes observations into instincts. Use instinct CLI commands to status, import, export, and evolve patterns into actionable skills.

Can I share learned instincts across development environments?

Yes. The Skill supports export and import of instinct repositories, letting you transfer learned patterns between environments. This accelerates onboarding and knowledge transfer when teams need to codify repeated workflows into shared, reusable commands and agents.

What happens if I need to update or refine instincts over time?

Instincts persist in your repository with confidence scores that reflect pattern reliability. The background analysis agent continuously re-clusters instincts as new observations arrive, allowing your learned behaviors to evolve and strengthen without manual intervention.