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
Mis à jour 3/20/2026
Étoiles
4394
Forks
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.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use control-flow