// Query and manage project memory to understand past decisions, architectural choices, and coding patterns before making changes. Use this skill when starting new tasks or when you need context about existing code.
| name | memory |
| description | Query and manage project memory to understand past decisions, architectural choices, and coding patterns before making changes. Use this skill when starting new tasks or when you need context about existing code. |
This skill helps you query and understand the project's memory and history before making changes.
Use this skill:
Query Git History: Check recent commits and changes related to your task
git log --oneline --all -20
git log --grep="keyword" --oneline
Search for Patterns: Look for similar implementations
# Use Grep tool to search for relevant patterns
# Use Glob tool to find related files
Review CLAUDE.md: Always check the project guidelines in CLAUDE.md
Check Documentation: Review any existing documentation in the codebase