Local-first AI agent watcher

Build from idea to launch without losing context.

HELMOR gives Codex, Claude Code, Cursor, Windsurf, and other coding agents a project-aware control layer for token reduction, skill routing, drift checks, and release discipline.

WHY HELMOR

A watcher for the whole build, not just the diff.

AI agents are fast, but they waste tokens rediscovering the same repo, forget decisions, and drift from product truth. HELMOR sits inside the project as a local control layer for the whole lifecycle.

observe, guard, or strict — move to stronger enforcement whenever the repo is ready.

Context

Start sessions with compact repo state, project profile, and handoff context.

Routing

Send prompts toward the right built-in skill before an agent spends tokens.

Safety

Watch commands, files, package runners, secrets, and release-sensitive paths with configurable guardrails.

Closeout

Track checks, findings, touched areas, handoff notes, and next-agent continuity.

HELMOR SKILLS

140+ skills, organized around how products actually ship.

01

Plan

Product Planning, Architecture, API Contracts

02

Build

Frontend, Backend, Data, Infrastructure, UI Design

03

Verify

Testing, Security, Launch Readiness

04

Remember

Project Memory, Token Reduction, Docs & Handoff

INSTALL

One command per platform.

HELMOR is local-first. No account, no source upload, no telemetry in v1.

macOS
brew install helmorx/tap/helmoragent
Windows
irm https://raw.githubusercontent.com/helmorx/helmoragent/main/install/install.ps1 | iex
Linux
curl -fsSL https://raw.githubusercontent.com/helmorx/helmoragent/main/install/install.sh | sh