com um clique
orchestration
Core orchestration skill for assigning work and managing workers
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Core orchestration skill for assigning work and managing workers
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Core coding skill for the FORGE builder agent
Planning skill for the FORGE builder agent
Evaluation criteria for the SENTINEL reviewer agent
Review skill for the SENTINEL reviewer agent
Create generative, code-based art and visualizations using P5.JS and algorithmic principles.
Visual philosophy and design principles for creating impactful visual content.
| name | orchestration |
| description | Core orchestration skill for assigning work and managing workers |
Read KEY_WORKER_SLOTS from shared store. Look for workers with status Idle.
T-CI-) must be assigned before any other work if ci_readiness is missing or ci_must_go_first is true. Without CI, VESSEL stalls on every PR.Consider:
Update worker slot:
{
"id": "forge-1",
"status": {
"Assigned": {
"ticket_id": "T-42",
"issue_url": "https://github.com/org/repo/issues/42"
}
}
}
Log assignment to event stream for observability.
Workers may request approval for commands like:
rm -rf (file deletion)git push --force (force push)npm publish (package publishing)Set worker status from Suspended back to Assigned.
Set worker status to Idle with rejection reason.