bygtrabanco· 29 skills
Internal contract of the agentic-workflow pack: the machine envelope — the fixed JSON block an external orchestrator parses to route the next step (which command, which model tier) without a human reading the chat. Skills do NOT emit it on their own (except workflow-status, the sensor): a driver that wants it injects the canonical system-prompt snippet defined here and runs the repair loop on parse failure. Not a menu entry; this skill owns the schema, and docs/workflow/ORCHESTRATION.md documents the driver loop that consumes it.
$npx -y skills add gtrabanco/agentic-workflow --skill orchestration-envelopeInstalls into the current project.
Run `npx skills use "https://github.com/gtrabanco/agentic-workflow" --skill "gtrabanco/agentic-workflow/orchestration-envelope"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/gtrabanco/agentic-workflow" that are relevant to the current task. Run `npx skills add "https://github.com/gtrabanco/agentic-workflow"` and select the relevant skills, then follow their instructions.