helmor

by dohoooVerified

Open-source local workbench for multi-agent software development.

1,292
Stars
119
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/dohooo/helmor

Getting Started

Guides for using skills like helmor.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Helmor logo

Helmor

The local-first workbench for orchestrating coding agents.

Latest release Discord Docs License: Apache 2.0

Helmor screenshot

AI made coding faster.

Helmor is about finishing the rest of the loop — orchestrating, reviewing, testing, merging, and actually shipping software.

Helmor runs many coding agents in parallel, each in its own isolated git workspace — conversation, diffs, editor, terminals, and one-click PR actions in one window. Everything lives locally under ~/helmor/.

Features

  • Isolated workspaces — one git worktree and branch per task; agents never step on each other.
  • Bring your own agents — Claude Code, Codex, Cursor, OpenCode, and Kimi Code; your logins, API keys, and custom providers.
  • Review without leaving — diffs, Monaco editor, and terminals beside the conversation.
  • Ship from one button — create PR/MR, merge, fix CI, resolve conflicts, stacked PRs; GitHub and GitLab.
  • Terminal Mode — run prompts in the agent's native TUI, or resume a GUI chat in the terminal.
  • Quick panel — ⇧⌥Space opens a floating window to start a workspace and chat from anywhere.
  • Scriptablehelmor CLI and MCP server; your terminal or another agent can drive Helmor.
  • Skills — install from onboarding or Settings → Helmor Components; browse with / in the composer.
  • Mobile companion (experimental) — Cloudflare tunnel to your desktop; start tasks from your phone's browser.

More on the way — Slack & GitHub context, plan mode, and agent-driven orchestration.

How it works

flowchart LR
  A[Add a repository] --> B[Create a workspace]
  B --> C[Prompt an agent]
  C --> D[Review and ship]
  D -.->|repeat in parallel| B
  1. Add a repository — link a local clone, or clone from a URL.
  2. Create a workspace — fresh git worktree and branch under ~/helmor/workspaces/.
  3. Prompt an agent — describe the task and move on while it runs.
  4. Review and ship — read the diff, run tests, create and merge the PR.

Get started

Download Helmor →

macOS (Apple Silicon & Intel) · Windows (x64)

Read the docs →

On first launch, connect GitHub or GitLab and sign in to your first agent. Agent CLIs are bundled — nothing else to install.

CLI

Install from Settings → Experimental → Command Line Tool. Works against the same local database as the app — even while it is running.

helmor repo add /path/to/repo
helmor workspace new --repo myapp
helmor workspace list
helmor send --workspace myapp/feature-x "Add a test for the parser edge case."
helmor workspace status myapp/feature-x
helmor workspace run-action myapp/feature-x   # create PR, merge, fix CI, …
helmor mcp                                    # MCP server over stdio

Workspaces use repo-name/directory-name shorthand. Every command supports --json. Run helmor --help for the full reference.

Example — an agent ships a fix:

helmor workspace new --repo myapp --name fix-auth
helmor send --workspace myapp/fix-auth "Add tests for the token refresh path."
helmor workspace status myapp/fix-auth
helmor workspace run-action myapp/fix-auth

Contributing

Architecture, commands, and test layout live in AGENTS.md. To get started locally: bun install && bun run dev.

Or —

Open Helmor, Import Helmor, Ask Helmor:

"How do I contribute to Helmor?"

That's the guide.

Community

  • Discord — questions, feedback, release chat
  • GitHub Issues — bugs and feature requests
  • Or use the feedback button at the bottom of Helmor's sidebar

License

Apache 2.0

Frequently Asked Questions

What is helmor?

helmor is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dohooo. Open-source local workbench for multi-agent software development. It has 1,292 GitHub stars.

Is helmor safe to use?

Yes. helmor passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install helmor?

Clone the repository with "git clone https://github.com/dohooo/helmor" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is helmor written in?

helmor is primarily written in TypeScript. It is open-source under dohooo on GitHub, so you can review or fork the full source.

Are there alternatives to helmor?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh helmor against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details