Troubleshoots and resolves technical issues within the Outfitter infrastructure, including Result handling, MCP integration, and CLI logging.
The Outfitter Stack Debugger is a specialized skill designed to diagnose and fix common pitfalls in Bun-first Outfitter projects. It provides expert guidance on handling Result types to prevent async errors and broken type narrowing, ensures Model Context Protocol (MCP) tools are correctly registered and invoked, and standardizes CLI output and exit codes. Whether you are dealing with failed log redactions, missing context in traces, or schema validation errors, this skill provides the patterns and diagnostic steps necessary to maintain a stable and observable stack.
Características Principales
01MCP tool registration and invocation troubleshooting
022 GitHub stars
03Log redaction and context hierarchy verification
04Result & Error handling pattern diagnostics
05Zod schema and TypeScript type narrowing validation
06CLI output mode and exit code standardization
Casos de Uso
01Fixing 'Result' objects that fail to narrow types or return unexpected 'err' states.
02Ensuring CLI tools properly output JSON and exit with the correct status codes for CI/CD.
03Debugging why an MCP tool is missing from the AI interface or failing during execution.