architect-calculator
Installation
SKILL.md
Architect Calculator
A suite of seven command-line Python calculators for rapid architectural design computations. Each calculator accepts parameters via command-line arguments, validates inputs, and produces either human-readable or JSON-structured output.
All scripts are located in the scripts/ directory and can be run with:
python scripts/<calculator_name>.py [arguments]
Add --json to any command for structured JSON output suitable for
piping into other tools or automation workflows.