Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By axmeai
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
npx claudepluginhub axmeai/axme-code-pluginAlpha — This plugin is in active development. Expect breaking changes between versions. Report issues.
Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Main Repository · Website · Issues
Claude Code forgets your project every session. AXME Code fixes that.
git push --force, rm -rf /, npm publish, direct commits to main, and moreaxme_context, axme_save_decision, axme_save_memory, axme_safety, axme_backlog, and moreYou keep using Claude Code exactly as before. AXME Code works transparently in the background.
From terminal:
claude plugin install axme-code
From Claude Code interactive CLI:
/plugin install axme-code
After installing the plugin, open any project in Claude Code. On the first session:
CLAUDE.md section that instructs the agent to call axme_contextaxme-code setup --plugin.axme-code/ knowledge baseSetup requires a Claude subscription (the LLM scan uses Claude Sonnet). If the scan fails, a deterministic fallback creates a minimal knowledge base from file system inspection.
| Hook | When | What |
|---|---|---|
| SessionStart | Session opens | Installs SDK dependency, creates CLAUDE.md if missing |
| PreToolUse | Before every tool call | Checks safety rules, blocks violations |
| PostToolUse | After Edit/Write | Tracks which files changed |
| SessionEnd | Session closes | Spawns background auditor to extract knowledge |
Provides 19 tools for reading and writing the knowledge base. The agent calls these tools naturally during work — no manual intervention needed.
All data lives in .axme-code/ in your project root (gitignored automatically):
.axme-code/
oracle/ # stack.md, structure.md, patterns.md, glossary.md
decisions/ # Architectural decisions with enforce levels
memory/ # Learned mistakes (feedback/) and validated patterns (patterns/)
safety/rules.yaml # git + bash + filesystem guardrails
backlog/ # Persistent cross-session task tracking
sessions/ # Session metadata
plans/ # Handoff files for session continuity
worklog.jsonl # Structured event log
Human-readable markdown and YAML. No database, no external dependencies.
This is alpha software (v0.x.y). What that means:
.axme-code/ is local and gitignored, so upgrades won't affect your repo)This repo is auto-synced from the main axme-code repository on each release. Do not edit files here directly — changes will be overwritten.
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Persistent memory across Claude Code sessions using Supermemory
Persistent memory system for Claude Code with enforced context
Long-term memory for Claude Code. Recalls architecture, conventions, and decisions across sessions — so Claude explains your codebase without file traversal, follows your patterns, and never re-asks what it already learned.
Auto-capture high-signal coding context into memctl memory
Persistent context for AI coding assistants
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim