timeline-report

Generate chronological narrative reports from claude-mem project timelines.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill timeline-report-enigmaicon-eng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: timeline-report
Source: https://github.com/enigmaicon-eng/AI-Enterprise-OS/tree/main/examples/claude-mem/plugin/skills/timeline-report
Command: npx skills add https://github.com/enigmaicon-eng/AI-Enterprise-OS --skill timeline-report-enigmaicon-eng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It converts a project's full development history stored in claude-mem into a coherent, human-readable narrative so you can quickly understand how and why the work evolved over time.

Core Features & Use Cases

  • Journey Into [Project] narrative report: Produces a chronological technical story using the project's entire claude-mem timeline.
  • Deep-dive across phases: Covers genesis, architectural evolution, breakthroughs, work patterns, technical debt, and debugging sagas as a single flowing account.
  • Memory-driven ROI analysis: Quantifies token economics and memory impact by querying the local claude-mem SQLite database.
  • Use Case: Great for onboarding to an unfamiliar codebase, preparing a retrospective, or explaining the “why” behind major architectural decisions.

Quick Start

Ask for a timeline report by saying: "Write a journey into tokyo based on claude-mem timeline data and include the Token Economics & Memory ROI section."

Frequently Asked Questions about timeline-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a narrative timeline report from my project history?

To generate a timeline report, request a narrative journey for a named project or the current working directory. The skill fetches the full chronological timeline from claude-mem and synthesizes raw observation history into an ordered technical story.

What is included in a claude-mem project timeline analysis?

A claude-mem project timeline analysis covers the project's genesis, architectural evolution, breakthroughs, work patterns, technical debt, and debugging sagas, presenting them as a single flowing chronological account.

How does the memory ROI analysis calculate token economics?

The memory ROI analysis calculates token economics by querying the local claude-mem SQLite database at ~/.claude-mem/claude-mem.db using discovery_tokens and session metrics to quantify memory impact.

Do I need a local SQLite database to generate a developer documentation timeline?

Yes, generating a developer documentation timeline requires access to the local claude-mem SQLite database to produce the Token Economics and Memory ROI section with session metrics.

When should I use a project history narrative for onboarding?

Use a project history narrative when onboarding to an unfamiliar codebase, preparing a retrospective, or explaining the reasoning behind major architectural decisions to new team members.