The Helmor CLI lets you control Helmor right from your terminal. You can inspect data and settings, manage repositories and workspaces, send prompts to agents, and list models. It also handles GitHub integration, scripts, and migration from Conductor.
A powerful feature is the ability to plan and build a stack of dependent pull requests. You can split a large change into smaller PRs or re-sync a stack after lower layers change. This makes complex code changes easier to review and merge.
You can also install and update the Helmor CLI and skills, run Helmor as an MCP server, generate shell completions, and quit a running app. This skill is perfect for anyone who prefers working from the command line.
Global
mkdir -p ~/.claude/skills/helmor-cliProject
mkdir -p .claude/skills/helmor-cliSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Resolving Merge Conflictsmattpocock/skills
Resolve Git merge conflicts step by step preserving both intents
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes