One-click install
npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill writer-memory-dropsyoon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writer-memory
Source: https://github.com/dropsyoon/oh-my-claudecode/tree/main/skills/writer-memory
Command: npx skills add https://github.com/dropsyoon/oh-my-claudecode --skill writer-memory-dropsyoon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writer Memory solves the problem of losing narrative consistency by tracking your characters, relationships, scenes, and themes across Claude sessions in a persistent, git-friendly store.

Core Features & Use Cases

  • Agentic fiction memory: Persist structured data for characters (tone, speech level, arc, keywords, taboo), world rules, relationships (dynamic + evolving events), scene emotional architecture, and thematic intent.
  • Dialogue voice validation: Check whether a line matches a character’s established speech level, tone, keywords, and taboo constraints, and return PASS/WARN/FAIL with suggested alternatives.
  • Emotion-first synopsis generation: Generate a 5-part, emotion-focused synopsis (attitude, core relationship structure, emotional theme, genre vs real emotion, ending aftertaste) suitable for Korean storytelling workflows.
  • Workflow-ready export: Export the full memory to readable Markdown to share, review, or reuse.

Quick Start

Initialize a new project and start building your story memory by running: /oh-my-claudecode:writer-memory init "봄의 끝자락"

Frequently Asked Questions about writer-memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I validate character dialogue against established speech levels and tone?

Korean-style synopsis generation produces a 5-part, emotion-focused synopsis covering attitude, core relationship structure, emotional theme, genre versus real emotion, and ending aftertaste. It is designed specifically for Korean storytelling workflows.

How do I generate a Korean-style emotion-focused synopsis?

Writer memory stores structured fiction data in a .writer-memory directory using on-disk JSON persistence. This git-friendly format allows you to version and track character data, world rules, and scene architecture across sessions.

How do I validate character dialogue against established speech levels and tone?

Writer memory stores structured fiction data in a .writer-memory directory using on-disk JSON persistence. This git-friendly format allows you to version and track character data, world rules, and scene architecture across sessions.

How do I maintain character consistency across multiple writing sessions?

Dialogue voice validation checks whether a line matches a character's established speech level, tone, keywords, and taboo constraints. It returns a PASS, WARN, or FAIL status with suggested alternative lines for consistency.