What problem does it solve? Setting up and operating the Collar Agent framework involves many moving parts — providers, credentials, toolsets, gateways, MCP servers, cron jobs, and multi-agent spawning — and this Skill consolidates the commands, config keys, and troubleshooting steps needed to manage all of it. ## Core Features & Use Cases - CLI & Configuration Reference: Covers the full dag command surface — chat, setup, model selection, auth, profiles, sessions, cron, webhooks, and credential pools — plus every config.yaml section and provider env var. - Multi-Agent Spawning: Shows how to launch independent Collar instances via one-shot mode or tmux PTY sessions, coordinate parallel agents with worktree isolation, and choose between delegate_task and full process spawning. - Gateway, MCP & Durable Systems: Documents messaging platform setup (Telegram, Discord, Slack, and 15+ others), native MCP server configuration, webhook subscriptions, the curator skill lifecycle, and the kanban multi-agent work queue. - Use Case: You want an agent to monitor GitHub issues and post triage summaries to Telegram on a schedule — this Skill walks you through enabling the webhook platform, creating a subscription with a prompt template, and wiring delivery. ## Quick Start Ask the agent to run dag setup and configure a model provider, then verify the installation with dag doctor.