LLM Skills
~/catalogue/prise de notes//SKILL
Prise de notessource GitHub

Mémoire de l'auteur

/SKILL

Système de gestion de la mémoire créative pour les écrivains : suivez vos personnages, leurs relations, vos scènes et vos thèmes

Yeachan-HeoYeachan-Heo
38.6k
22 mai 2026
MIT License
// contenu du skill

name: writer-memory

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

argument-hint: "init|char|rel|scene|query|validate|synopsis|status|export [args]"

level: 7


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

CommandAction
/oh-my-claudecode:writer-memory init <project-name>Initialize new project memory
/oh-my-claudecode:writer-memory statusShow 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 listList 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 listList 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 supported)
/oh-my-claudecode:writer-memory validate <character> <dialogue>Check if dialogue matches character tone
/oh-my-claudecode:writer-memory synopsisGenerate emotion-focused synopsis
/oh-my-claudecode:writer-memory exportExport full memory as readable markdown
/oh-my-claudecode:writer-memory backupCreate manual backup

Memory Types

캐릭터 메모리 (Character Memory)

Tracks individual character attributes essential for consistent portrayal:

FieldKoreanDescription
arc감정궤도Emotional journey (e.g., "체념 -> 욕망자각 -> 선택")
attitude태도Current disposition toward life/others
tone대사톤Dialogue style (e.g., "담백", "직설적", "회피적")
speechLevel말투 레벨Formality: 반말, 존댓말, 해체, 혼합
keywords핵심 단어Characteristic words/phrases they use
taboo금기어Words/phrases they would never say
emotional_baseline감정 기준선Default emotional state
triggers트리거What provokes emotional reactions

Example:

/writer-memory char add 새랑
/writer-memory char update 새랑 arc "체념 -> 욕망자각 -> 선택"
/writer-memory char update 새랑 tone "담백, 현재충실, 감정억제"
/writer-memory char update 새랑 speechLevel "해체"
/writer-memory char update 새랑 keywords "그냥, 뭐, 괜찮아"
/writer-memory char update 새랑 taboo "사랑해, 보고싶어"

세계관 메모리 (World Memory)

Establishes the universe your story inhabits:

FieldKoreanDescription
setting배경Time, place, social context
rules규칙How the world operates (magic systems, social norms)
atmosphere분위기Overall mood and tone
constraints제약What cannot happen in this world
history역사Relevant backstory

관계 메모리 (Relationship Memory)

Captures the dynamic between characters over time:

FieldDescription
typeBase relationship: romantic, familial, friendship, rivalry, professional
statusCurrent state: budding, stable, strained, broken, healing
power_dynamicWho has the upper hand, if any
eventsTimeline of relationship-changing moments
tensionCurrent unresolved conflicts
intimacy_levelEmotional closeness (1-10)

Example:

/writer-memory rel add 새랑 해랑 romantic
/writer-memory rel update 새랑 해랑 "첫 키스 - 새랑 회피"
/writer-memory rel update 새랑 해랑 "해랑 고백 거절당함"
/writer-memory rel update 새랑 해랑 "새랑 먼저 손 잡음"

장면 메모리 (Scene Memory)

Tracks individual scenes and their emotional architecture:

FieldKoreanDescription
title제목Scene identifier
characters등장인물Who appears
location장소Where it happens
cuts컷 구성Shot-by-shot breakdown
narration_tone내레이션 톤Narrativ
// source originale publique
Yeachan-Heo/oh-my-claudecode
/skills/writer-memory/SKILL.md
Licence : MIT License
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/SKILL.md" "https://raw.githubusercontent.com/Yeachan-Heo/oh-my-claudecode/main/skills/writer-memory/SKILL.md"
Ensuite dans Claude Code, tapez /SKILL pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
CréateurYeachan-Heo
Étoiles 38.6k
CatégoriePrise de notes
LicenceMIT License
Mis à jour22 mai 2026
Format.md
AccèsGratuit
// similaires

Skills Prise de notes

Voir toutarrow_forward