memories

Save and retrieve memories or embeddings via the repo helpers or API. Use when working with embedding config or memory storage.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "memories" with this command: npx skills add proompteng/lab/proompteng-lab-memories

Memories

Overview

Use the memories helpers to store and retrieve embeddings in a consistent way. Ensure embedding dimension matches the DB schema.

Save

bun run --filter memories save-memory   --task-name bumba-enrich-repo   --content "Enrichment facts for services/bumba"   --summary "Bumba repo facts"   --tags "bumba,enrich"

Retrieve

bun run --filter memories retrieve-memory   --query "enrichFile workflow"   --limit 5

Environment

  • OPENAI_API_BASE_URL / OPENAI_API_BASE
  • OPENAI_EMBEDDING_MODEL
  • OPENAI_EMBEDDING_DIMENSION
  • OPENAI_EMBEDDING_TIMEOUT_MS

Resources

  • Reference: references/memories-runbook.md
  • Helper: scripts/memories.sh
  • Example payload: assets/memory-entry.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

temporal

No summary provided by upstream source.

Repository SourceNeeds Review
General

repo-map

No summary provided by upstream source.

Repository SourceNeeds Review
General

quality-checks

No summary provided by upstream source.

Repository SourceNeeds Review