Skip to main content
AgentWorkforce
Perfil de creador de GitHub

AgentWorkforce

Vista por repositorio de 109 skills recopiladas en 14 repositorios de GitHub.

skills recopiladas
109
repositorios
14
actualizado
4 sept 2026
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
relay
26 skills · 21 ago 2026
Desarrolladores de softwareOtras ocupaciones informáticasDesarrolladores webAnalistas de garantía de calidad de software y probadoresDiseñadores de interfaces web y digitales
5 categorías ocupacionales · 100 % clasificado
24 %participación
#02
skills
20 skills · 4 sept 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosEspecialistas en gestión de proyectosOtras ocupaciones informáticas
4 categorías ocupacionales · 50 % clasificado
18 %participación
#03
agents
11 skills · 15 jul 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresDiseñadores gráficos
3 categorías ocupacionales · 100 % clasificado
10 %participación
#04
workforce
11 skills · 10 jun 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100 % clasificado
10 %participación
#05
relayfile
10 skills · 20 may 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de sistemas informáticos
3 categorías ocupacionales · 100 % clasificado
9,2 %participación
#06
trajectories
8 skills · 12 abr 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100 % clasificado
7,3 %participación
#07
relaycast
6 skills · 16 abr 2026
Desarrolladores de softwareAdministradores de redes y sistemas informáticos
2 categorías ocupacionales · 100 % clasificado
5,5 %participación
#08
workflows
5 skills · 18 may 2026
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadores
2 categorías ocupacionales · 100 % clasificado
4,6 %participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

using-agent-relay
Otras ocupaciones informáticas

Use when you are a registered relay agent (a spawned worker, or a lead that called register_agent) coordinating with peers in real time over current Agent Relay MCP tools - messaging, channels, threads, reactions, search, inbox, actions, and worker…

21 ago 2026
agent-relay
Otras ocupaciones informáticas

Use when you need Codex to coordinate multiple agents through Agent Relay for peer-to-peer messaging, lead/worker handoffs, or shared status tracking across sub-agents and terminals.

20 ago 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

14 ago 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

14 ago 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex…

7 jul 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with @relayflows/core. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex…

7 jul 2026
emil-design-eng
Diseñadores de interfaces web y digitales

This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.

19 jun 2026
review-animations
Desarrolladores de software

Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned.

19 jun 2026
Mostrando 8 de 26 skills recopiladas.
orchestrating-agent-relay
sin clasificar

The canonical way to run agent-relay - self-bootstrap the local broker and autonomously spawn, monitor, and coordinate a team of worker agents without human intervention. Covers infrastructure startup, agent spawning, lifecycle monitoring, message-based…

4 sept 2026
writing-agent-relay-workflows
sin clasificar

Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, Relayfile-backed human assistance, Slack answer injection, integration subscriptions,…

4 sept 2026
migrating-persona-to-relayflow
sin clasificar

Use when migrating an existing `defineAgent` persona (in AgentWorkforce/agents or AgentWorkforce/internal-agents) to run its LLM-heavy work through a Relayflow v1 workflow via `ctx.workflow.run()`. Covers scope decisions (what to extract, what to leave in the…

3 sept 2026
creating-cloud-persona
sin clasificar

Use when creating, updating, or reviewing a Workforce cloud persona (`persona.ts` + `agent.ts`) for the current deploy/runtime shape. Covers cloud, useSubscription, integrations with scope mounting/enabledByInput gating/adapter config passthrough, inputs,…

1 sept 2026
relay-fanout
sin clasificar

Run a fan-out relay pattern for independent subtasks. Use when the same kind of work can be split across files, components, services, or targets with minimal coordination.

21 ago 2026
relay-pipeline
sin clasificar

Run a sequential relay pipeline where each stage feeds the next. Use when worker N plus 1 depends on worker N's output or decisions.

21 ago 2026
relay-team
sin clasificar

Spawn and coordinate a relay team for a multi-part task. Use when work should be split across several Claude workers with explicit ACK and DONE signaling.

21 ago 2026
openclaw-orchestrator
sin clasificar

Run headless multi-agent Agent Relay sessions from OpenClaw. Use when spawning teams of agents, coordinating them over channels, and managing agent lifecycle from an OpenClaw session. Covers only the OpenClaw-specific setup and event reporting; the broker,…

20 ago 2026
Mostrando 8 de 20 skills recopiladas.
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

15 jul 2026
creating-cloud-persona
Desarrolladores de software

Use when creating, updating, or reviewing a Workforce cloud persona (`persona.json`/`persona.ts` + `agent.ts`) for the current deploy/runtime shape. Covers `cloud`, `useSubscription`, integrations with scope mounting and adapter config passthrough, inputs,…

15 jul 2026
relay-80-100-workflow
Analistas de garantía de calidad de software y probadores

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates,…

15 jul 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, Relayfile-backed human assistance, Slack answer injection, integration subscriptions,…

15 jul 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

15 jul 2026
relay-80-100-workflow
Analistas de garantía de calidad de software y probadores

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates,…

15 jul 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, Relayfile-backed human assistance, Slack answer injection, integration subscriptions,…

15 jul 2026
generate-agent-graphics
Diseñadores gráficos

Create consistent, memorable visual graphics for AgentWorkforce agents in the agents repo. Use when asked to generate, design, refresh, or wire README graphics, avatars, badges, cards, banners, or visual identity assets for folders such as granola,…

28 may 2026
Mostrando 8 de 11 skills recopiladas.
auto-merge-and-composition-safety
Administradores de redes y sistemas informáticos

Use before auto-merging any PR in an autonomous run, and between consecutive merges that touch overlapping code. Covers the per-PR auto-merge bar (live CI verification, substantive review by area, bot-finding stale-vs-actionable triage) and the cross-PR…

10 jun 2026
autonomous-run-contract
Desarrolladores de software

Use at the start of every autonomous, multi-PR, cutover-class delegated run. Authors the binding contract between operator and agent — the gates, the flip mechanism, the rollback triggers, the standing constraints, and the explicit escalate-to-human…

10 jun 2026
dormant-flip-and-rollback
Administradores de redes y sistemas informáticos

Use when designing or executing a cutover-class change (migration, ingestion path swap, provider relink, flag enablement). Encodes the dark-launch + single-switch flip pattern, the refusal to flip on amber, and the pre-authorized rollback procedure — the…

10 jun 2026
instrument-dont-guess
Administradores de redes y sistemas informáticos

Use when a fix has failed two consecutive times for the same symptom. Encodes the discipline that the third action must be a temporary diagnostic (a /_diag endpoint, an enriched structured log, a runtime-captured snapshot) rather than another fix attempt.…

10 jun 2026
swarm-blockers-and-gate-scoreboard
Desarrolladores de software

Use during an autonomous run to (a) dispatch supporting codex-impl + claude-review agent pairs against hard blockers when the orchestrator cannot make progress alone, and (b) maintain the live RED / GREEN gate scoreboard the orchestrator reads to authorize…

10 jun 2026
tiered-acceptance
Analistas de garantía de calidad de software y probadores

Use when a single gate would require deep proof across a large set (44 models × 10 providers; 60+ resources; every region; every plan tier). Splits the acceptance into tier-1 (deep proof on high-volume / high-fidelity slice) and tier-2 (smoke proof on…

10 jun 2026
slack-relayfile-readdown-debugging
Desarrolladores de software

Use when inbound Slack content (channel messages, thread replies, or DMs) doesn't read down to local disk, or an integration-event preview says "Message unavailable" though the bytes may be on disk. Covers reading mount sync state, write-only-vs-mirror…

9 jun 2026
slack-relayfile-writeback-debugging
Desarrolladores de software

Use when an outbound Slack writeback (channel post, thread reply, or DM) silently fails to deliver — no error, no dead-letter. Covers the writeback pipeline, the relayfile ops-API getOp recipe to read the persisted lastError, where the Slack error actually…

9 jun 2026
Mostrando 8 de 11 skills recopiladas.
integration-verification-playbook
Analistas de garantía de calidad de software y probadores

Use when verifying Relayfile provider integrations end-to-end against a real workspace, including auth, OAuth connect, sync, file-tree shape, discovery materialization, outbound writeback, inbound webhook checks, evidence capture, and issue filing.

20 may 2026
relayfile-architecture-cheatsheet
Analistas de sistemas informáticos

Use when investigating Relayfile cloud, mount daemon, provider sync, discovery, writeback, digest generation, token handling, WorkspaceDO behavior, or architecture during integration verification and debugging.

20 may 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

9 may 2026
relay-80-100-workflow
Desarrolladores de software

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, PGlite for…

9 may 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with the relay broker-sdk - covers conversation-shape vs pipeline-shape coordination, repairable/reliable workflow gates, the WorkflowBuilder API, DAG step dependencies, agent definitions, step output chaining via…

9 may 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

9 may 2026
relay-80-100-workflow
Desarrolladores de software

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, PGlite for…

9 may 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with the relay broker-sdk - covers conversation-shape vs pipeline-shape coordination, repairable/reliable workflow gates, the WorkflowBuilder API, DAG step dependencies, agent definitions, step output chaining via…

9 may 2026
Mostrando 8 de 10 skills recopiladas.
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents and need to pick the right orchestration pattern - covers 10 patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) with decision framework and reflection protocol

12 abr 2026
relay-80-100-workflow
Analistas de garantía de calidad de software y probadores

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes PGlite for in-memory Postgres testing, mock…

12 abr 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with the relay broker-sdk - covers the WorkflowBuilder API, DAG step dependencies, agent definitions, step output chaining via {{steps.X.output}}, verification gates, evidence-based completion, owner decisions,…

12 abr 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents and need to pick the right orchestration pattern - covers 10 patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) with decision framework and reflection protocol

12 abr 2026
relay-80-100-workflow
Analistas de garantía de calidad de software y probadores

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes PGlite for in-memory Postgres testing, mock…

12 abr 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with the relay broker-sdk - covers the WorkflowBuilder API, DAG step dependencies, agent definitions, step output chaining via {{steps.X.output}}, verification gates, evidence-based completion, owner decisions,…

12 abr 2026
using-trajectories-sdk
Desarrolladores de software

Use when programmatically creating or managing agent trajectories in TypeScript - provides TrajectoryClient for persistent storage and TrajectoryBuilder for in-memory construction

20 feb 2026
prpm-json-best-practices
Desarrolladores de software

Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints

5 ene 2026
running-headless-orchestrator
Administradores de redes y sistemas informáticos

Use when an agent needs to self-bootstrap agent-relay and autonomously manage a team of workers - covers infrastructure startup, agent spawning, lifecycle monitoring, and team coordination without human intervention

16 abr 2026
running-headless-orchestrator
Desarrolladores de software

Use when an agent needs to self-bootstrap agent-relay and autonomously manage a team of workers - covers infrastructure startup, agent spawning, lifecycle monitoring, and team coordination without human intervention

16 abr 2026
running-headless-orchestrator
Desarrolladores de software

Use when an agent needs to self-bootstrap agent-relay and autonomously manage a team of workers - covers infrastructure startup, agent spawning, lifecycle monitoring, and team coordination without human intervention

16 abr 2026
using-agent-relay
Desarrolladores de software

Use when coordinating multiple AI agents in real-time - provides inter-agent messaging via MCP tools

26 mar 2026
optimizing-smithery-score
Desarrolladores de software

Use when publishing an MCP server to Smithery and need to maximize the quality score - covers scoring categories, tool metadata requirements, deploy reliability, and known external deployment limitations

19 feb 2026
prpm-json-best-practices
Desarrolladores de software

Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints

12 feb 2026
relay-80-100-workflow
Analistas de garantía de calidad de software y probadores

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory…

18 may 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex…

18 may 2026
choosing-swarm-patterns
Desarrolladores de software

Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns (fan-out, pipeline, hub-spoke, consensus, mesh, handoff, cascade, dag, debate, hierarchical) plus 14…

18 may 2026
relay-80-100-workflow
Desarrolladores de software

Use when writing agent-relay workflows that must fully validate features end-to-end before merging. Covers the 80-to-100 pattern - going beyond "code compiles" to "feature works, tested E2E locally." Includes repair-before-failure validation gates, mandatory…

18 may 2026
writing-agent-relay-workflows
Desarrolladores de software

Use when building multi-agent workflows with relay broker-sdk. Covers conversation vs pipeline coordination, WorkflowBuilder/DAG steps, agents, {{steps.X.output}} chaining, repairable verification gates, evidence-based completion, mandatory Claude-then-Codex…

18 may 2026
Mostrando 12 de 14 repositorios