Authoring Memory

Organize project decisions and constraints into retrievable Memory files.

1|Updated Oct 1, 2023
One-click install
npx skills add https://github.com/jubalm/dotfiles --skill authoring-memory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Authoring Memory
Source: https://github.com/jubalm/dotfiles/tree/main/.claude/skills/authoring-memory
Command: npx skills add https://github.com/jubalm/dotfiles --skill authoring-memory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents Claude from "forgetting" critical project-specific facts, decisions, and constraints, ensuring consistent, accurate, and context-aware AI assistance across all your tasks.

Core Features & Use Cases

  • Knowledge Organization: Structure project knowledge (decisions, constraints, patterns) into a retrievable "Memory" system for Claude.
  • Decision Matrix: Evaluate new discoveries against a scoring matrix to determine their value and whether they should be added to permanent Memory.
  • Use Case: Document a critical security constraint, like "NEVER bypass Row-Level Security (RLS) policies," ensuring Claude always adheres to this rule when interacting with your database.

Quick Start

  1. Bootstrap: Start by listing 3-5 key project decisions.
  2. Score: Use the decision matrix to see if they're worth documenting (3+ "yes" criteria).
  3. Structure: Choose a file organization pattern (e.g., CLAUDE.md for routing, context/conventions.md for content).
  4. Create: Write your initial Memory files, applying density and delta principles.
  5. Add inbox: Create inbox.md to capture future discoveries for later promotion.