continuous-learning-v2

Transform Claude Code sessions into atomic, confidence-weighted instincts.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill continuous-learning-v2-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/continuous-learning-v2
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill continuous-learning-v2-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude Code sessions generate insights but lack a repeatable, structured method to convert them into reusable atomic behaviors. This Skill transforms raw session data into compact, testable instincts with confidence scores, enabling scalable knowledge growth across projects.

Core Features & Use Cases

  • Atomic instincts: convert session observations into small, confidence-weighted behaviors.
  • Project-scoped to global evolution: evolve instincts into skills, commands, or agents, with optional cross-project promotion.
  • Deterministic storage: persists instincts under ~/.claude/homunculus with metadata like project_id and scope for isolation.
  • Easy automation: hooks and CLI integrate into workflows to continuously improve Claude's behavior.

Quick Start

Transform Claude Code sessions into atomic instincts.

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?

To turn Claude Code sessions into reusable knowledge, this Skill observes raw session data and converts it into atomic, confidence-weighted instincts. These small behaviors are stored with metadata for future reuse across projects.

What are atomic instincts in continuous learning automation?

Atomic instincts are small, testable behaviors extracted from session observations. They feature confidence scores and frontmatter-driven metadata, providing a structured, repeatable method to scale knowledge growth across projects.

How do I evolve project-scoped instincts into global Claude Code commands?

You can evolve project-scoped instincts into global Claude Code commands through optional cross-project promotion. The system stores data under ~/.claude/homunculus and supports promoting local behaviors into skills, commands, or agents.

Does this knowledge extraction tool require external dependencies?

No external dependencies are required to extract knowledge and generate instincts. The Skill operates independently using internal scripts, storing all persistent data locally under the ~/.claude/homunculus directory with project and global scoping.

How do I automate continuous learning for Claude Code workflows?

You automate continuous learning by integrating the Skill's hooks and CLI into your existing Claude Code workflows. This setup continuously observes sessions, generates new instincts, and evolves existing behaviors without manual intervention.

What is the best way to isolate project knowledge in Claude Code?

The best way to isolate project knowledge is using the default project-scoped storage. The Skill enforces metadata like project_id and scope, keeping instincts deterministic and isolated within the ~/.claude/homunculus directory structure.