continuous-learning-v2

Observe Claude Code sessions to detect patterns and evolve instincts into skills.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/hector-manny/bussbot --skill continuous-learning-v2-hector-manny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning-v2
Source: https://github.com/hector-manny/bussbot/tree/main/.cursor/skills/continuous-learning-v2
Command: npx skills add https://github.com/hector-manny/bussbot --skill continuous-learning-v2-hector-manny

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, git, claude-code, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of learning from Claude Code sessions by observing sessions via hooks, creating instincts with confidence scoring, and evolving them into full skills, commands, or agents.

Core Features & Use Cases

  • Automated Pattern Detection: Observes Claude Code sessions and automatically detects patterns, turning them into instincts with confidence scoring.
  • Instinct Evolution: Evolves instincts into full skills, commands, or agents based on usage and confidence.
  • Project-Scope Instincts: Ensures that instincts are specific to the project context, preventing cross-project contamination.
  • Global Instincts: Promotes project instincts to global scope when applicable, sharing useful patterns across projects.
  • Command-Line Interface: Provides commands to manage instincts, including status, evolution, and promotion.

Quick Start

Use the clinstinct command to start observing Claude Code sessions and begin learning from your code.

Frequently Asked Questions about continuous-learning-v2

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

FAQPage Schema
How do I automate continuous learning from Claude Code sessions?

Continuous learning from Claude Code sessions is automated by observing session hooks, detecting code patterns, and creating instincts with confidence scoring. These instincts are then evolved into reusable skills, commands, or agents for development workflows.

What is the process of evolving code patterns into full Claude Code skills?

Evolving code patterns into full Claude Code skills involves detecting recurring project actions, scoring their confidence as instincts, and promoting them into standalone skills, commands, or agents based on usage frequency and project context.

Do I need Python and git to detect code patterns in Claude Code?

Yes, you need Python, git, and Claude Code installed to detect code patterns. Python and git provide the environment for session observation, hook execution, and instinct evolution within your development workflows.

Can I share code instincts globally across different development projects?

Yes, you can share code instincts globally. The system keeps instincts project-scoped by default to prevent cross-project contamination, but you can promote project instincts to a global scope to share useful patterns across your projects.

How do I start managing detected code instincts via command line?

You manage detected code instincts via command line using the `clinstinct` command. This CLI provides commands to check instinct status, trigger evolution into skills, and promote instincts between project and global scopes.

When should I avoid using automated instinct evolution for project automation?

You should avoid automated instinct evolution in development workflows where code patterns are entirely unique or non-repeating. Since the mechanism relies on confidence scoring from recurring session observations, one-off tasks will not generate useful instincts.