From agent-scaffolders
Scaffold a GitHub agentic workflow from an existing skill
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-scaffolders:create-agentic-workflowThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Follow the `create-agentic-workflow` skill workflow to convert a local skill into a
acceptance-criteria.mdevals/evals.jsonevals/results.tsvfallback-tree.mdreferences/acceptance-criteria.mdreferences/agent-types.mdreferences/fallback-tree.mdreferences/hitl-interaction-design.mdreferences/pattern-decision-matrix.mdreferences/patterns/action-forcing-output-with-deadline-attribution.mdreferences/patterns/adversarial-objectivity-constraint.mdreferences/patterns/anti-pattern-vaccination.mdreferences/patterns/anti-symptom-triage.mdreferences/patterns/artifact-embedded-execution-audit-trail.mdreferences/patterns/artifact-generation-xss-compliance-gate.mdreferences/patterns/artifact-lifecycle.mdreferences/patterns/artifact-state-interrogative-routing.mdreferences/patterns/asynchronous-benchmark-metric-capture.mdreferences/patterns/audience-segmented-information-filtering.mdreferences/patterns/category-calibrated-benchmark-anchoring.mdFollow the create-agentic-workflow skill workflow to convert a local skill into a
GitHub-native agentic workflow.
$1 — path to the existing skill directory to convert$2 — optional mode: ide (Copilot Chat slash command), cicd (autonomous quality gate),
or both. Defaults to guided selection if omitted.$1 provides a skill directory, resolve and validate the path; otherwise askscaffold_agentic_workflow.py with the gathered parametersgh aw compile, etc.)Generated GitHub workflow YAML and/or Copilot agent definition files, with implementation notes for the chosen agent type and pattern.
$ARGUMENTS is empty: begin with Phase 0 complexity gate, then guided discoverynpx claudepluginhub richfrem/agent-plugins-skills --plugin agent-scaffoldersAuthors a reusable, deterministic agent orchestration workflow as a self-contained .mjs script for Claude Code's Workflow tool, with structured phases, fan-out, and verification.
Guides setup of minimal agentic layer: specs dir, Claude chore/implement commands, Python agent module, and gateway script for bootstrapping agentic coding in projects.
Guides designing workflow-based Claude Code skills with numbered phases, decision trees, subagent delegation, and progressive disclosure. For sequential pipelines, routing patterns, safety gates, task tracking, phased execution, or refactoring skills.