This skill provides a comprehensive reference for the Outfitter Stack architectural conventions, enabling developers to build robust, type-safe applications using Bun. It codifies best practices for creating pure function handlers, managing explicit error handling via Result types, and utilizing a standardized 10-category error taxonomy that maps directly to HTTP and exit codes. By following these patterns, developers can ensure their code remains testable, composable, and transport-agnostic across CLI, HTTP, and MCP interfaces while leveraging optimized Bun-native APIs.
주요 기능
012 GitHub stars
02Type-safe schema validation integration using Zod
03Optimized Bun-native API recommendations for core operations
04Explicit error handling using standardized Result types
05Transport-agnostic Handler contract for maximum code reusability
0610-category Error taxonomy with HTTP and Exit code mapping