subagent-profiles

subagent-profiles is a skill for Claude Code, Codex from humanerd-drew/opencode-drewgent. It costs 73 tokens per session (295 once invoked), scanned A, original, MIT.

An archived system for defining profiles for helper agents, such as planners, testers, reviewers, and security reviewers. Its original profile system has been replaced by other delegation tools.

In plain words
What is it for?
It is for understanding or maintaining older agent-profile configurations and moving them to the listed replacement tools.
Why use it?
It mainly helps explain how the old setup worked and what now replaces it. The input does not describe active capabilities beyond those historical profiles.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions OpenCode.

Good fit It is for understanding or maintaining older agent-profile configurations and moving them to the listed replacement tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/humanerd-drew/opencode-drewgent/subagent-profiles
Install

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.

Any agent
npx skills add humanerd-drew/opencode-drewgent --skill subagent-profiles
Clone the repo
git clone --depth 1 https://github.com/humanerd-drew/opencode-drewgent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for subagent-profiles

README.md
[![agentmods](https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/subagent-profiles.svg)](https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/subagent-profiles)
Your own site
<a href="https://agentmods.dev/skills/humanerd-drew/opencode-drewgent/subagent-profiles"><img src="https://agentmods.dev/badge/skills/humanerd-drew/opencode-drewgent/subagent-profiles.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 295 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.00295
Opus 5 $0.00036 $0.00148
Sonnet 5 $0.00015 $0.00059
Haiku 4.5 $0.00007 $0.00030

Measured 4d ago against content hash 37b8adc2efaa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

subagent-profiles 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.

skills/software-development/subagent-profiles/SKILL.md · 25 lines

What it actually says

Subagent Profiles (Archived)

This skill is archived. The OMO subagent profile system (~/.config/opencode/agents/*.md + delegate.ts) has been removed.

Current replacement

  • `task(subagent_type="") — opencode built-in. Types: explorer, implementer, tester, reviewer, reviewer-critical, security-reviewer, planner, orchestrator, designer, sre, analyst, content-manager, editor, archiver, seo-engineer.
  • gjc_delegate_execute(goal, worktree?, acceptance?) — GJC worktree isolation + tmux execution.
  • gjc_delegate_team(goals=[...]) — GJC tmux parallel workers.
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 4d ago First seen · 25 lines · 73 tokens per session scan A 37b8adc2efaa

Subscribe to this mod's changes

subagent-profiles is a skill published in the GitHub repository humanerd-drew/opencode-drewgent (2 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 295 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

subagent-delegation

Delegate routine work to subagents — boilerplate generation, data transformation, file analysis, documentation drafting. Use when splitting tasks into independent subtasks for parallel subagent execution.

PracticalSwan/agent-skills · 40 tokens

subagent-driven-development

Execute plans via delegatetask subagents (2-stage review).

mateaix/mateclaw · 17 tokens

task-routing

Use BEFORE delegating any complex task to a subagent. Contains the routing table that maps task patterns to the correct specialized agent. MUST be consulted before using the Task tool for delegation decisions. Trigger keywords - "delegate", "subagent", "agent", "research", "implement", "investigate", "debug"…

MadAppGang/claude-code · 70 tokens

delegation-protocol

Defines the structured delegation protocol for coordinator-to-subagent communication. Includes base parameter requirements, agent-specific parameters, anti-laziness checklists, and RESULT block parsing. Use when delegating work to subagents.

zebbern/termstack · 47 tokens

task-planning

Turn a Paperclip issue or request into a structured implementation plan with child task graph, blockers, owners, and acceptance criteria, then save it as the issue plan document.

paperclipai/paperclip · 40 tokens

loopx-auto-research

Use when a LoopX worker is operating an auto-research lane, demo pane, frontier item, evidence packet, promotion/retirement decision, or visible tmux/Codex auto-research rehearsal. Identity must come from the LoopX role profile and quota/frontier packet; this skill only provides role-specific execution checklists…

huangruiteng/loopx · 79 tokens