Engage.Memory banner
hypnguyen1209 hypnguyen1209

Engage.Memory

Development community

Description

--- description: Cross-engagement pattern memory — recall prior techniques, record confirmed findings, housekeeping --- # /engage.memory Manage the cross-engagement learning store (`skills/engagement-memory`). Patterns are ranked by impact (CVSS/severity) and recalled as an explicit top-N query. ## Usage `/engage.memory <recall|record|gc|stats> [options]` ## Subcommands ### recall Pull the top prior patterns for the current target's class / tech stack and write them to `.engage/recon/prior

Installation

Installs to ~/.claude/skills/hypnguyen1209-offensive-claude-engage.memory/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hypnguyen1209-offensive-claude-engage.memory && curl -fsSL https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/commands/engage.memory.md -o ~/.claude/skills/hypnguyen1209-offensive-claude-engage.memory/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository