# Me Write Code — terminal coding harness > Me Write Code is a provider-agnostic terminal coding harness with token-saving > Caveman Mode, SDK/RPC embedding, and package-based extensions, skills, prompts, > and themes. This file is the LLM-friendly entry point to Me Write Code documentation. Each linked page is plain markdown with a "Copy for LLMs" button at the top that strips the navigation chrome. ## Install ``` npm install -g @zhachory1/mewrite-code mewrite ``` ## Top-level docs - [Quickstart](https://github.com/Zhachory1/mewritecode/tree/main/docs/getting-started/quickstart.md): zero-to-first-prompt in 30 seconds - [Install](https://github.com/Zhachory1/mewritecode/tree/main/docs/getting-started/installation.md): macOS, Linux, Windows, Docker, Homebrew, npm - [Auth & Providers](https://github.com/Zhachory1/mewritecode/tree/main/docs/getting-started/auth.md): providers and OAuth flows - [Models](https://github.com/Zhachory1/mewritecode/tree/main/docs/getting-started/models.md): default models, thinking levels, architect/editor split ## Reference - [Tools](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/tools.md): built-in tools, Caveman Mode compression, cost transparency - [Slash Commands](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/slash-commands.md): built-ins + authoring markdown commands - [Skills](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/skills.md): markdown skills loaded by description match - [Subagents](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/subagents.md): worktree-isolated parallel agents via Task tool - [Memory](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/memory.md): memory integration - [MCP](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/mcp.md): client + agent-as-server transports - [Hooks](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/hooks.md): lifecycle hooks - [Permissions](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/permissions.md): approval and sandbox surfaces - [Plan Mode](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/plan-mode.md): read-only exploration, structured plan, /act to execute - [Daemon](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/daemon.md): serve, multi-client attach, worker mode - [Recipes](https://github.com/Zhachory1/mewritecode/tree/main/docs/reference/recipes.md): YAML pipelines ## Migration - [From Claude Code](https://github.com/Zhachory1/mewritecode/tree/main/docs/migration/from-claude-code.md): config compatibility - [From Codex](https://github.com/Zhachory1/mewritecode/tree/main/docs/migration/from-codex.md): AGENTS.md and .mcp.json compatibility - [From Aider](https://github.com/Zhachory1/mewritecode/tree/main/docs/migration/from-aider.md): repo map and edit-format-per-model ## Cookbook & API - [Cookbook](https://github.com/Zhachory1/mewritecode/tree/main/docs/cookbook.md): GitHub Actions, multi-agent review, daemon pair programming - [Comparison](https://github.com/Zhachory1/mewritecode/tree/main/docs/comparison.md): Me Write Code vs other coding agents - [Troubleshooting](https://github.com/Zhachory1/mewritecode/tree/main/docs/troubleshooting.md): install, auth, sessions, tools, hooks, MCP - [API](https://github.com/Zhachory1/mewritecode/tree/main/docs/api.md): SDK, JSON-RPC, OpenAPI, extension API ## Differentiators (one-line each) 1. Caveman Mode compression: prompt, tool-output, and read-dedup layers 2. Multi-provider auth and model routing 3. Session branching (`/tree`, `/fork`) 4. Plan mode + parallel worktree-isolated subagents 5. MCP client plus MCP server mode 6. Approval and sandbox surfaces 7. Repo map + edit-format-per-model workflows 8. Daemon mode survives SSH drops; multi-client attach 9. Shadow-git checkpoints + `/rollback N` 10. Memory integration hooks 11. Packageable extensions, skills, prompts, themes, and agents 12. MIT licensed; no telemetry by default ## Repo - Source: https://github.com/Zhachory1/mewritecode - Issues: https://github.com/Zhachory1/mewritecode/issues - Discord: https://discord.com/invite/nKXTsAcmbT - Releases: https://github.com/Zhachory1/mewritecode/releases