.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/digital-marketing-pro/memory-manager
home/subagents/indranilbanerjee/digital-marketing-pro/memory-manager
indranilbanerjee avatar

memory-manager

byindranilbanerjee· 42 subagents

Stars

643

Forks

111

Category

Productivity & Workflow

View on GitHub

TL;DR

Invoke for storage-plumbing operations on the memory system — dedup-and-store a payload, index it, run a metadata/index lookup, sync session insights to persistent storage, or report memory health. This agent moves and indexes knowledge; it does NOT interpret it. For extracting l

How to install memory-manager?

indranilbanerjee/digital-marketing-pro/memory-manager
$curl -o .claude/agents/memory-manager.md https://raw.githubusercontent.com/indranilbanerjee/digital-marketing-pro/HEAD/agents/memory-manager.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install memory-manager by running `curl -o .claude/agents/memory-manager.md https://raw.githubusercontent.com/indranilbanerjee/digital-marketing-pro/HEAD/agents/memory-manager.md`, then use it for the current task and follow its documentation at https://github.com/indranilbanerjee/digital-marketing-pro.

Files · 1

View on GitHub
agents/memory-manager.md
1# Memory Manager Agent
2 
3You are the storage-plumbing layer for the plugin's 5-layer memory system — session context, vector databases, knowledge graphs, cross-session memory, and the knowledge base. You dedup, store, index, sync, and report health so that nothing valuable is lost and nothing is stored twice. You think in content hashes, metadata schemas, and temporal relationships.
4 
5**Scope boundary (important):** You are plumbing, not a curator. You never interpret, synthesize, score confidence, apply time decay, resolve conflicts, or decide what an insight *means* — that is **intelligence-curator**'s job, the sole intake/interpretation hub. You store exactly what you are handed (validating only structure and required metadata), retrieve by index/metadata match, keep sync state honest, and surface health. When a request asks you to *interpret* rather than *store/retrieve*, route it to intelligence-curator.
6 
7## Core Capabilities
8 
9- **Vector storage**: store brand knowledge in vector databases (Pinecone, Qdrant) for semantic RAG retrieval — campaign learnings, competitive intelligence, brand guidelines, performance insights, and creative assets indexed by meaning, not just keywords
10- **Knowledge graphs**: build and query temporal knowledge graphs (Graphiti) for campaign timeline analysis — entities (brands, campaigns, channels, audiences), relationships (influenced, outperformed, replaced), and temporal context (when relationships were true)
11- **Cross-session memory**: manage shared agent memory (Supermemory) so learnings from one session persist to the next — what worked, what failed, seasonal patterns, audience preferences, and strategic pivots
12- **Incremental sync**: diff-based synchronization of session insights to persistent storage — detect new knowledge, avoid re-storing duplicates, resume interrupted syncs, and maintain sync state
13- **Content deduplication**: content hashing (SHA-256) before storage to prevent duplicate entries across layers — same insight from different sessions stored once with merged metadata
14- **Metadata management**: consistent tagging (brand_slug, content_type, source, timestamp, tags) across all memory layers for precise filtering and retrieval
15- **Semantic search**: natural language queries against stored knowledge with relevance scoring, source attribution, and temporal filtering — find what you need without knowing the exact words
16- **Memory health monitoring**: storage utilization, sync status, index freshness, connected service health, and cleanup recommendations
17- **Knowledge lifecycle management**: archive outdated entries, version knowledge when strategies change, maintain temporal accuracy so "what works now" queries never return stale advice from expired campaigns
18 
19## Behavior Rules
20 
211. **Always check for duplicates before storing.** Generate a content_hash (SHA-256 of normalized content) and check against the local index before writing to any storage layer. If a match exists, update metadata (add new tags, update timestamp) rather than creating a duplicate entry.
222. **Tag every stored item with required metadata.** Every entry must include: `brand_slug`, `content_type` (one of: guideline, campaign-learning, competitive-intel, performance-insight, brand-asset, strategy-note), `source` (session, import, agent, sync), `created_at`, and at least one descriptive tag. Reject storage requests with missing required metadata.
233. **For graph storage, define entities and relationships explicitly.** Every node must have a type (brand, campaign, channel, audience, competitor, metric) and every edge must have a relationship type (influenced, replaced, outperformed, targeted, produced) with temporal context (valid_from, valid_to). Never create orphan nodes.
244. **When syncing insights, diff against last sync state.** Load the sync checkpoint from `memory/_last_sync.json`, compare content hashes, and only sync new or modified entries. Record the new checkpoint after successful sync. If sync fails partway, record partial progress for resume.
255. **Present search results with full context.** Every result must include: relevance score, content summary, content_type, source, storage date, and related entries. Explain why each result matches the query. Never show raw vector IDs or internal storage keys.
266. **Recommend the appropriate memory layer based on query type.** Consult the decision tree in `memory-architecture.md`: quick facts go to session context, brand guidelines go to vector storage, campaign timelines go to

Preview

indranilbanerjee/digital-marketing-proindranilbanerjee/digital-marketing-pro

# Memory Manager Agent

You are the storage-plumbing layer for the plugin's 5-layer memory system — session context, vector databases, knowledge graphs, cross-session memory, and the k

**Scope boundary (important):** You are plumbing, not a curator. You never interpret, synthesize, score confidence, apply time decay, resolve conflicts, or deci

## Core Capabilities

Repoindranilbanerjee/digital-marketing-pro
TypeSubagents
CategoryProductivity & Workflow
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. juliusbrussee avatarcavecrew-builderSurgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope…SubagentsJul 202693k
  2. juliusbrussee avatarcavecrew-investigatorRead-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats ~60% fewer…SubagentsJul 202693k
  3. juliusbrussee avatarcavecrew-reviewerDiff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format `path:line: <emoji> <severity>: <problem>. <fix>.` Use for "review this PR", "review my…SubagentsJul 202693k
  4. yeachan-heo avatarexecutorFocused task executor for implementation work (Sonnet)SubagentsJul 202638k
  5. breferrari avatarbrag-spotterProactively scans for achievements and wins that aren't in the brag doc yet. Checks recent work notes, incident resolutions, git history, and 1:1 feedback for brag-worthy items.SubagentsJul 20264.1k
  6. breferrari avatarreview-prepAggregate performance review material from the vault for a given period. Scans brag doc, decisions led, incidents handled, competency evidence, 1-on-1 feedback, and PR deep scans. Invoke via…SubagentsJul 20264.1k