save-knowledge

Persist brand knowledge to a vector store for semantic retrieval across sessions.

726|123|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill save-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: save-knowledge
Source: https://github.com/indranilbanerjee/digital-marketing-pro/tree/main/skills/save-knowledge
Command: npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill save-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persist brand knowledge to a persistent memory layer for semantic retrieval across sessions, enabling teams to access campaign learnings, guidelines, and competitive intel without re-creating context.

Core Features & Use Cases

  • Stores campaign learnings, brand guidelines, competitive intel, and performance insights with metadata tagging for provenance and auditability.
  • Deduplicates content using content hashing to prevent memory bloat and ensure consistency across sessions.
  • Enables cross-session semantic retrieval by indexing stored items in a vector store like Pinecone or Qdrant and associating brand context.

Quick Start

Save a piece of brand knowledge to memory by providing the content, its type, and tags.

Frequently Asked Questions about save-knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save brand knowledge and campaign learnings across different sessions?

To save brand knowledge across sessions, you persist campaign learnings and competitive intel to a persistent memory layer. This stores content with metadata tagging for provenance, ensuring it remains accessible for future semantic retrieval and analysis.

What is semantic retrieval for brand knowledge and how does it work with vector storage?

Semantic retrieval for brand knowledge works by indexing stored items in a vector store like Pinecone or Qdrant. This allows you to retrieve relevant campaign guidelines and competitive intel based on conceptual meaning rather than exact keyword matches.

Does saving campaign learnings to vector storage support content deduplication?

Yes, saving campaign learnings supports content deduplication by using content hashing. This prevents memory bloat and ensures consistency across sessions by avoiding the storage of duplicate brand knowledge entries.

Can I use Pinecone or Qdrant for persistent memory in competitive intel tracking?

Yes, you can use either Pinecone or Qdrant for persistent memory in competitive intel tracking. These vector storage platforms index your brand knowledge, enabling cross-session semantic retrieval of stored competitive insights.

What is the best way to tag brand guidelines for auditability in a persistent memory layer?

The best way to tag brand guidelines for auditability is by applying metadata tags during storage. This associates provenance and context with your campaign learnings, ensuring every retrieved item is traceable.