daemon-init
Initialize AIWG daemon mode configuration from a named profile for persistent background sessions
Best use case
daemon-init is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
It is a strong fit for teams already working in Codex.
Initialize AIWG daemon mode configuration from a named profile for persistent background sessions
Teams using daemon-init should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/daemon-init/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How daemon-init Compares
| Feature / Agent | daemon-init | Standard Approach |
|---|---|---|
| Platform Support | Codex | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Initialize AIWG daemon mode configuration from a named profile for persistent background sessions
Which AI agents support this skill?
This skill is designed for Codex.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# Daemon Init You initialize AIWG daemon mode configuration from a named profile. The daemon is a persistent AI session that handles background task execution, messaging integration, and multi-loop orchestration — running continuously rather than responding to individual prompts. ## Triggers Alternate expressions and non-obvious activations (primary phrases are matched automatically from the skill description): - "start daemon mode" → init with default profile - "set up background agent" → init with manager profile - "configure aiwg for continuous operation" → init with orchestrator profile - "i want aiwg running in the background" → init with manager profile - "reinitialize daemon" → init with `--force` ## Trigger Patterns Reference | Pattern | Example | Action | |---------|---------|--------| | Default init | "initialize daemon" | Run `aiwg daemon-init` | | Named profile | "init daemon as orchestrator" | Run `aiwg daemon-init orchestrator` | | Force reinit | "reinitialize daemon config" | Run `aiwg daemon-init --force` | | Worker mode | "set up a worker daemon" | Run `aiwg daemon-init worker` | | Monitor mode | "run daemon in monitoring mode" | Run `aiwg daemon-init monitor` | ## Behavior When triggered: 1. **Extract intent**: - Is a profile name specified? Default to `manager` if not. - Is `--force` needed (user mentioned reinitializing or overwriting)? 2. **Select the appropriate profile**: | Profile | Authority | Use Case | |---------|-----------|----------| | `manager` (default) | Balanced — orchestrate and execute | General-purpose persistent agent | | `orchestrator` | High — coordinate other agents | Driving multi-agent workflows | | `worker` | Low — execute, minimal decisions | Background task execution | | `monitor` | Read-only — observe and alert | Ops monitoring, health checks | 3. **Run the command**: ```bash # Default profile (manager) aiwg daemon-init # Named profile aiwg daemon-init orchestrator aiwg daemon-init worker aiwg daemon-init monitor # Overwrite existing config aiwg daemon-init --force aiwg daemon-init orchestrator --force ``` 4. **Know where config is written**: `.aiwg/daemon/config.yaml` in the current project. This file controls: - Session persistence behavior - Messaging integration endpoints (Telegram, Slack, etc.) - Task queue and loop settings - Authority level and decision boundaries 5. **Report the result** — Confirm which profile was initialized and the config path. If daemon is already initialized, remind the user to use `--force` to overwrite. ## Examples ### Example 1: Default initialization **User**: "Set up daemon mode" **Extraction**: Init request, no profile specified — use `manager` **Action**: ```bash aiwg daemon-init ``` **Response**: "Daemon initialized with `manager` profile. Config written to `.aiwg/daemon/config.yaml`. To start the daemon, see `docs/daemon-guide.md` for session launch instructions." --- ### Example 2: Orchestrator profile **User**: "Initialize the daemon as an orchestrator — I want it coordinating multiple sub-agents" **Extraction**: Init with `orchestrator` profile **Action**: ```bash aiwg daemon-init orchestrator ``` **Response**: "Daemon initialized with `orchestrator` profile. High-authority orchestration settings applied. Config at `.aiwg/daemon/config.yaml`. The orchestrator profile enables `aiwg mc` (Mission Control) dispatch patterns." --- ### Example 3: Force reinitialize **User**: "Reinitialize the daemon — the old config is stale" **Extraction**: Force reinit, no profile specified — use `manager` with `--force` **Action**: ```bash aiwg daemon-init --force ``` **Response**: "Daemon config overwritten with `manager` profile. Previous config backed up to `.aiwg/daemon/config.yaml.bak`." --- ### Example 4: Worker for CI pipeline **User**: "I need a worker daemon for running background test loops in CI" **Extraction**: Init with `worker` profile **Action**: ```bash aiwg daemon-init worker ``` **Response**: "Daemon initialized with `worker` profile. Minimal decision authority configured — this profile executes tasks and reports results without autonomous orchestration. Suitable for CI background loops." ## Clarification Prompts If the user's intent is ambiguous: - "Which daemon profile should I use? Options: `manager` (default), `orchestrator`, `worker`, `monitor`" - "A daemon config already exists at `.aiwg/daemon/config.yaml`. Should I overwrite it with `--force`?" - "Are you initializing for a new project, or reconfiguring an existing daemon?" ## References - @$AIWG_ROOT/src/cli/handlers/daemon.ts — Daemon command handler - @$AIWG_ROOT/docs/daemon-guide.md — Full daemon documentation including session launch - @$AIWG_ROOT/docs/messaging-guide.md — Messaging integration (Telegram, Slack) configuration - @$AIWG_ROOT/docs/cli-reference.md — CLI reference
Related Skills
dev-mode-init
Switch AIWG CLI to dev mode (local repo source), rebuild, deploy dev tools, and run a health check — all via the Steward agent
init
Initialize AIWG configuration for an existing project by creating .aiwg/aiwg.config with provider and script entries
daemon-status
Show daemon health, active sessions, task queue, and subsystem status
aiwg-init
Initialize AIWG configuration for an existing project by creating .aiwg/aiwg.config with provider and script entries
aiwg-orchestrate
Route structured artifact work to AIWG workflows via MCP with zero parent context cost
venv-manager
Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.
pytest-runner
Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.
vitest-runner
Execute JavaScript/TypeScript tests with Vitest, supporting coverage, watch mode, and parallel execution. Use for JS/TS test automation.
eslint-checker
Run ESLint for JavaScript/TypeScript code quality and style enforcement. Use for static analysis and auto-fixing.
repo-analyzer
Analyze GitHub repositories for structure, documentation, dependencies, and contribution patterns. Use for codebase understanding and health assessment.
pr-reviewer
Review GitHub pull requests for code quality, security, and best practices. Use for automated PR feedback and approval workflows.
YouTube Acquisition
yt-dlp patterns for acquiring content from YouTube and video platforms