create-agentic-workflow

Installation
SKILL.md

[!IMPORTANT] CRITICAL POKA-YOKE RULE: NEVER hand-author or hand-edit .github/agents/*.agent.md or .github/workflows/*.md frontmatter. ALL generation MUST go through scaffold_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 Workflow gh-aw), or C (CI/CD Smart Failure agent)
  • --name — custom name for the generated agent/workflow
  • --engine — engine to use: copilot (default), claude, or codex
  • --tools — comma-separated tools to allow (e.g. github,terminal or "" for none)

Steps

Installs
27
GitHub Stars
6
First Seen
Mar 6, 2026
create-agentic-workflow — richfrem/agent-plugins-skills