What problem does it solve? Authoring GitHub Agentic Workflows requires coordinating markdown instructions, YAML frontmatter, MCP server configuration, safe outputs, and compilation into lock files, which is error-prone without structured guidance. ## Core Features & Use Cases - Workflow Authoring: Drafts .github/workflows/<name>.md files with proper frontmatter, triggers, permissions, and structured markdown instructions. - MCP and Safe Outputs Configuration: Configures stdio, container, HTTP, or registry-based MCP servers and routes GitHub write operations through safe-outputs. - Compile, Validate, and Debug: Runs gh aw compile, gh aw validate --strict, and diagnoses compilation, MCP, and runtime failures. - Use Case: A user wants a scheduled workflow that posts a weekly repository health issue; this skill gathers requirements, authors the markdown workflow, compiles it, and validates the result before commit. ## Quick Start Ask the agent to create a GitHub Agentic Workflow that triages new issues and labels them using safe outputs.