Refresh project context from memory, WIKI/AGENTS files, git state, and repo conventions before work.
Scanned 9/25/2026
Install to Claude Code
npx -y skills add juanitourquiza/shipframe --skill project-memory-refresh --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Project Memory Refresh?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/juanitourquiza-project-memory-refresh)More formats (shields.io, HTML) on the badges page.
---
name: project-memory-refresh
description: Refresh project context from memory, WIKI/AGENTS files, git state, and repo conventions before work.
allowed-tools: Read Glob Grep Bash mcp__engram__mem_context mcp__engram__mem_search
effort: low
---
# Project Memory Refresh
Before changing a project, recover the relevant working context.
## Steps
1. Read `WIKI.md`, `wiki/index.md`, and `AGENTS.md` if present.
2. Inspect git status, current branch, remotes, and recent commits.
3. Search local documentation for the task keywords.
4. If Engram memory tools are available, call `mem_context` for the project; if recent context does not cover the task, use `mem_search` with focused keywords. If unavailable, continue from local memory/docs without installing or configuring anything.
5. Summarize prior decisions, conventions, and likely drift-prone facts.
6. Flag what still needs live verification.
## Output
```markdown
## Project Context Refreshed
**Repo state:** <branch/status/remotes>
**Docs read:** <paths>
**Relevant conventions:** <bullets>
**Needs verification:** <bullets or "None">
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!