This is a comprehensive workflow authoring assistant for GitHub's new agentic workflows system, not the standard YAML Actions you already know. It walks Claude through the full lifecycle: inspecting repo state, authoring markdown workflows with frontmatter and safe outputs, configuring engine secrets and network policies, running gh aw compile and trial commands, and debugging failures. The procedures are detailed and opinionated, pushing you toward least privilege patterns, safe outputs over direct write access, and explicit concurrency groups when fanning out reusable workers. Use it when you're building AI driven automation that needs guardrails, not when you're writing deterministic CI pipelines. The security and operational guidance is the real value here.
npx skills add https://github.com/webmaxru/agent-skills --skill github-agentic-workflows