create-agentic-workflow
Installation
SKILL.md
[!IMPORTANT] CRITICAL POKA-YOKE RULE: NEVER hand-author or hand-edit
.github/agents/*.agent.mdor.github/workflows/*.mdfrontmatter. ALL generation MUST go throughscaffold_github_agent.py. To change tools, engines, or triggers, re-run the scaffolder with the appropriate flag — do not edit the files by hand.
Follow the create-agentic-workflow skill workflow to convert a local skill into a GitHub-native agentic configuration (Target A, B, or C).
Inputs
$1(or--skill-dir) — path to the existing skill directory to convert--target— target type:A(Custom Copilot Agent.agent.md),B(GitHub Agentic Workflowgh-aw), orC(CI/CD Smart Failure agent)--name— custom name for the generated agent/workflow--engine— engine to use:copilot(default),claude, orcodex--tools— comma-separated tools to allow (e.g.github,terminalor""for none)