flow-error-try-catch-removal

Remove try-catch blocks around step calls to enable built-in retry logic.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/growthxai/output-claude-plugins --skill flow-error-try-catch-removal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-error-try-catch-removal
Source: https://github.com/growthxai/output-claude-plugins/tree/main/plugins/outputai-flow-migrator/skills/flow-error-try-catch-removal
Command: npx skills add https://github.com/growthxai/output-claude-plugins --skill flow-error-try-catch-removal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the common anti-pattern of wrapping step calls in try-catch blocks, allowing built-in retry logic to function properly.

Core Features & Use Cases

  • Deterministic Workflows: Let steps handle retries without interference.
  • Error Propagation: Preserve original errors for proper tracing.
  • Use Case: Clean up workflows that catch and rethrow errors around steps.

Quick Start

Remove try-catch blocks around steps and rely on step-level retries.