create-workflow-command

安装量: 562
排名: #8934

安装

npx skills add https://github.com/neolabhq/context-engineering-kit --skill create-workflow-command
Create Workflow Command
Create a command that orchestrates multi-step workflows by dispatching sub-agents with task-specific instructions stored in separate files.
User Input
Workflow Name: $1
Description: $2
Architecture Overview
Workflow commands solve the
context bloat problem
instead of embedding detailed step instructions in the main command (polluting orchestrator context), store them in separate task files that sub-agents read on-demand. Show more
返回排行榜