Analysis updated 2026-05-18
Keep a persistent decision log and session history across Claude Project sessions
Track tasks with due dates and priorities in a live dashboard
Run a /morning command to build a daily brief from live database state
Run a /debrief command after a meeting to extract tasks and people intelligence
| ballyhofam-bot/claude-project-os | akaakshat246/ecoscore-browser-extension | andrelog99/dam | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 3/5 | 2/5 |
| Audience | pm founder | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Cloudflare account and a Netlify account for the database and dashboard layer.
Claude Project OS is a framework that gives Claude Projects a persistent memory and task-tracking system. Claude Projects (a feature of Claude Pro and Team accounts) lose context over time because long conversations get compressed, and new sessions start fresh. This system solves that by layering three kinds of storage on top of a Claude Project so nothing important gets lost. Layer 1 is a set of markdown files uploaded directly to the Claude Project. Claude reads these at the start of every session. They hold your role, key people and relationship dynamics, a decision log, institutional knowledge, and a running session history. Because project files are not compressed like conversation history, they survive indefinitely. Layer 2 is a live database and dashboard. You set up a Cloudflare D1 database (a serverless SQL store) with an API worker in front of it, and a Netlify-hosted dashboard for viewing it in a browser. This layer tracks structured data, tasks with due dates and priorities, a people directory, and a leadership moves log. Layer 3 is a set of skill commands: markdown files that Claude treats as executable routines. Typing /morning pulls live database state and builds a daily brief. /debrief after a meeting extracts tasks and captures people intelligence. /close reconciles the day and updates the memory files. /status gives a quick count of open and overdue items. /weekly runs a full week review. The project is written in JavaScript and requires a Cloudflare account and a Netlify account, both of which have free tiers. The full README is longer than what was provided.
A three layer memory and task tracking framework that gives Claude Projects persistent context across sessions using files, a database, and skill commands.
Mainly JavaScript. The stack also includes JavaScript, Cloudflare D1, Netlify.
License not stated in the available information.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly pm founder.
This repo across BitVibe Labs
Verify against the repo before relying on details.