What problem does it solve? When working with an AI agent, useful observations, workarounds, and solved problems are easily lost once the session ends. This Skill captures those events into a shared knowledge substrate as durable, validated records so they can be recalled and triaged later. ## Core Features & Use Cases - Atomic event capture: A bundled helper auto-fills a ULID id, timestamp, working directory, session, and repo, validates the record, and writes it atomically to a named store. - Tagging for recall: Tag solved problems with fix and skill-caused mistakes with mistake so related events can be recalled as groups later. - In-place amendment: Rewrite an existing event with --amend instead of creating near-duplicates, preserving provenance fields. - Use Case: After resolving a surprising API behavior in a project, capture the problem and its resolution with --tags fix into the project's knowledge base so future sessions can recall the fix. ## Quick Start Ask the agent to capture the problem you just solved and its resolution as an event into your project's knowledge store with a one-line summary and the fix tag.