LOS-starter: The Markdown Memory System That Makes Claude Code Remember
LOS-starter is a public cold-start template for the Life Operating System (LOS), a Markdown-based memory system that helps Claude AI remember context across conversations.
Why it matters
LOS-starter provides a structured, open-source approach to building persistent memory and context for AI assistants like Claude, which can improve their capabilities and user experience.
Key Points
- 1LOS-starter provides a single place to understand LOS and bootstrap a working instance with task management, skills, and memory
- 2The system stores all data in Markdown files, with a focus on maintaining persistent memory and identity across updates
- 3Key skills include /learn for capturing knowledge, /build-project for creating new projects, and /task-system for managing a single-task workflow
Details
LOS-starter is a GitHub repository that serves as a public template for bootstrapping the Life Operating System (LOS), a Markdown-based memory system designed to help the Claude AI assistant remember context across conversations. The system stores all data, including identity, projects, tasks, and knowledge, in plain Markdown files, allowing for easy updates and persistence of user data. Key features include a task management system inspired by the BMAD framework, self-assembling routing for skills, and an update mechanism to migrate data during system upgrades. The goal is to provide users with a single place to understand and set up their own LOS instance, with the managed files in the repository serving as the upstream source for updates.
No comments yet
Be the first to comment