From memento
Detects when the user corrects you, expresses frustration, or teaches you something important. Fires when you see phrases like: 'no', 'wrong', 'not like that', 'I already told you', 'we don't use X', 'stop doing Y', 'how many times', 'I said', 'that's not right', 'use X instead', 'never do that', 'always do it this way'. When detected, IMMEDIATELY call the Memento `remember` MCP tool to save the correction so it is never forgotten. Then call `full-search` to check what else you might be wrong about on this topic.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento:memento-correction-guardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When the user corrects you, that is the most valuable signal in the entire conversation.
When the user corrects you, that is the most valuable signal in the entire conversation. It means you either forgot something or never learned it. Your job is to make sure it never happens again by saving the correction to persistent memory immediately.
Watch for these in every user message:
When you detect any of the above:
remember with the correction/preference
full-search on the topic to check for related knowledge you might be missingFormat your remember call clearly:
npx claudepluginhub mementoagi/memento-claude-code-plugin --plugin mementoGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.