capture-learnings

Installation
SKILL.md

Capture Learnings

This is background knowledge, not a slash command. Organization learnings and your personal memory index are loaded at the start of every conversation, including Slack/integration turns. Capture durable context proactively when you learn something worth remembering.

How to Read & Write Memories

Memories are stored as resources in the SQL database, not as files on disk.

  • Team/organization knowledge: shared LEARNINGS.md. Read it first, merge the new fact, then write the full updated file with the resources tool using scope: "shared". Shared scope resolves to the active organization; it must never leak to another organization in the same deployment.

  • Personal knowledge: memory/MEMORY.md plus memory/<name>.md, written with save-memory.

  • Save a memory: save-memory --name <name> --type <type> --description "..." --content "..."

  • Read a memory: resource-read --path memory/<name>.md

  • Delete a memory: delete-memory --name <name>

  • List all memories: resource-list --prefix memory/

Memory Types

Installs
5
GitHub Stars
3.8K
First Seen
Mar 26, 2026
capture-learnings — builderio/agent-native