Gemini Adapter Install
- Use a thin
GEMINI.mdproject context file to point atdocs/memory/. - Install or link the
memory-custodianskill so the agent can use the full protocol for memory maintenance tasks.
Install The Skill#
From this repository, install MemoryCustodian into Gemini's personal skills directory:
./install.sh geminiThis creates a symlink at ${GEMINI_HOME:-$HOME/.gemini}/skills/memory-custodian pointing to skills/memory-custodian.
For local development with Gemini CLI skill management, you can also link the skill directly:
gemini skills link ./skills/memory-custodianBootstrap A Project#
Use the CLI if it is available:
memory-custodian init --project-root <project> --with-geminiOr add the contents of GEMINI.snippet.md to the target project's GEMINI.md.
Keep GEMINI.md as an entry point. Do not import docs/memory/ files from GEMINI.md; store durable memory in docs/memory/ and let the manifest control task-specific loading.