Megavibe banner
poma-ai poma-ai

Megavibe

Development community

Description

Give Claude Code a memory that never dies. Persistent context, automatic recovery, remote access.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Megavibe

**Give Claude Code a memory that never dies.**

Megavibe makes Claude Code remember everything — decisions, mistakes, progress, and context — across sessions, compactions, and crashes. One command to install, one command to use. Optionally, control it from your phone or Apple Watch.

**macOS, Linux, and Windows** (Git Bash or WSL). Requires a [Claude Code](https://docs.anthropic.com/en/docs/claude-code) subscription. Everything else is optional.


Get Started

1. Open a terminal

  • macOS: Press Cmd + Space, type Terminal, press Enter
  • Linux: Open your terminal emulator
  • Windows: Open Git Bash (from git-scm.com) or WSL

2. Install Megavibe

Copy-paste this into Terminal and press Enter:

curl -fsSL https://raw.githubusercontent.com/poma-ai/megavibe/main/install.sh | bash

The installer detects your OS and package manager (Homebrew, apt, dnf, pacman, winget, choco) and installs everything needed — Node.js, Python, jq, AI tools — then walks you through each step. Takes about 5 minutes.

3. Use it

Navigate to any project and run:

cd ~/my-project
megavibe

That's it. Claude now remembers everything you work on together. Run `megavibe` every time you start working — it's always safe to re-run.

Every session automatically has **Remote Control** enabled — you can connect from your phone via the Claude app at any time (see [Remote Access](#remote-access-optional) below).


What Does It Actually Do?

The problem

Claude Code forgets things. Every time it "compacts" (runs out of memory), it loses detail. After a few compactions, it forgets constraints, repeats mistakes, and loses track of decisions.

The solution

Megavibe creates a **durable memory layer** that Claude writes to continuously and recovers from automatically:

your-project/
├── .agent/                          <- Claude's memory (survives everything)
│   ├── FULL_CONTEXT.md