a2a-executor-patterns

Installation
SKILL.md

A2A Executor Patterns

Purpose: Provide production-ready executor patterns for implementing Agent-to-Agent (A2A) protocol task handlers with proper error handling, retry logic, and execution flows.

Activation Triggers:

  • Implementing A2A protocol executors
  • Building task handler functions
  • Creating agent execution flows
  • Managing task lifecycle and state
  • Implementing retry and error recovery
  • Building executor middleware
  • Task validation and sanitization

Key Resources:

  • templates/basic-executor.ts - Simple synchronous executor
  • templates/basic-executor.py - Python synchronous executor
  • templates/async-executor.ts - Asynchronous task executor
  • templates/async-executor.py - Python async executor
  • templates/streaming-executor.ts - Streaming result executor
Related skills

More from majiayu000/claude-skill-registry

Installs
2
GitHub Stars
303
First Seen
Feb 5, 2026