writer-memory

Manage persistent fiction writing memory with JSON storage and CRUD operations.

1|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cheggin/request-for-startups --skill writer-memory-cheggin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writer-memory
Source: https://github.com/Cheggin/request-for-startups/tree/main/skills/writer-memory
Command: npx skills add https://github.com/Cheggin/request-for-startups --skill writer-memory-cheggin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writer Memory provides a persistent memory store for fiction writers, enabling cross-session continuity by tracking characters, world rules, relationships, scenes, and themes, with data persisted in .writer-memory/memory.json for git-friendly collaboration.

Core Features & Use Cases

  • Persistent storage with automatic backups and git-friendly JSON.
  • CRUD management for characters, relationships, scenes, world memory, and themes, plus memory queries and profile generation.
  • Integration and exports for synopses, scene profiles, and relationship maps to support planning and collaboration.

Quick Start

Initialize a new memory with a project name and genre, then add characters, scenes, and relationships to begin building a writer's memory.

Frequently Asked Questions about writer-memory

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

FAQPage Schema
How do I track characters and scenes across multiple writing sessions?

A writer memory tool tracks characters and scenes across sessions by persisting continuity data into a git-friendly JSON file. This allows ongoing development of relationships and themes without losing context between writing sessions.

What is the best way to maintain character relationships and world-building rules for fiction?

Maintaining character relationships and world-building rules is best handled by a JSON-based memory schema with CRUD operations. This enables structured tracking, querying, and reporting of world memory alongside character profiles for fiction workflows.

Does this character tracking memory support Korean storytelling workflows?

Yes, this character tracking memory supports Korean storytelling workflows. It is specifically designed to apply to diverse fiction workflows, including Korean storytelling and ongoing world-building development with versioned backups.

Can I export scene profiles and relationship maps for collaboration?

Yes, you can export scene profiles and relationship maps for collaboration. The memory store supports generating synopses and exporting profiles, which aids planning and team collaboration directly from the saved JSON data.

How do I integrate creative writing memory with git for versioned backups?

You integrate creative writing memory with git by persisting all tracked data in a specific memory.json file. This git-friendly JSON format enables atomic saves and versioned backups, allowing standard git workflows for collaboration and history tracking.

What are the limitations of using JSON for scene management and theme tracking?

Using JSON for scene management and theme tracking means data is persisted in a single file, which may become large with extensive world-building. However, atomic saves ensure data integrity during writes to mitigate corruption risks.