一键导入
create-agentic-workflow
Scaffold a GitHub agentic workflow from an existing skill
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scaffold a GitHub agentic workflow from an existing skill
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when a BC Small Claims Notice of Claim draft is already captured in canonical JSON and the next step is deterministic PDF-generation readiness review, renderer handoff, or artifact verification. This skill is for JSON-to-PDF generation only. It must not take over guided intake or canonical JSON authoring.
Use this skill when a BC Small Claims Notice of Claim draft already exists in canonical JSON and the next step is to produce a deterministic mock filing payload, simulate downstream submission, or inspect adapter artifacts. This skill is for JSON-to-adapter handoff only. It must not take over guided intake or PDF rendering.
This skill should be used when the user wants to start a BC Small Claims Notice of Claim, answer the Form 1 questions interactively, turn freeform facts into a structured intake packet, align the answers to the observed Filing Assistant question flow and canonical case JSON, or identify what information is still missing before validation or rendering.
Use this skill when a BC Small Claims Notice of Claim draft is already captured in canonical JSON and the next step is deterministic PDF-generation readiness review, renderer handoff, or artifact verification. This skill is for JSON-to-PDF generation only. It must not take over guided intake or canonical JSON authoring.
Use this skill when a BC Small Claims Notice of Claim draft already exists in canonical JSON and the next step is to produce a deterministic mock filing payload, simulate downstream submission, or inspect adapter artifacts. This skill is for JSON-to-adapter handoff only. It must not take over guided intake or PDF rendering.
This skill should be used when the user wants to start a BC Small Claims Notice of Claim, answer the Form 1 questions interactively, turn freeform facts into a structured intake packet, align the answers to the observed Filing Assistant question flow and canonical case JSON, or identify what information is still missing before validation or rendering.
| name | create-agentic-workflow |
| plugin | agent-scaffolders |
| description | Scaffold a GitHub agentic workflow from an existing skill |
| argument-hint | [skill-dir] [mode: ide|cicd|both] |
| allowed-tools | Bash, Read, Write |
Follow 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 discovery