> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wednesdayai.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Learning Core

# Learning Core (plugin)

Lesson-first learning loop with queued skill proposals.

## Install

```bash theme={"dark"}
wednesdayai plugins install @wednesdayai/learning-core
```

Local checkout:

```bash theme={"dark"}
wednesdayai plugins install ./extensions/learning-core
```

## What it does

* Implements a lesson-first learning loop: the agent extracts lessons from interactions.
* Queues skill proposals based on learned patterns.
* Integrates with the skills system to gradually expand agent capabilities.

## Related

* [Plugins](/tools/plugin)
* [Skills](/tools/skills)
