From build-pipeline
Scaffold one stage of a multi-step pipeline: a per-stage subagent (with a SubagentStop gate), a manual launcher skill, and a dynamic-workflow script that orchestrates the stages deterministically. Run once per step you want to add.
How this skill is triggered — by the user, by Claude, or both
Slash command
/build-pipeline:build-pipeline <pipeline> <order> <step>: role / models / tools / check<pipeline> <order> <step>: role / models / tools / checkhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Scaffold one pipeline stage by orchestrating two subagents with the Task tool, in order:
Scaffold one pipeline stage by orchestrating two subagents with the Task tool, in order:
claude-code-guide subagent to confirm the current Claude Code docs the scaffolding depends on: subagent Stop/SubagentStop gates, whether agentType fires those gates inside a workflow, and the dynamic-workflow script API. Skip this on later stages of the same pipeline.build-pipeline generator agent (subagent type build-pipeline:build-pipeline) and give it the stage spec below plus any doc corrections from step 1. Return its result.Stage spec:
$ARGUMENTS
npx claudepluginhub hackersandwizards/agentic-engineering-training-nextjs --plugin build-pipelineGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.