create-agentic-workflow

Convert an existing skill directory into a GitHub agentic workflow with YAML and Copilot definitions.

5|3|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-agentic-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agentic-workflow
Source: https://github.com/richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/create-agentic-workflow
Command: npx skills add https://github.com/richfrem/agent-plugins-skills --skill create-agentic-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Converts an existing local skill directory into a GitHub-native agentic workflow, enabling seamless deployment and orchestration of your agentic capabilities.

Core Features & Use Cases

  • Automatically generate GitHub workflow YAML and Copilot agent definitions from an existing skill.
  • Support multiple workflow patterns (Sequential, Orchestrator-Workers, Evaluator-Optimizer, Stateful) and CI/CD triggers.
  • Provide post-scaffold steps, including secrets setup and guide for gh aw compile to production.

Quick Start

Scaffold a workflow for the skill located at path/to/skill with mode 'ide', 'cicd', or 'both'.

Frequently Asked Questions about create-agentic-workflow

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

FAQPage Schema
How do I convert an existing skill into a GitHub agentic workflow?

To convert an existing skill into a GitHub agentic workflow, you scaffold it using the designated script, which automatically generates GitHub workflow YAML and Copilot agent definitions for CI/CD integration.

What agentic workflow patterns can I generate for CI/CD integration?

Agentic workflow patterns supported for CI/CD integration include Sequential, Orchestrator-Workers, Evaluator-Optimizer, and Stateful patterns, along with automated triggers for your GitHub workflows.

Can I generate Copilot agent definitions from a local skill directory?

Yes, you can generate Copilot agent definitions from a local skill directory by executing the scaffold process, which outputs the necessary definitions for Copilot and Chat workflows.

What steps are needed to deploy a scaffolded GitHub workflow to production?

Deploying a scaffolded GitHub workflow to production requires completing post-scaffold steps, including secrets setup and running the `gh aw compile` command to finalize your automated deployment.

Does scaffolding a GitHub agentic workflow require external dependencies?

No, scaffolding a GitHub agentic workflow does not require external dependencies, as the process relies entirely on your existing skill directory to generate the necessary YAML and agent definitions.