Agent Dispatch

Single front door for agent/subagent architecture, config, and setup. Parses a subcommand — audit, config, init, or route — and routes to the right engine: agent-architecture-audit (diagnose LLM wrapper and agent failures), agent-config-audit (audit and sync AI agent config files across workspaces), agent-folder-init (add or repair .agents/ project context for a repo), or setup-agent-routing (write a machine-readable routing block in CLAUDE.md/AGENTS.md). Backs the /agent command. Use when asked to audit an agent system, check config drift, initialize agent docs, or wire up routing, and the action must be picked from an argument like "audit", "config", "init", or "route".

shipshitdev 8a43b9e 2 files · 5.0 KB Updated

File contents

shipshitdev/skills/tree/main/skills/agent-dispatch commit 8a43b9e29c

Frequently asked questions

npx skillmds add shipshitdev/agent-dispatch