AmanVarshney01 / better-result-adopt
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/better-result-adopt && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2656" && unzip -o skill.zip -d .claude/skills/better-result-adopt && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/better-result-adopt/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
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.
0 views
0 installs