Agentic memory system for writers - track characters, relationships, scenes, and themes
View on GitHubFebruary 4, 2026
Select agents to install to:
npx add-skill https://github.com/Yeachan-Heo/oh-my-claudecode/blob/main/skills/writer-memory/SKILL.md -a claude-code --skill writer-memoryInstallation paths:
.claude/skills/writer-memory/# Writer Memory - Agentic Memory System for Writers Persistent memory system designed for creative writers, with first-class support for Korean storytelling workflows. ## Overview Writer Memory maintains context across Claude sessions for fiction writers. It tracks: - **Characters (캐릭터)**: Emotional arcs (감정궤도), attitudes (태도), dialogue tone (대사톤), speech levels - **World (세계관)**: Settings, rules, atmosphere, constraints - **Relationships (관계)**: Character dynamics and evolution over time - **Scenes (장면)**: Cut composition (컷구성), narration tone, emotional tags - **Themes (테마)**: Emotional themes (정서테마), authorial intent All data persists in `.writer-memory/memory.json` for git-friendly collaboration. ## Commands | Command | Action | |---------|--------| | `/oh-my-claudecode:writer-memory init <project-name>` | Initialize new project memory | | `/oh-my-claudecode:writer-memory status` | Show memory overview (character count, scene count, etc) | | `/oh-my-claudecode:writer-memory char add <name>` | Add new character | | `/oh-my-claudecode:writer-memory char <name>` | View character details | | `/oh-my-claudecode:writer-memory char update <name> <field> <value>` | Update character field | | `/oh-my-claudecode:writer-memory char list` | List all characters | | `/oh-my-claudecode:writer-memory rel add <char1> <char2> <type>` | Add relationship | | `/oh-my-claudecode:writer-memory rel <char1> <char2>` | View relationship | | `/oh-my-claudecode:writer-memory rel update <char1> <char2> <event>` | Add relationship event | | `/oh-my-claudecode:writer-memory scene add <title>` | Add new scene | | `/oh-my-claudecode:writer-memory scene <id>` | View scene details | | `/oh-my-claudecode:writer-memory scene list` | List all scenes | | `/oh-my-claudecode:writer-memory theme add <name>` | Add theme | | `/oh-my-claudecode:writer-memory world set <field> <value>` | Set world attribute | | `/oh-my-claudecode:writer-memory query <question>` | Query memory naturally (Korean suppor