Skip to main content
AgentWorkforce
Profil créateur GitHub

AgentWorkforce

Vue par dépôt de 109 skills collectés dans 14 dépôts GitHub.

skills collectés
109
dépôts
14
mis à jour
4 sept. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
relay
26 skills · 21 août 2026
Développeurs de logicielsAutres occupations informatiquesDéveloppeurs webAnalystes en assurance qualité des logiciels et testeursConcepteurs web et d'interfaces numériques
5 catégories métier · 100 % classifié
24 %part
#02
skills
20 skills · 4 sept. 2026
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAutres occupations informatiquesSpécialistes en gestion de projets
4 catégories métier · 50 % classifié
18 %part
#03
agents
11 skills · 15 juil. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursGraphistes
3 catégories métier · 100 % classifié
10 %part
#04
workforce
11 skills · 10 juin 2026
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100 % classifié
10 %part
#05
relayfile
10 skills · 20 mai 2026
Développeurs de logicielsAnalystes des systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100 % classifié
9,2 %part
#06
trajectories
8 skills · 12 avr. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
7,3 %part
#07
relaycast
6 skills · 16 avr. 2026
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques
2 catégories métier · 100 % classifié
5,5 %part
#08
workflows
5 skills · 18 mai 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
4,6 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

using-agent-relay
Autres occupations informatiques

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 août 2026
agent-relay
Autres occupations informatiques

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 août 2026
choosing-swarm-patterns
Développeurs de logiciels

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 août 2026
choosing-swarm-patterns
Développeurs de logiciels

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 août 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 juil. 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 juil. 2026
emil-design-eng
Concepteurs web et d'interfaces numériques

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

19 juin 2026
review-animations
Développeurs de logiciels

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 juin 2026
Affichage de 8 skills collectés sur 26.
orchestrating-agent-relay
non classé

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
non classé

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
non classé

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
non classé

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
non classé

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 août 2026
relay-pipeline
non classé

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 août 2026
relay-team
non classé

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 août 2026
openclaw-orchestrator
non classé

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 août 2026
Affichage de 8 skills collectés sur 20.
choosing-swarm-patterns
Développeurs de logiciels

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 juil. 2026
creating-cloud-persona
Développeurs de logiciels

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 juil. 2026
relay-80-100-workflow
Analystes en assurance qualité des logiciels et testeurs

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 juil. 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 juil. 2026
choosing-swarm-patterns
Développeurs de logiciels

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 juil. 2026
relay-80-100-workflow
Analystes en assurance qualité des logiciels et testeurs

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 juil. 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 juil. 2026
generate-agent-graphics
Graphistes

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 mai 2026
Affichage de 8 skills collectés sur 11.
auto-merge-and-composition-safety
Administrateurs de réseaux et de systèmes informatiques

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 juin 2026
autonomous-run-contract
Développeurs de logiciels

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 juin 2026
dormant-flip-and-rollback
Administrateurs de réseaux et de systèmes informatiques

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 juin 2026
instrument-dont-guess
Administrateurs de réseaux et de systèmes informatiques

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 juin 2026
swarm-blockers-and-gate-scoreboard
Développeurs de logiciels

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 juin 2026
tiered-acceptance
Analystes en assurance qualité des logiciels et testeurs

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 juin 2026
slack-relayfile-readdown-debugging
Développeurs de logiciels

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 juin 2026
slack-relayfile-writeback-debugging
Développeurs de logiciels

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 juin 2026
Affichage de 8 skills collectés sur 11.
integration-verification-playbook
Analystes en assurance qualité des logiciels et testeurs

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 mai 2026
relayfile-architecture-cheatsheet
Analystes des systèmes informatiques

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 mai 2026
choosing-swarm-patterns
Développeurs de logiciels

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 mai 2026
relay-80-100-workflow
Développeurs de logiciels

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 mai 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 mai 2026
choosing-swarm-patterns
Développeurs de logiciels

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 mai 2026
relay-80-100-workflow
Développeurs de logiciels

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 mai 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 mai 2026
Affichage de 8 skills collectés sur 10.
choosing-swarm-patterns
Développeurs de logiciels

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 avr. 2026
relay-80-100-workflow
Analystes en assurance qualité des logiciels et testeurs

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 avr. 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 avr. 2026
choosing-swarm-patterns
Développeurs de logiciels

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 avr. 2026
relay-80-100-workflow
Analystes en assurance qualité des logiciels et testeurs

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 avr. 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 avr. 2026
using-trajectories-sdk
Développeurs de logiciels

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

20 févr. 2026
prpm-json-best-practices
Développeurs de logiciels

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 janv. 2026
running-headless-orchestrator
Administrateurs de réseaux et de systèmes informatiques

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 avr. 2026
running-headless-orchestrator
Développeurs de logiciels

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 avr. 2026
running-headless-orchestrator
Développeurs de logiciels

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 avr. 2026
using-agent-relay
Développeurs de logiciels

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

26 mars 2026
optimizing-smithery-score
Développeurs de logiciels

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 févr. 2026
prpm-json-best-practices
Développeurs de logiciels

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 févr. 2026
relay-80-100-workflow
Analystes en assurance qualité des logiciels et testeurs

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 mai 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 mai 2026
choosing-swarm-patterns
Développeurs de logiciels

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 mai 2026
relay-80-100-workflow
Développeurs de logiciels

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 mai 2026
writing-agent-relay-workflows
Développeurs de logiciels

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 mai 2026
12 dépôts affichés sur 14