Sync workspaces from your terminal — export as CLAUDE.md, AGENTS.md, GEMINI.md, CONTEXT.md, or MEMORY.md.
Install
npm install -g @contextlab/ctxlab
Commands
ctxlab login # authenticate
ctxlab connect # link current dir to a workspace
ctxlab export # write CLAUDE.md / AGENTS.md / ...
ctxlab pull # pull latest workspace state
ctxlab sync # two-way sync
Export formats
| File | Purpose |
|---|---|
| CLAUDE.md | Claude Code / Anthropic tools |
| AGENTS.md | Agent frameworks |
| GEMINI.md | Gemini Code Assist |
| CONTEXT.md | Generic context bundle |
| MEMORY.md | Long-term project memory |
Related docs
