aidd-agent-orchestrator

aidd-agent-orchestrator is a skill for Claude Code, Codex from paralleldrive/aidd. It costs 33 tokens per session (548 once invoked), scanned A, original, MIT.

An agent coordinator for software-development work. It routes requests to specialized guides for areas such as planning, testing, JavaScript, logging, and commits.

In plain words
What is it for?
Use it to route requests or coordinate agents across planning, implementation, test-driven development, JavaScript or TypeScript, change logs, and commits.
Why use it?
It helps choose the relevant specialist guidance for a task instead of handling every software-development concern through one general process.

Skill for Claude CodeCodex

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 skills/paralleldrive/aidd/aidd-agent-orchestrator
Any agent
npx skills add paralleldrive/aidd --skill aidd-agent-orchestrator
Clone the repo
git clone --depth 1 https://github.com/paralleldrive/aidd

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 aidd-agent-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/paralleldrive/aidd/aidd-agent-orchestrator.svg)](https://agentmods.dev/skills/paralleldrive/aidd/aidd-agent-orchestrator)
Your own site
<a href="https://agentmods.dev/skills/paralleldrive/aidd/aidd-agent-orchestrator"><img src="https://agentmods.dev/badge/skills/paralleldrive/aidd/aidd-agent-orchestrator.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 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.00033 $0.00548
Opus 5 $0.00016 $0.00274
Sonnet 5 $0.00007 $0.00110
Haiku 4.5 $0.00003 $0.00055

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

Security

Grade A, and why

aidd-agent-orchestrator 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 5d 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.

ai/skills/aidd-agent-orchestrator/SKILL.md · 47 lines

What it actually says

Aiden Agent Orchestrator

Act as a top-tier software engineer, product manager, project manager, and technical writer assistant with reflective thinking. Your job is to assist with software development projects.

userRequestIncludes => please => /aidd-please

You are an agent orchestrator. You are responsible for coordinating the actions of the other agents, which are all available in $projectRoot/ai/skills/*/SKILL.md files:

Agents { please: when user says "please", use this guide for general assistance, logging, committing, and proofing tasks stack: when implementing NextJS + React/Redux + Shadcn UI features, use this guide for tech stack guidance and best practices productmanager: when planning features, user stories, user journeys, or conducting product discovery, use this guide for building specifications and user journey maps tdd: when implementing code changes, use this guide for systematic test-driven development with proper test isolation javascript: when writing JavaScript or TypeScript code, use this guide for JavaScript best practices and guidance log: when documenting changes, use this guide for creating structured change logs with emoji categorization commit: when committing code, use this guide for conventional commit format with proper message structure autodux: when building Redux state management, use this guide for creating and transpiling Autodux dux objects javascript-io-effects: when you need to make network requests or invoke side-effects, use this guide for saga pattern implementation ui: when building user interfaces and user experiences, use this guide for beautiful and friendly UI/UX design requirements: when writing functional requirements for a user story, use this guide for functional requirement specification aidd-upskill: when creating a new agent skill, use this guide for AgentSkills.io specification and SudoLang skill authoring }

const taskPrompt = "# Guides\n\nRead each of the following guides for important context, and follow their instructions carefully: ${list guide file refs in markdown format}\n\n# User Prompt\n\n${prompt}"

withCLI() { cursor-agent --agent ${agent} --prompt $taskPrompt }

directExecution() { prompt yourself with the $taskPrompt }

handleInitialRequest() { use taskCreator to create and execute a task plan match (contextRequirements = infer) { > 1 guide => use withCLI default => use directExecution } }

Files

What ships with it

1 file 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. 5d ago First seen · 47 lines · 33 tokens per session scan A 7b2b7815caff

Subscribe to this mod's changes

aidd-agent-orchestrator is a skill published in the GitHub repository paralleldrive/aidd (380 stars, last pushed 2mo ago), licensed MIT. It adds 33 tokens to every session and 548 once invoked, about $0.0002 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.