📄 skillActivePromisinghigh
dohooo/helmor
by dohooo
Open-source local workbench for multi-agent software development.
Supported Platforms
🤖 Claude Code🧠 Codex
Quality Breakdown
87/ 200
Content Signals
Repo Health
Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.
Trust & Verification
high
Broad system access required. Carefully review permissions before installing.
Active
Updated within the last 90 days. Actively maintained.
Risk Assessment
- Multi-agent orchestration framework: Repository is explicitly designed for 'multi-agent software development' with agent coordination capabilities
- Persistent configuration in .claude/ directory: Contains .claude/settings.json, .claude/launch.json, and .claude/hooks/ which modify Claude-specific configurations and hooks
- Shell script execution in hooks: .claude/hooks/set-git-identity.sh indicates automated script execution without explicit user approval gates
- Agent spawning capability: .agents/ directory structure with multiple skill definitions (.agents/skills/helmor-cli, .agents/skills/helmor-release) suggests the system can spawn and orchestrate multiple agents
- Python script execution: .agents/skills/*/scripts/ contain Python scripts (render_stack.py, collect_release_context.py) that execute during agent operations
- External system integration: References to git operations, package management, and release automation indicate interaction with system-level commands