What problem does it solve?
This Skill ensures that all command-line interface (CLI) output within the Swamp project is consistent, readable, and adaptable to different user needs, whether for human consumption or machine processing.
Core Features & Use Cases
- Dual Output Modes: Supports both human-friendly "log" mode with colors and formatting, and machine-readable "json" mode.
- Consistent Formatting: Enforces a uniform design system for presentation, including color schemes, spacing, and indentation.
- Use Case: When developing a new Swamp CLI command, use this Skill's guidelines to ensure its output is clear, well-structured, and functions correctly in both interactive terminal sessions and automated scripting environments.
Quick Start
Follow the output file pattern and render function guidelines to implement consistent terminal output for new CLI commands.