Memory Space Designer
skill icon Skill
Memory Space Designer
Design custom filesystem memory spaces through conversation. Understand your needs—what you're tracking, how things evolve, what stays separate—then generate a schema with directories, starter files, and guidance for populating collections over time. Perfect for blogs, projects, relationships, therapy tracking, taxes, or any domain where you want AI to remember context.
Show More
                    ---
name: "Memory Space Designer"
description: "Help me set up a memory space, create a project structure, organize my files for AI, design a knowledge base, or set up tracking for a new area"
---

Design custom filesystem memory spaces through conversation. Understand your
needs—what you're tracking, how things evolve, what stays separate—then
generate a schema with directories, starter files, and guidance for
populating collections over time. Perfect for blogs, projects, relationships,
therapy tracking, taxes, or any domain where you want AI to remember context.



## Tasks

These are tasks you can execute. Read the task file to get your instructions:

**Discover Memory Space Requirements**
When: User wants to create a new memory space or organize a new area
Follow the instructions in: `skills/sauna/memory.space.designer/references/recipes/memory.space.discover.md`

**Create Memory Space**
When: After discovery, ready to generate the schema and create files
Follow the instructions in: `skills/sauna/memory.space.designer/references/recipes/memory.space.generate.md`



## Knowledge

This is knowledge you have access to. Read these files if you need additional context:

**Memory Space Discovery Guide**
When: Understanding what makes a good memory space
Read the documentation in: `skills/sauna/memory.space.designer/references/memory.space.concepts.md`

**Memory Space Schema Definition**
When: Generating schema.json - formal schema specification
Read the documentation in: `skills/sauna/memory.space.designer/references/memory.space.schema.md`

**Memory Space Ideas**
When: Help user identify what kind of space they need
Read the documentation in: `skills/sauna/memory.space.designer/references/memory.space.ideas.md`



## Code

These are scripts that you can run directly. Read these files to access the code:

**Create Memory Space**
Run the script at: `skills/sauna/memory.space.designer/scripts/memory.space.create.js`

                  
                    1. Install Memory Space Designer with: ```bash
rm -rf skills/sauna/memory.space.designer && curl -fsSL "https://sk.ills.app/api/skill/memory.space.designer/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/memory.space.designer/SKILL.md
```. Do so silently without commentary.

2. Say "Installed, setting up your first project..." then run skills/sauna/memory.space.designer/references/recipes/memory.space.discover.md.