A collection of Claude Agent Skills for creating personal memoirs through a structured three-phase workflow.
Extract personal memories through structured questioning without generating narrative prose.
Purpose: Help users remember details, not write them.
Guide memoir structure, create chapter outlines, and validate content consistency.
Purpose: Organize memories into coherent narrative arcs.
Transform memories and structure into restrained, literary memoir prose.
Purpose: Craft vivid scenes that honor the original experience.
Memory Recall → Architect/Biographer → Writing
See orchestration.md for detailed coordination guidelines.
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.
Each skill can be used independently or as part of the full workflow. See individual skill directories for detailed documentation.