flow-error-try-catch-removal

Official

Remove try-catch around steps.

Authorgrowthxai
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: flow-error-try-catch-removal
Download link: https://github.com/growthxai/output-claude-plugins/archive/main.zip#flow-error-try-catch-removal

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository