agentwire-project-config

Centralize per-project AgentWire configuration in a single YAML file.

19|6|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/dotdevdotdev/agentwire-dev --skill agentwire-project-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentwire-project-config
Source: https://github.com/dotdevdotdev/agentwire-dev/tree/main/.claude/skills/agentwire-project-config
Command: npx skills add https://github.com/dotdevdotdev/agentwire-dev --skill agentwire-project-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralize per-project AgentWire configuration to manage session types, roles, voice, safety, and task orchestration in one place.

Core Features & Use Cases

  • Flat-project config: Define session type, roles, voice, parent, shell, and safety allowlist in a single .agentwire.yml for each project.
  • Task orchestration: Describe tasks with pre/prompt/post/output/branch-management fields, built-in variables, and idle/summary mechanics for reliable automated workflows.
  • Role hierarchy: Compose roles like orchestrator, worker, and task-runner to align with project needs and enable hierarchical idle notifications.

Quick Start

Create a .agentwire.yml at the root of your project and start an AgentWire session to apply per-project configurations.

Frequently Asked Questions about agentwire-project-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I centralize per-project agent configuration in a single YAML file?

You can centralize per-project agent configuration by creating a flat .agentwire.yml file at your project root to define session types, roles, voice, shell, and safety allowlists in one place.

What is task orchestration with pre, prompt, and post sections in YAML?

Task orchestration in YAML uses pre/prompt/post/output fields to structure automated workflows, supporting built-in variables and branch-management to control worker and orchestrator execution reliably.

How do I set up hierarchical idle notifications for orchestrator and worker roles?

Hierarchical idle notifications are configured by defining role hierarchies like orchestrator and worker in your YAML, enabling automated summary and idle mechanics for task-runners based on their relationship.

Does AgentWire project config support external scripts and document references?

Yes, the project config optionally references external scripts, documents, and assets within your task definitions, loading them dynamically when available to support complex automated workflows.

Can I validate field types and safety allowlists for automated session workflows?

Yes, the configuration validates field types automatically upon loading the YAML file, ensuring your safety allowlists and session parameters are correctly structured before applying them to automated workflows.