From 110021abc27ad59510c987f2f19318949a2c9e4e Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Mon, 19 Jan 2026 01:58:05 -0500 Subject: [PATCH] readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 9763440..a053c7b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,32 @@ Scale your Claude Code usage horizontally and vertically. **Vertical**: Each plan spawns multiple weavers executing specs concurrently image +## Installation +Install to any project with a single command: + +```bash +# From your project directory +/path/to/claude-code-vertical/install.sh + +# Or specify target explicitly +./install.sh /path/to/your/project +``` + +This creates symlinks in your project's `.claude/` directory: + +``` +your-project/.claude/ + commands/ -> slash commands (/plan, /build, /status) + skills/ -> agent skills (planner, orchestrator, weaver, verifier) + skill-index/ -> library of additional skills + lib/ -> tmux helpers + vertical/plans/ -> where your plans live +``` + +**Prerequisites:** +- [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) +- tmux: `brew install tmux` ## Quick Start