This is a no-network example of a Skill that ships a Workflow Template as a supporting resource.
The important shape is:
SKILL.mddescribes the practice and points to a supporting template file.workflows/parallel_review.jsonis loaded only when the agent needs that template.run_workflowinstantiates the template withtemplate_id: "readonly-review/parallel_review"andtemplate_args.
To try it manually, copy this directory to .agents/skills/readonly-review/ in a scratch
workspace, then ask Pixir to inspect the Skill and dry-run the template.
Example run_workflow arguments:
{
"template_id": "readonly-review/parallel_review",
"template_args": {
"topic": "repository onboarding",
"focus_a": "architecture",
"focus_b": "tests"
}
}