Slash Command

/loose-subagents

Install
1
Install the plugin
$
npx claudepluginhub danielrosehill/claude-code-plugins --plugin ai-tools

Want just this command?

Add to a custom plugin, then install with one command.

Description

Your task is to evaluate the project level subagents in this repository.

Namespace
claude-code/agents/
Command Content

Your task is to evaluate the project level subagents in this repository.

They are at: ./claude/agents.

Task:

We want to prune the subagent network.

Our pruning logic is, approximately: "cut from the bottom".

Which is to say:

Identify the least useful subagent (perhaps one that is mostly duplicated by other subagents or which has a marginal utility)#

Delete that agent

Repeat

Ask the user if there is a specific number of subagents they are aiming to reduce to or whether they wish to condense the cumulative agent descriptions to a certain character count. If the user provides those specifics, reduce to that amount.

Stats
Stars0
Forks0
Last CommitNov 15, 2025
Actions