$ npx skills add https://github.com/forge-town/skills --skill check-error-handling
error-handling-best-practice
Result<T, E>
ResultAsync<T, E>
核心原则: 禁止使用原生 try-catch,必须使用 neverthrow 的 Result 类型进行显式错误传递