Megavibe
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
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11