krimto
01Plugin Claude Code
Open-source memory for AI coding agents you own in git — governed by a real user→team→org hierarchy, not a vendor database. Solo to team. Apache-2.0.
Plugin Claude Code
Open-source memory for AI coding agents you own in git — governed by a real user→team→org hierarchy, not a vendor database. Solo to team. Apache-2.0.
Plugin Claude Code
Open-source memory for AI coding agents you own in git — governed by a real user→team→org hierarchy, not a vendor database. Solo to team. Apache-2.0.
Instructions file CodexOpenCode
Instructions for krimto-labs/krimto: This repository is a Claude Code plugin and an MCP server. For full contributor and architecture guidelines, read CLAUDE.md.
Instructions file
Instructions for krimto-labs/krimto, covering krimto — contributor and development guidelines, if you are an ai agent, what this project is, code conventions and required verification (after every change).
Instructions file Gemini CLI
Instructions for krimto-labs/krimto: See CLAUDE.md for contributor guidelines. Krimto installs as an MCP server (see README.md → "Connect your agent"); the Gemini CLI extension manifest is gemini-extension.json.
Agent
Periodically reviews team memory in Krimto, identifies stale facts, contradictions, and gaps, and suggests cleanups. Use weekly or before major team decisions to keep memory quality high.
Command
Show the current state of Krimto memory — total facts, scope breakdown, recent writes, and index health.
Hook
Runs before the agent uses a tool for mcp__krimto__.* tool calls, executing validate-scope.sh via bash. From krimto-labs/krimto.
Skill Claude CodeCodex
Use when deciding what scope to store a fact at, or when reasoning about whether a fact applies to the current user. Krimto uses a user -> team -> org hierarchy with precedence rules. Triggers when scope selection is required.
Skill Claude CodeCodex
Use when starting a task, joining a conversation about a project, or before answering a question that needs team context. Triggers on "what do we know about X", "team's approach to Y", or before any domain-specific work.
Skill Claude CodeCodex
Use when the user asks you to remember something for later, save team knowledge, record a decision, or note a durable fact about the project, person, or team. Triggers on "remember that", "save this", "add to memory", "note for the team". Do not use for conversational context.
MCP server Claude CodeCodexCursor +2
Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0. Runs locally from the @krimto-labs/krimto npm package.