One-click install
npx skills add https://github.com/onebrain-ai/onebrain --skill learn-onebrain-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn
Source: https://github.com/onebrain-ai/onebrain/tree/main/.claude/plugins/onebrain/skills/learn
Command: npx skills add https://github.com/onebrain-ai/onebrain --skill learn-onebrain-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The learn skill helps you convert your instructions and corrections into durable memory so your AI can recall them in later sessions.

Core Features & Use Cases

  • Captures lasting facts and behavioral preferences: Save “remember that…”, “from now on…”, “always do X…”, or corrected behavior you want persisted.
  • Creates one memory file per concept: Ensures each distinct fact is stored independently to support independent deprecation later.
  • Detects and resolves conflicts in memory: Greps for overlapping active/needs-review topics and supports update, supersede, or separate resolution.
  • Writes to the agent memory vault immediately: Stores updates right away in memory/ for future recall.

Quick Start

Use /learn to teach the agent a new fact or behavioral rule you want saved for future sessions.

Frequently Asked Questions about learn

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

FAQPage Schema
How do I teach my AI agent to remember preferences across sessions?

To teach your AI agent to remember preferences across sessions, use a memory-writing workflow that captures behavioral corrections and facts, storing them immediately in a markdown vault for future recall.

How does conflict resolution work when updating an agent memory vault?

Conflict resolution in an agent memory vault works by grepping for overlapping active or needs-review topics, then supporting update, supersede, or separate resolution to prevent contradictory behavioral preferences.

What is the best way to store persistent facts for agent learning without data loss?

The best way to store persistent facts for agent learning without data loss is creating one memory file per concept, ensuring each distinct fact is stored independently to support independent deprecation later.

Can I track changes and corrections when I save behavioral preferences to a knowledge base?

You can track changes and corrections when saving behavioral preferences to a knowledge base by formatting audit-log entries during the memory indexing updates, providing a clear record of all modifications.

How do I handle filename collisions when creating one file per concept in a memory vault?

When creating one file per concept in a memory vault, filename collision handling is applied during the memory-writing workflow to ensure each distinct fact receives a unique, accessible file path.