{
  "markdown": "# Neutrally Plugin for Claude Code\n\nPersistent, cross-session memory for Claude Code — powered by [Neutrally](https://neutrally.app).\n\nThe same 5-layer memory architecture that scored **89.4% on LongMemEval** (#1 among production memory systems, beating teams with $97M in funding). Now in your editor.\n\n## What it does\n\n- **Session start**: Injects your project context, recent decisions, and tech stack into every session\n- **Every 5 minutes**: Captures conversations and tool activity to Neutrally's memory system\n- **After /compact**: Re-injects critical context so you never lose meaningful state\n- **Cross-device**: Memory from Claude Code sessions is available at neutrally.app, and vice versa\n\n## Installation\n\n```bash\n# Install via Claude Code marketplace\n/plugin install neutrally\n```\n\n## Setup\n\nRun once after installation:\n\n```\n/neutrally:setup\n```\n\nThis opens your browser to authenticate with Neutrally. After that, memory works automatically.\n\n## Commands\n\n| Command | What it does |\n|---|---|\n| `/neutrally:setup` | Authenticate and connect your memory |\n| `/neutrally:search <query>` | Search past decisions and conversations |\n| `/neutrally:save <note>` | Manually save a decision or note |\n| `/neutrally:context` | Show what memory is active this session |\n| `/neutrally:forget <query>` | Remove a memory item |\n\n## Configuration\n\nTo change the capture interval (default: 5 minutes), edit `~/.neutrally/plugin-config.json`:\n\n```json\n{\n  \"captureIntervalMinutes\": 3\n}\n```\n\n## How memory capture works\n\n1. **User messages** are stored verbatim — they're your intent, high-signal\n2. **Claude's activity** is summarised from tool calls — \"Edited checkout/route.ts · Ran: npm run build\"\n3. Every N minutes, buffered exchanges are flushed to Neutrally's API\n4. If Claude Code crashes, the buffer survives on disk and is flushed on next session start\n\n## Memory system\n\nNeutrally uses a 5-layer architecture:\n- Discrete fact extraction\n- Structured storage with deduplication\n- Hybrid retrieval with re-ranking\n- Dynamic routing between fast and deep analysis paths\n- Cross-model: same memory works with Claude, GPT, and Gemini\n\n## Privacy\n\nOnly architectural facts, decisions, and project state are saved — not raw transcripts. All data is scoped to your account with row-level security.\n\n---\n\nBuilt by [Neutrally](https://neutrally.app) · [neutrally.app](https://neutrally.app)\n",
  "bytes": 2392,
  "sha": "bf62aa1e7c4f1e0ef94802193f7b333acf13bc1ed78d68a83134e8df833e8a7a",
  "repo_slug": "neutrally-app/neutrally-claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_neutrally_app_neutrally_claude_plugin_ne_714626c5/readme"
}