architect-calculator

Automates architectural design calculations including area, daylight factor, egress compliance, structural load, energy demand, and cost using Python libraries.

277|54|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Abhinavbwj/Skills-Architects --skill architect-calculator-abhinavbwj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: architect-calculator
Source: https://github.com/Abhinavbwj/Skills-Architects/tree/main/skills/architect-calculator
Command: npx skills add https://github.com/Abhinavbwj/Skills-Architects --skill architect-calculator-abhinavbwj

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, math, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a suite of calculators for common architectural design computations, streamlining various calculations and reducing manual effort.

Core Features & Use Cases

  • Area Calculator: Compute development density metrics from site area and floor area ratio.
  • U-Value Calculator: Calculate the thermal transmittance of multi-layer constructions.
  • Daylight Calculator: Estimate the average daylight factor for a side-lit room.
  • Egress Calculator: Calculate egress requirements per IBC.
  • Structural Load Calculator: Calculate tributary area gravity loads for preliminary structural sizing.
  • Energy Calculator: Estimate annual heating and cooling energy demand using the degree-day method.
  • Cost Calculator: Estimate construction cost based on building type, quality, and region.
  • Use Case: An architect working on a new building can use this Skill to calculate the required area, energy consumption, and cost for the project.

Quick Start

Use the architect-calculator skill to calculate the Gross Floor Area for a site with an area of 5000m² and a Floor Area Ratio of 2.5.

Frequently Asked Questions about architect-calculator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate thermal transmittance for multi-layer construction assemblies?

Calculate thermal transmittance (U-Value) by inputting material layer properties into the U-Value Calculator, which automates the formula for multi-layer constructions to determine heat transfer rates for building envelopes.

Can I estimate construction costs based on building type and region?

Yes, you can estimate construction costs by specifying the building type, quality level, and region. The Cost Calculator processes these parameters to generate projected budget figures for new builds or renovation projects.

How do I calculate egress requirements per IBC for building design?

Calculate egress requirements by inputting occupant load data into the Egress Calculator, which applies International Building Code (IBC) standards to determine the necessary door capacities and exit widths for compliance.

What's the best way to estimate annual heating and cooling energy demand?

Estimate annual heating and cooling energy demand using the Energy Calculator, which applies the degree-day method to climate data and building thermal properties to project consumption needs for feasibility studies.

Do I need Python libraries like pandas and numpy to calculate architectural metrics?

Yes, you need Python libraries including pandas, numpy, and math installed in your environment. These dependencies are required to process the structural load, daylight factor, and area calculations handled by the scripts.

How do I calculate gross floor area from site area and floor area ratio?

Calculate gross floor area by providing the site area and floor area ratio (FAR) to the Area Calculator, which multiplies these inputs to compute development density metrics for zoning compliance and site planning.