From pentest-ai-agents
Updates the project memory file with a summary of the current session's work, preserving existing information and adding features, fixes, decisions, and TODOs.
How this command is triggered — by the user, by Claude, or both
Slash command
/pentest-ai-agents:memoryThe summary Claude sees in its command listing — used to decide when to auto-load this command
{
"name": "memory",
"description": "Update the project memory with what was accomplished in this session",
"prompt": "Update the project memory file at .claude/PROJECT_MEMORY.md with a summary of everything that was done in this session. Include:\n1. What features were added or changed\n2. What bugs were fixed\n3. What decisions were made\n4. What is still TODO\n5. Update version history if applicable\n\nRead the current PROJECT_MEMORY.md first, then update it preserving all existing information while adding the new session's work."
}{ "name": "memory", "description": "Update the project memory with what was accomplished in this session", "prompt": "Update the project memory file at .claude/PROJECT_MEMORY.md with a summary of everything that was done in this session. Include:\n1. What features were added or changed\n2. What bugs were fixed\n3. What decisions were made\n4. What is still TODO\n5. Update version history if applicable\n\nRead the current PROJECT_MEMORY.md first, then update it preserving all existing information while adding the new session's work." }
npx claudepluginhub tranzmatt/pentest-ai-agents4plugins reuse this command
First indexed Jun 19, 2026
/memoryUpdates the project memory file with a summary of the current session's work, preserving existing information and adding features, fixes, decisions, and TODOs.
/memory-bankUpdates the project's CLAUDE.md memory bank with learnings from the current session, including decisions, problems solved, patterns, commands, and dependencies.
/memoryManages persistent project memory-bank files (progress.md, architecture.md) for cross-session continuity. Supports load (restore context), status (show state), sync (update files).
/snapshotGenerates a handoff summary of project state and writes it to .claude/snapshot.md. Includes accomplishments, branch status, decisions, and next steps.
/whats-nextShows current project status and suggests next steps by reading memory files. Also supports creating session handoff documents.
/session-learning-captureCaptures learnings from the current session and writes them to CLAUDE.md or CLAUDE.local.md files for future reference.