home/categories/architecture-patterns/nikivdev-ts-codex-skills-better-result-adopt-skill-md
architecture-patternsdevelopment

better-result-adopt

Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.

nikivdev
maintainer
nikivdev
Mis à jour 1/17/2026
Étoiles
818
Forks
94
quick start

Installation and usage

Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming.

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 better-result-adopt