memory▌
61 indexed skills · max 10 per page
extracting-memory-artifacts-with-rekall
mukul975/Anthropic-Cybersecurity-Skills · extracting-memory-artifacts-with-rekall
Uses Rekall memory forensics framework to analyze memory dumps for process hollowing, injected code via VAD anomalies, hidden processes, and rootkit detection. Applies plugins like pslist, psscan, vadinfo, malfind, and dlllist to extract forensic artifacts from Windows memory images. Use during incident response memory analysis.
learn
garrytan/gstack · gstack-memory
Manages long-lived learnings and recurring patterns that gstack has collected across sessions.
context-save
garrytan/gstack · gstack-memory
Saves decisions, git state, and pending work so future sessions can resume without reconstructing context from scratch.
context-restore
garrytan/gstack · gstack-memory
Restores saved context, including across branch changes and workspace handoffs.
retro
garrytan/gstack · gstack-memory
Weekly engineering retrospective over code activity, trends, and team contributions.
health
garrytan/gstack · gstack-memory
Quality dashboard skill that wraps project checks and reports a weighted health score and trend line.
memory-hygiene
aaaaqwq/claude-code-skills · Productivity
Keep vector memory lean. Prevent token waste from junk memories.
agent-memory-systems
davila7/claude-code-templates · Productivity
Memory architecture for agents: retrieval strategies that determine whether agents remember or forget. \n \n Covers five memory types: short-term (context window), long-term (vector stores), working memory, episodic memory, and semantic memory, each suited to different information patterns \n Emphasizes retrieval as the core challenge; provides chunking strategies, embedding quality guidance, and metadata filtering to surface the right memories at decision time \n Includes anti-patterns like sto
agent-memory-mcp
davila7/claude-code-templates · Productivity
Persistent, searchable memory bank for AI agents with automatic project documentation sync. \n \n Provides four core MCP tools: memory_search for querying by text/type/tags, memory_write for recording knowledge and decisions, memory_read for retrieving specific entries, and memory_stats for usage analytics \n Organizes memories by type (architecture, patterns, decisions) and supports custom tagging for flexible retrieval and organization \n Runs as an MCP server that syncs with your project work
conversation-memory
sickn33/antigravity-awesome-skills · Productivity
Persistent memory systems for LLM conversations with tiered storage and intelligent retrieval. \n \n Implements three memory types: short-term (immediate context), long-term (historical facts), and entity-based (facts about specific entities) \n Provides memory retrieval and consolidation capabilities to surface relevant memories without overwhelming context windows \n Addresses critical concerns including unbounded memory growth, retrieval relevance, and strict user isolation to prevent cross-u