Skip to content
Development
Skill

/memorix-git-memory

Use when the task depends on commit history, what changed, when a fix shipped, or linking engineering evidence to reasoning memory.

From plugin
memorix
61835 skills1 MCP
Install
$ npx -y skills add AVIDS2/memorix --skill memorix-git-memory --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/memorix-git-memory

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when the task depends on commit history, what changed, when a fix shipped, or linking engineering evidence to reasoning memory.

SKILL.md

memorix-git-memory.SKILL.md
name: memorix-git-memory
description: Use when the task depends on commit history, what changed, when a fix shipped, or linking engineering evidence to reasoning memory.

Memorix Git Memory

Use Git Memory for repository evidence. Use reasoning memory for intent.

Tool Router

| Situation | Prefer | CLI fallback | |---|---|---| | Search what changed | `memorix_search` with a change-focused query | `memorix memory search --query "what changed <topic>"` | | Inspect a git-backed memory | `memorix_detail` | `memorix memory detail --id <id>` | | Ingest current commit manually | CLI | `memorix ingest commit` | | Ingest a specific commit | CLI | `memorix ingest commit --ref <ref>` | | Backfill recent history | CLI | `memorix ingest log --count 20` | | Install post-commit ingestion | CLI | `memorix git-hook --force` |

Retrieval Rules

  • Prefer Git Memory for "what changed", "when did this ship", "which files were touched", and "which commit introduced this".
  • Prefer reasoning memory for "why did we choose this", "what alternatives existed", and "what risk did we accept".
  • Cross-link important decisions with `relatedCommits` when storing reasoning.
  • Do not force-ingest noisy commits unless the skipped commit is genuinely important evidence.
Ships withmemorix

Open-source cross-agent memory layer for coding agents via MCP. Compatible with Claude Code, Codex, Cursor, Windsurf, Gemini CLI, Antigravity, OpenClaw, Hermes Agent, Oh-my-Pi, Pi, Copilot, Kiro, OpenCode, and Trae.

Get the whole plugin