/memory
{ "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
> /plugin marketplace add 0xSteph/pentest-ai-agents > /plugin install pentest-ai-agents@pentest-ai-agents
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/memory
Context preview
What this command does when you run it.
{ "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
Command definition
memory.md{ "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." }
Repo: 0xSteph/pentest-ai-agents

