askill
memory-palace

memory-palaceSafety 100Repository

Spatial organization of knowledge in navigable directories

28 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

πŸ›οΈ Memory Palace Skill

"The filesystem is the mind. Directories are rooms. Files are objects."

The ancient method of loci, adapted for LLMs navigating filesystems.

The Technique

Place knowledge in locations. Navigate to remember.

Each room contains:

  • Objects (files) β€” artifacts to examine
  • Exits (links) β€” doors to other rooms
  • Atmosphere β€” the room's essence

This IS the Room Skill

Memory Palace and Room are deeply connected:

Memory PalaceRoom Skill
LocationDirectory
ObjectFile
TraversalEnter/Exit
PlacementCreate file
RecallNavigate to

Memory Palace = Room + spatial mnemonic intent

Palace Structure

palace/
β”œβ”€β”€ ENTRY.md          # Front door (README)
β”œβ”€β”€ MAP.yml           # Navigation overview
β”‚
β”œβ”€β”€ concepts/         # Wing: Ideas
β”‚   β”œβ”€β”€ ROOM.md
β”‚   β”œβ”€β”€ yaml-jazz/
β”‚   └── play-learn-lift/
β”‚
β”œβ”€β”€ characters/       # Wing: Personas
β”‚   β”œβ”€β”€ ROOM.md
β”‚   β”œβ”€β”€ gardener/
β”‚   └── archivist/
β”‚
└── skills/           # Wing: Capabilities
    β”œβ”€β”€ ROOM.md
    └── ...

Placing Knowledge

To remember something:

  1. Choose a room β€” where does this belong?
  2. Create a file β€” the object to place
  3. Link it β€” connect to related objects
  4. Walk there β€” navigate to reinforce
# palace/concepts/yaml-jazz/ROOM.yml
room:
  name: "YAML Jazz Chamber"
  contains:
    - "jazz-principles.md"    # Core ideas
    - "examples/"             # Sub-room of examples
  exits:
    parent: "../"
    related: "../play-learn-lift/"
  atmosphere: "improvisational, semantic"

Core Files

ENTRY.md

The front door to your palace:

# Palace Name

## Welcome
What this palace contains and why.

## Quick Navigation
- [Room A](room-a/ROOM.md) - Description
- [Room B](room-b/ROOM.md) - Description

## Recent Activity
- Added X to Room A
- Created new Room C

MAP.yml

Navigation structure:

palace:
  name: "Research Palace"
  created: "2025-12-30"
  
rooms:
  - name: "foundations"
    path: "foundations/"
    description: "Core concepts"
    connects_to: ["applications", "history"]
    
  - name: "applications"
    path: "applications/"
    description: "Practical uses"
    connects_to: ["foundations", "examples"]

landmarks:
  - name: "The Big Question"
    location: "foundations/core-question.md"
    importance: "Start here"

ROOM.md (in each room)

# Room Name

## What's Here
Description of this room's contents.

## Artifacts
- [artifact-1.md](artifact-1.md) - Description

## Doors
- ← Back to [Entry](../ENTRY.md)
- β†’ Forward to [Next Room](../next-room/ROOM.md)

## Notes
Observations, questions, TODOs for this room.

Navigation Commands

IntentAction
"Enter the palace"Read ENTRY.md
"Look around"ls current directory
"Go to room X"cd to room, read ROOM.md
"Examine artifact"Read the file
"Leave a note"Create/update .meta.yml
"Create new room"mkdir + create ROOM.md
"Check the map"Read MAP.yml
"Where am I?"Note current path

Lifecycle

Create

  • mkdir palace root
  • create ENTRY.md
  • create MAP.yml
  • create initial rooms

Expand

  • create new room directory
  • add ROOM.md
  • update MAP.yml
  • link from related rooms

Maintain

  • update MAP.yml periodically
  • add cross-references
  • archive stale rooms
  • create summaries

Archive

  • move to attic/
  • note in MAP.yml
  • update links

Tips

  1. Start small β€” Begin with 3-5 rooms, expand as needed
  2. Name meaningfully β€” Directory names are addresses
  3. Link generously β€” Cross-references aid recall
  4. Leave breadcrumbs β€” Update .meta.yml as you explore
  5. Maintain the map β€” MAP.yml is your table of contents
  6. Archive, don't delete β€” Move stale rooms to attic/

Integration

SkillRelationship
roomMemory Palace IS Room + spatial mnemonic intent
adventureAdventure IS Room + narrative quest framing
cardObjects placed in rooms can be cards
soul-chatPalace rooms can speak, guide visitors
summarizeCompress palace knowledge for context

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

83/100Analyzed 2/24/2026

A well-structured skill about spatial knowledge organization using the method of loci applied to filesystems. Provides comprehensive documentation including structure diagrams, YAML templates, navigation commands, and lifecycle phases. Located in a dedicated skills folder with proper metadata. Scores well on clarity, actionability, and completeness. The moollm tag suggests some project-specificity but the underlying technique is broadly applicable. Minor improvement would be adding an explicit 'when to use' trigger section."

100
88
65
82
82

Metadata

Licenseunknown
Version-
Updated2/21/2026
PublisherSimHacker

Tags

ci-cd