Memory Trail — AI skill for Claude Code
Decision memory and session logging for AI-assisted development.
How to install Memory Trail
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open frmoretto/memory-trail and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Memory Trail does
Decision memory and session logging for AI-assisted development. Track WHY decisions are made, not just WHAT changed. Works with Claude, Cursor, Roo Code, and other AI coding assistants.
Alternatives in AI
- Paul — Plan-Apply-Unify Loop — Structured AI-assisted development for Claude Code 1.2k ★
- Learning Opportunities — A Claude Code skill for deliberate skill development during AI-assisted coding 793 ★
- LaTeX Document Skill — Universal LaTeX document skill for Claude Code: 27 templates, 27 scripts, 26 reference guides 725 ★
README
Memory Trail v1.1
**Open-source decision memory and session logging for AI-assisted development.**
[](https://creativecommons.org/licenses/by/4.0/)
*"Checkpoints track WHAT changed. Memory Trail tracks WHY."*
The Problem
AI coding assistants make decisions but don't remember why. Each session starts fresh.
Session 1: "Should I cache images locally?" → Agent caches images
Session 2: "Should I cache images locally?" → Agent caches images again
Session 3: User discovers TOS violation, deletes cache
Session 4: "Should I cache images locally?" → Agent caches images (forgot again)
The agent isn't malfunctioning. It simply has no memory of past decisions.
**Git tracks WHAT changed.** Nobody tracks WHY.
| Tool | Tracks |
|---|---|
| Git | Code diffs — WHAT changed |
| Changelog | Release notes — WHAT shipped |
| Memory Trail | Decision rationale — WHY it changed |
What Is Memory Trail?
Memory Trail is an **open-source persistence layer** for AI-assisted development.
- Memory — Decisions persist across sessions
- Trail — Follow the breadcrumbs back to understand WHY
Core Components
| Component | Purpose | Format |
|---|---|---|
| Decision Memory | Architectural constraints agents must follow | docs/DECISION_MEMORY.md |
| Confidence Protocol | Structured uncertainty signaling with risk adjustments | Agent behavior |
| STOP Triggers | Hard stops for dangerous operations | Agent behavior |
| Session Logs | Per-task action traces | docs/sessions/SES-YYYY-MM-DD-NNN.md |
With Memory Trail
Session 1: Agent checks Decision Memory → [DEC-001] Use PostgreSQL
Session 2: Agent checks Decision Memory → [DEC-001] Use PostgreSQL
Session 3: Agent checks Decision Memory → [DEC-001] Use PostgreSQL
(Constraint persists across all sessions)
Quick Start
Option 1: Claude Skills (claud
Related Skills
Roblox Dev Skill
🎮 Comprehensive AI skill for Roblox game development with Luau & Roblox Studio. Works seamlessly with Antigra
Unity Agent Skills
Agent skills set for AI-assisted Unity debugging — structured logging, runtime commands, variable watching, an
Willow
Willow — a companion narrator that gives blind developers situational awareness while an AI coding agent (e.g.
Sincronizado
hyper-local development stack with remote AI execution, made for opencode/claude code workflows
Human In The Loop MCP Server
A powerful MCP Server that enables AI assistants like Claude to interact with humans through intuitive GUI dia
Beezi Claude Plugin
Official Beezi plugins for Claude. Track what AI-assisted work costs per session in Claude Code, get a persona
Related Agents
Observability Logging
Garante uso consistente de Serilog estruturado — CorrelationId, níveis por camada, separação entre log e audit
Callstackincubator
A collection of agent-optimized React Native skills for AI coding assistants.
Rememora Triage
Use this agent when triaging issues, feature requests, or bugs for the Rememora project — a cross-agent persis