home/categories/architecture-patterns/epicenterhq-epicenter-agents-skills-control-flow-skill-md
architecture-patternsdevelopment

control-flow

Human-readable control flow patterns for early returns, guard clauses, and linearizing nested logic. Use when the user says "simplify this", "flatten these conditions", "too many nested ifs", or when refactoring nested conditionals, replacing try-catch with linear flow, or restructuring decision logic.

EpicenterHQ
maintainer
EpicenterHQ
업데이트됨 3/20/2026
스타
4394
포크
319
quick start

Installation and usage

Human-readable control flow patterns for early returns, guard clauses, and linearizing nested logic. Use when the user says "simplify this", "flatten these conditions", "too many nested ifs", or when refactoring nested conditionals, replacing try-catch with linear flow, or restructuring decision logic.

설치
$ install --globalskills.sh
사용법

설치 후 터미널에서 다음 명령을 실행하여 이 스킬을 사용할 수 있습니다:

skills use control-flow