Skip to content

Cretu/luke_skills

Repository files navigation

Memoir Agent Skills

A collection of Claude Agent Skills for creating personal memoirs through a structured three-phase workflow.

Skills

1. memoir-memory-recall

Extract personal memories through structured questioning without generating narrative prose.

Purpose: Help users remember details, not write them.

2. memoir-architect-biographer

Guide memoir structure, create chapter outlines, and validate content consistency.

Purpose: Organize memories into coherent narrative arcs.

3. memoir-writing

Transform memories and structure into restrained, literary memoir prose.

Purpose: Craft vivid scenes that honor the original experience.

Workflow

Memory Recall → Architect/Biographer → Writing

See orchestration.md for detailed coordination guidelines.

Directory Structure

memoir-agent-skills/
├── orchestration.md              # Workflow coordination
├── chapter_outline.md            # Generated by Architect/Biographer
├── memoir-memory-recall/
│   ├── SKILL.md                 # Skill definition (Auto-saves to memories/)
│   ├── SKILL.yaml               # Tool permissions
│   ├── reference.md
│   ├── prompts/
│   └── EXAMPLES.md
├── memoir-architect-biographer/
│   ├── SKILL.md                 # Skill definition (Manages structure)
│   ├── SKILL.yaml
│   ├── reference.md
│   ├── prompts/
│   └── EXAMPLES.md
├── memoir-writing/
│   ├── SKILL.md                 # Skill definition (Uses style guide)
│   ├── SKILL.yaml
│   ├── reference.md
│   ├── prompts/
│   └── EXAMPLES.md
├── memories/
│   ├── style_guide.md           # Writing style definitions
│   └── [memory_title].md        # Atomic memory captures
└── chapters/
    └── [chapter_title].md       # Completed drafts

## Features

- **Atomic Memory Storage**: Each memory is saved as an individual Markdown file for better context management.
- **Style Calibration**: A centralized style guide ensures consistent voice throughout the memoir.
- **Automated Workflow**: Skills are empowered with file system tools to manage your draft's lifecycle.

Usage

Each skill can be used independently or as part of the full workflow. See individual skill directories for detailed documentation.

About

My Agent Skills Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors