What problem does it solve?
Provide agents with a searchable, persistent memory store for Ember by exposing the storybook-daemon memory vault so observations, decisions, and session context can be recorded and retrieved across interactions.
Core Features & Use Cases
- Search stored notes by query and limit to quickly surface prior observations and decisions.
- Read full note content including metadata to review context, tags, and timestamps.
- Write structured notes with a slug-style title, kind, content, and tags to persist insights and choices.
- Use cases include preserving architectural decisions, capturing surprising behavior during debugging, and resurfacing relevant prior context at the start of a session.
Quick Start
Invoke the hoard-memory skill to write a note by calling mcp__storybook-ember__memory_write with a slug title, kind, content, and tags.