writer-memory

Featured

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

AI & Automation 39,098 stars 3499 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
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 <cha...

Details

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

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

auto-memory

This skill should be used when the user asks to 'set up memory', 'create memory files', 'create MEMORY.md', 'set up topic files', 'improve memory organization', 'what should I remember', 'how to structure memory files', 'MEMORY.md is too long', 'what goes in memory vs topic files', 'memory best practices', or wants to establish a persistent knowledge base across Claude Code sessions. Triggers on: memory setup, MEMORY.md, topic files, cross-session knowledge, persistent notes, memory maintenance, memory pruning.

2,228 Updated 1 weeks ago
tractorjuice
AI & Automation Listed

claude-mem

Persistent filesystem memory across sessions — maintains memory/ with decisions.md, context.md, glossary.md and sessions/YYYY-MM-DD.md, loads and summarizes state at session start, appends decisions and open threads at session end, compacts monthly, and refuses secrets and transient noise. Use when the user says "remember this", "what did we decide about X", "pick up where we left off", or when starting or closing a session on a long-running project.

15 Updated 2 days ago
alebgl77
AI & Automation Listed

memory

Unified memory CRUD: write/update/delete/query file-based markdown entries and sync to MCP semantic store. TRIGGER when: saving a new memory entry, updating or deleting an existing entry, querying stored memories, or deduplicating before write. SKIP: 3-tier agent memory (use agent-memory); in-task vector recall (use semantic-memory-mcp).

15 Updated 1 months ago
komluk