holix-subagents

Solid

Full Holix sub-agent lifecycle: spawn, monitor, collect results, answer ask_user questions, approve tool confirmations, and delegate to external CLIs (holix launch). Use when the user asks about subagents, /subagent-spawn, delegate_to_subagent, background workers, sub-agent questions, /subagent-reply, holix launch + coder, or running tasks without blocking the main chat. Invoke via /holix-subagents.

AI & Automation 11 stars 2 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

## When to use The user wants **background specialized work** without blocking the main Holix chat: - research, coding, review, writing, analysis - optional: hand off implementation to **external coding CLIs** (Claude Code, OpenCode, Grok Build) via an assigned `coder` sub-agent Use sub-agents **only when the user asks** to delegate (`/subagent-spawn`, "запусти субагента", etc.). Do not auto-spawn for regular chat questions. ## Prerequisites 1. **Enabled** (default on): `enable_subagents: true` in profile `config.yaml` or `HOLIX_ENABLE_SUBAGENTS=true`. 2. **Profile** active: `holix --profile <name> …` or `HOLIX_PROFILE`. 3. **Limits** (profile `config.yaml`): - `subagent_max_concurrent` (default 4) - `subagent_process_timeout` (seconds per job) - `subagent_default_process_mode`: `process` (Linux/macOS, isolated) or `async` (in-process) If spawn fails with "disabled" → tell user to enable sub-agents and retry. ## Built-in types | Type | Use for | |------|---------| | `researcher` | Deep research, files + web | | `web_researcher` | Web search + synthesis | | `coder` | Code write/edit/debug, terminal, tests | | `analyst` | SQL, data, calculations | | `reviewer` | Code review | | `writer` | Docs and content | Custom types: profile `subagents/types.json`, managed in TUI `/subagent-types` or listed with `/subagent-types list`. Duplicate active jobs get suffixed ids: `coder-2`, `coder-3`, … --- ## Two ways to start work ### A. Main agent (recommended for natura...

Details

Author
javded-itres
Repository
javded-itres/Holix
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category