.agents/skills/capture-learnings/SKILL.md
Capture and apply accumulated knowledge via structured memory. Use when the user gives feedback, shares preferences, corrects a mistake, or when you discover something worth remembering for future conversations.
npx skillsauth add BuilderIO/agent-native capture-learningsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is background knowledge, not a slash command. Your memory index is loaded at the start of every conversation. Use save-memory proactively when you learn something worth remembering.
Memories are stored as resources in the SQL database (personal scope), not as files on disk.
save-memory --name <name> --type <type> --description "..." --content "..."resource-read --path memory/<name>.mddelete-memory --name <name>resource-list --prefix memory/| Type | Use for |
|------|---------|
| user | Preferences, role, personal context, contacts |
| feedback | Corrections, confirmed approaches, things to avoid or repeat |
| project | Ongoing work context, decisions, deadlines, status |
| reference | Pointers to external systems, URLs, API details |
user)feedback)project)reference)coding-style, project-alpha, not one giant dumpWhen a memory is referenced repeatedly, it may belong in AGENTS.md or a skill:
tools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.