continuous-learning-v2

Extract atomic instincts from Gemini Code sessions via hooks.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/riftzen-bit/gemini-setup --skill continuous-learning-v2-riftzen-bit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/riftzen-bit/gemini-setup/tree/main/skills/continuous-learning-v2
Command: npx skills add https://github.com/riftzen-bit/gemini-setup --skill continuous-learning-v2-riftzen-bit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Instinct-based learning system that turns Gemini Code sessions into reusable knowledge by extracting atomic instincts and evolving them into skills, commands, and agents. Project-scoped instincts help prevent cross-project contamination.

Core Features & Use Cases

  • Observe sessions via hooks and capture tool usage
  • Create atomic instincts with confidence scoring
  • Evolve instincts into skills, commands, and agents
  • Promote instincts from project to global scope

Quick Start

Enable the observer hooks and begin capturing instincts for your current project.

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 Gemini Code sessions into reusable knowledge?

To turn Gemini Code sessions into reusable knowledge, enable observer hooks to capture tool usage and automatically extract atomic instincts with confidence scoring.

What are atomic instincts in software engineering automation?

Atomic instincts are captured behavioral patterns from coding sessions. They use confidence scoring to track reliability before evolving into commands, agents, or skills.

How do I prevent cross-project contamination when capturing learning instincts?

To prevent cross-project contamination, use project-scoped instincts that isolate learning data per project, ensuring knowledge from one workspace does not pollute another.

Can I promote project-scoped instincts to a global scope?

Yes, you can promote project-scoped instincts to a global scope. This allows generalized knowledge to be shared across projects once confidence thresholds are met.

How do hooks observe sessions to extract learning instincts?

Hooks observe sessions by capturing tool usage data during Gemini Code interactions. This data is then processed to extract and score atomic instincts automatically.

When should I evolve captured instincts into skills and commands?

You should evolve captured instincts into skills and commands when their confidence scores indicate high reliability, allowing the system to promote them into actionable components.