claude/ai-resources-plugin/skills/jog-users-memory/SKILL.md
--- name: jog-users-memory description: Jog the user's memory after they've been away: a brief, scannable summary of progress, next steps, and open questions. disable-model-invocation: true allowed-tools: Read, Bash(git log:*), Bash(git status:*), Bash(git diff:*) --- # Context Refresh Quick memory jog for returning to work after being away. ## Instructions ### 1. Gather Context (parallel where possible) **From git:** - Run `git log --oneline -15` to see recent commits - Run `git status --
npx skillsauth add amhuppert/my-ai-resources claude/ai-resources-plugin/skills/jog-users-memoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quick memory jog for returning to work after being away.
From git:
git log --oneline -15 to see recent commitsgit status --short to see uncommitted workFrom current conversation:
Format output as a brief, scannable summary using this structure:
## Context Refresh
### Current Objective
**<name>** — <one-line description>
Status: <status>
### Progress
- Completed: <brief list of completed task texts>
- **Up next:** <next 1-3 pending tasks>
### Recent Activity
<last 5-8 commits, one line each>
### Uncommitted Work
<git status summary, or "Clean working tree">
development
Debug a running web app via the web-debugger SDK: app logs, application state, runtime snapshots, React state, query cache.
development
Thoroughly understand a software development objective before implementation: research, identify ambiguities, ask clarifying questions. Use before starting implementation of a non-trivial or ambiguously specified feature, or when requirements leave open design decisions.
development
Locate the on-disk Claude Code transcript file (.jsonl under ~/.claude/projects/) for the current or a specified conversation.
development
Reflect on codebase navigation effectiveness at end of conversation. Surfaces dead ends, inefficiencies, missing context. Does not write files — pair with /kiro:steering-custom to persist.