writer-memory

Solid

Agentic memory system for writers - track characters, relationships, scenes, and themes

AI & Automation 35,484 stars 3242 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
Yeachan-Heo
Repository
Yeachan-Heo/oh-my-claudecode
Created
4 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category