robinbril

Memory Ingest — Development skill for Claude Code

Development community

Process new raw content into the agent memory knowledge base.

How to install Memory Ingest

Installs to ~/.claude/skills/robinbril-infinite-agent-memory-memory-ingest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/robinbril-infinite-agent-memory-memory-ingest && curl -fsSL https://raw.githubusercontent.com/robinbril/infinite-agent-memory/HEAD/commands/memory-ingest.md -o ~/.claude/skills/robinbril-infinite-agent-memory-memory-ingest/SKILL.md

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

What Memory Ingest does


name: memory-ingest description: Process new raw content into the agent memory knowledge base. Creates source/concept/entity pages, cross-links them, updates the index. Usage: /memory-ingest (processes content from the current conversation or from raw/ directory)

/memory-ingest

Process new content into the agent memory.

Usage

`/memory-ingest` - ingest content from the current conversation context or `/raw/` directory.

Steps

  1. Identify the content to ingest (pas

Alternatives in Development

  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Hive — Browser-native hive-mind for CLI coding agents — Claude Code, Codex, Gemini, and OpenCode collaborate as real 473 ★
  • Obsidian Ingest — Ingest a source into the vault — the vault rewrites itself around new knowledge 277 ★

Full documentation available on GitHub

View Source Repository