Claude Tools / Plugins / claude-code-multisession
Plugins · langmartai/claude-code-multisession
claude-code-multisession
One prompt to control all your Claude Code sessions across every project
CLEARED_STATICclaude-onlyv0.1.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Claude-only
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
commands/projects.md
componentlow
commands/run.md
componentlow
commands/sessions.md
componentlow
commands/summary.md
componentmedium
skills/observe.md
componentmedium
skills/route.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
- egress patterns logged (FLAG-INFO): 3 lexical match(es)
README
From the repository
# Claude Code Multisession **One prompt to control all your Claude Code sessions across every project.** Stop switching terminals. Stop losing context. One session sees everything — your running agents, your costs, your work across every project — and routes new tasks to the right place automatically. [](https://discord.gg/xb2BNnk4) ## Install ```bash npm install -g lm-assist ``` The postinstall script automatically starts services, installs statusline, and this plugin. **Open a new Claude Code session** and type `/sessions` to verify. ### Plugin Marketplace Add the marketplace once — then install any combination of plugins: ``` /plugin marketplace add langmartai/lm-assist ``` | Install command | What you get | |----------------|-------------| | `/plugin install claude-code-multisession@langmartai` | Skills (observe, route) + commands (`/projects`, `/sessions`, `/summary`, `/run`) — cross-project session management | | `/plugin install claude-code-webui@langmartai` | Skill (dashboard) + commands (`/web`, `/web-sessions`, `/web-tasks`) — web dashboard access | | `/plugin …