@generalaction/emdash

by generalaction · v1.0.0 · prompt

Emdash is a cross-platform Electron application that orchestrates multiple CLI coding agents (Claude Code, Codex, Qwen Code, Amp, etc.) in parallel. Each agent runs in its own Git worktree to keep cha

Install

Add @generalaction/emdash to Claude Code with the PolySkill CLI: polyskill add @generalaction/emdash

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview **Emdash** is a cross-platform Electron application that orchestrates multiple CLI coding agents (Claude Code, Codex, Qwen Code, Amp, etc.) in parallel. Each agent runs in its own Git worktree to keep changes isolated, allowing simultaneous work on multiple features. ### Architecture - **Main Process** (`src/main/`): Electron main process — IPC handlers, services, database, PTY management - **Renderer Process** (`src/renderer/`): React UI built with Vite — com…

Keywords: github, cli-orchestration, electron-app, coding-agents, parallel-execution, git-worktree, cross-platform-development, automation-tools, devops