Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add javded-itres/Holix --skill holix-subagentsgit clone --depth 1 https://github.com/javded-itres/HolixWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/javded-itres/holix/holix-subagents)<a href="https://agentmods.dev/skills/javded-itres/holix/holix-subagents"><img src="https://agentmods.dev/badge/skills/javded-itres/holix/holix-subagents/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/javded-itres/holix/holix-subagents"><img src="https://agentmods.dev/badge/skills/javded-itres/holix/holix-subagents.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00095 | $0.02394 |
| Opus 5 | $0.00048 | $0.01197 |
| Sonnet 5 | $0.00019 | $0.00479 |
| Haiku 4.5 | $0.00010 | $0.00239 |
Grade A, and why
holix-subagents scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 293 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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
codersub-agent
Use sub-agents only when the user asks to delegate (/subagent-spawn, "запусти субагента", etc.),
except site/resource analysis with many real links from fetch_url — then call
research_site_pages (it spawns page_analyst workers). Do not auto-spawn other types
for regular chat questions.
Prerequisites
- Enabled (default on):
enable_subagents: truein profileconfig.yamlorHOLIX_ENABLE_SUBAGENTS=true. - Profile active:
holix --profile <name> …orHOLIX_PROFILE. - Limits (profile
config.yaml):subagent_max_concurrent(default 4)subagent_process_timeout(seconds per job)subagent_default_process_mode:process(Linux/macOS, isolated) orasync(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 |
page_analyst |
One page of a site (fetch_url only; spawned by research_site_pages) |
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 natural language)
User asks in chat; you (main agent) use tools:
delegate_to_subagent(agent_type, task)→ returnsjob_id- Optionally
list_subagentsto check status wait_subagent_result(job_id)when the answer must be included in your replyterminate_subagent(job_id)to cancel
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago Changed · +6 lines 2ba63a499d64
- 8d ago First seen · 287 lines · 95 tokens per session scan A d7b6b93fc902
holix-subagents is a skill published in the GitHub repository javded-itres/Holix (14 stars, last pushed today), licensed MIT. It adds 95 tokens to every session and 2,394 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
magazine-web-ppt
For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.
html-ppt-zhangzara-coral
OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.
google-drive-sheets
Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.
interactive-login
How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.
slack-drafts
Create Slack message drafts in the user's own composer, as the user, through their per-user Slack OAuth. Drafting only — the user reviews and sends from Slack.
connect-apps
Connect an administrator-enabled SaaS app for a user with a one-time OAuth consent link.