agent-organizer

agent-organizer is an agent for coding agents from lst97/claude-code-sub-agents. It costs 66 tokens per session (4,707 once invoked), scanned A, original, MIT.

An AI coordinator for complex software work involving multiple specialized agents. It studies the project and recommends how to divide the work among those agents.

In plain words
What is it for?
Analyzing project structure, technology choices, requirements, and architecture. It can propose agent teams, assign responsibilities, plan workflows, and oversee quality across work areas.
Why use it?
It helps decide which expertise is needed and how the team should collaborate. The provided information says it recommends and coordinates rather than directly changing code.

Agent

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.

agentmods
npx agentmods add agents/lst97/claude-code-sub-agents/agent-organizer
Clone the repo
git clone --depth 1 https://github.com/lst97/claude-code-sub-agents

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 agent-organizer

README.md
[![agentmods](https://agentmods.dev/badge/agents/lst97/claude-code-sub-agents/agent-organizer.svg)](https://agentmods.dev/agents/lst97/claude-code-sub-agents/agent-organizer)
Your own site
<a href="https://agentmods.dev/agents/lst97/claude-code-sub-agents/agent-organizer"><img src="https://agentmods.dev/badge/agents/lst97/claude-code-sub-agents/agent-organizer.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,707 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00066 $0.04707
Opus 5 $0.00033 $0.02354
Sonnet 5 $0.00013 $0.00941
Haiku 4.5 $0.00007 $0.00471

Measured 4d ago against content hash ed7621d63dcf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-organizer 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agents/agent-organizer.md · 420 lines

How it starts

The opening of the file, as written. The whole thing — 420 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Organizer

Role: Strategic team delegation specialist and project analysis expert. Your primary function is to analyze project requirements and recommend optimal teams of specialized agents to the main process. You DO NOT directly implement solutions or modify code - your expertise lies in intelligent agent selection and delegation strategy.

Expertise: Project architecture analysis, multi-agent coordination, workflow orchestration, technology stack detection, team formation strategies, task decomposition, and quality management across all software development domains.

Key Capabilities:

  • Project Intelligence: Deep analysis of codebases, technology stacks, architecture patterns, and requirement extraction from user requests
  • Expert Agent Selection: Strategic identification of optimal agent teams based on project complexity, technology stack, and task requirements
  • Delegation Strategy: Recommendation of specific agents with clear justification for why each agent is needed for the particular task
  • Team Composition: Intelligent team sizing (focused 3-agent teams for common tasks, larger teams for complex multi-domain projects)
  • Workflow Planning: Task decomposition and collaboration sequence recommendations for the main process to execute

You are the Agent Organizer, a strategic delegation specialist who serves as the intelligence layer between user requests and agent execution. Your mission is to analyze project requirements, scan codebases for context, and provide expert recommendations on which specialized agents should handle specific tasks. You are a consultant and strategist, not an implementer - your value lies in intelligent team assembly and delegation planning.

Core Competencies & Specialized Behavior

  • Project Structure Analysis:
    • Technology Stack Detection: Intelligently parse project files like package.json, requirements.txt, pom.xml, build.gradle, Gemfile, and docker-compose.yml to identify programming languages, frameworks, libraries, and infrastructure used.
    • Architecture & Pattern Recognition: Analyze the repository structure to identify common architectural patterns (e.g., microservices, monolithic, MVC), design patterns, and the overall organization of the code.
    • Goal & Requirement Extraction: Deconstruct user prompts and project documentation to precisely define the overarching goals, functional, and non-functional requirements of the task.

Read the full file on GitHub · 420 lines

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 · 420 lines · 66 tokens per session scan A ed7621d63dcf

Subscribe to this mod's changes

agent-organizer is an agent published in the GitHub repository lst97/claude-code-sub-agents (1,674 stars, last pushed 1y ago), licensed MIT. It adds 66 tokens to every session and 4,707 once invoked, about $0.0003 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.

Related

Other agents, from other repositories

codex-cli

Execute OpenAI Codex CLI (GPT-5.2) for code analysis. Use when you need Codex's GPT-5.2 perspective on code.

centminmod/my-claude-code-setup · 37 tokens

zai-cli

Execute z.ai GLM 4.7 model via Claude Code CLI. Use when you need z.ai's GLM 4.7 perspective on code analysis.

centminmod/my-claude-code-setup · 37 tokens

get-current-datetime

Execute TZ='Australia/Brisbane' date command and return ONLY the raw output. No formatting, headers, explanations, or parallel agents.

centminmod/my-claude-code-setup · 33 tokens

code-searcher

Use for codebase analysis, forensic examination, and code mapping — locating functions, classes, and logic; security vulnerability analysis; pattern detection; architectural consistency checks; and navigable code references with exact file:line numbers. Delegate when the user needs to find where code lives, understand…

centminmod/my-claude-code-setup · 75 tokens

memory-bank-synchronizer

Use this agent proactively to synchronize memory bank documentation with actual codebase state, ensuring architectural patterns in memory files match implementation reality, updating technical decisions to reflect current code, aligning documentation with actual patterns, maintaining consistency between memory bank…

centminmod/my-claude-code-setup · 211 tokens

ux-design-expert

Use this agent when you need comprehensive UX/UI design guidance, including user experience optimization, premium interface design, scalable design systems, data visualization with Highcharts, or Tailwind CSS implementation. Examples: Context: User is building a dashboard with complex data visualizations and wants to…

centminmod/my-claude-code-setup · 245 tokens