stack-templates
Installation
SKILL.md
Stack Templates
Templates for creating @outfitter/* components.
Component Types
| Type | Package | Template |
|---|---|---|
| Handler | @outfitter/contracts |
handler |
| Handler Test | @outfitter/testing |
handler-test |
| CLI Command | @outfitter/cli |
cli-command |
| MCP Tool | @outfitter/mcp |
mcp-tool |
| Daemon | @outfitter/daemon |
daemon-service |
Handler
Transport-agnostic business logic returning Result<T, E>: