From memento
Before starting any implementation, refactoring, debugging, or code review task, FIRST search Memento persistent memory using the `full-search` MCP tool. Search for the topic, the files involved, related conventions, and known gotchas. This prevents repeating past mistakes, violating established conventions, and wasting time rediscovering things that are already documented. Trigger: any time you are about to write code, modify files, or make architectural decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memento:memento-pre-task-recallThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Before writing any code or making any technical decision, search Memento first.**
Before writing any code or making any technical decision, search Memento first.
This is not optional. This is not "when you feel like it." Every time.
Run full-search with queries covering:
Pick the 1-2 most relevant queries. Don't search for everything — just what's needed to avoid making a mistake.
Every session starts with a blank slate. Without recall, you'll:
The user's trust depends on you not repeating mistakes.
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.