xlsx-construction

Installation
SKILL.md

Excel Processing for Construction

Overview

Adapted from Anthropic's XLSX skill for construction spreadsheet workflows.

Construction Use Cases

1. Cost Estimate Template

from openpyxl import Workbook
from openpyxl.styles import Font, Alignment, Border, Side, PatternFill
from openpyxl.utils import get_column_letter

def create_estimate_template(output_path: str, project_name: str):
    """Create construction cost estimate template."""
    wb = Workbook()
    ws = wb.active
    ws.title = "Cost Estimate"
Installs
45
GitHub Stars
161
First Seen
Mar 5, 2026
xlsx-construction — datadrivenconstruction/ddc_skills_for_ai_agents_in_construction