continuous-learning

Captures session behavior and converts repeated patterns into scoped, reusable instincts.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/mostafa-ismail-2004/codex-plugin --skill continuous-learning-mostafa-ismail-2004
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continuous-learning
Source: https://github.com/mostafa-ismail-2004/codex-plugin/tree/main/skills/continuous-learning
Command: npx skills add https://github.com/mostafa-ismail-2004/codex-plugin --skill continuous-learning-mostafa-ismail-2004

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you capture patterns from Codex sessions and turn repeated behaviors into reusable instincts, so useful practices are not lost between conversations or projects.

Core Features & Use Cases

  • Session Observation: Records prompts, tool calls, and outcomes through hooks so learning is based on actual activity.
  • Instinct Extraction: Detects repeated corrections, resolutions, and workflows and converts them into atomic, confidence-scored instincts.
  • Project Scoping: Keeps project-specific behaviors isolated while promoting broadly useful habits into global scope.
  • Evolution Workflows: Supports exporting, importing, promoting, and clustering instincts into skills, commands, or agents.
  • Use Case: A team repeatedly fixes the same React pattern in one repository, and this Skill learns it as a project-scoped instinct instead of applying it everywhere.

Quick Start

Enable the observation hooks, then ask the system to show, export, or promote learned instincts for the current project.

Frequently Asked Questions about continuous-learning

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

FAQPage Schema
How do I capture repeated patterns from coding sessions into reusable rules?

To capture repeated patterns, this Skill uses hook-based observation to record prompts, tool calls, and outcomes, then converts those repeated behaviors into atomic, confidence-scored instincts for reuse.

Can I keep learned coding instincts isolated to a specific project?

Yes, you can keep learned coding instincts isolated. This Skill applies project scoping to keep project-specific behaviors isolated, while promoting broadly useful habits into global scope.

How does confidence scoring work for extracted coding instincts?

Confidence scoring evaluates repeated corrections, resolutions, and workflows captured during sessions to assign a reliability score. This ensures only verified, repeated behaviors become atomic, confidence-scored instincts.

What is the best way to export promoted instincts into standalone agents or commands?

The best way to export promoted instincts is through the built-in evolution workflows. These workflows support exporting, importing, promoting, and clustering instincts into skills, commands, or agents.

Do I need persistent observation storage to extract instincts from hook sessions?

Yes, persistent observation storage is required. The instinct extraction process relies on continuous hook-based observation data, project detection, and exportable instinct records to function across multiple coding sessions.

Why are some learned behaviors not applying globally across all my repositories?

Learned behaviors may not apply globally because of project scoping. This Skill intentionally isolates project-specific behaviors while only promoting broadly useful habits into global scope to prevent incorrect applications.