custom-skills.exe — Skills Built for Your Portfolio

The open-source catalog uses industry-standard assumptions. Your firm has its own underwriting criteria, reporting templates, and workflows. I build skills tuned to exactly how your team works.

GOOD
A Prompt

Generic, one-off.

BETTER
A Custom Skill

Tuned, portable, shareable.

> Let's build this →
BEST
An Engineered Solution

Python calculators, sub-agents, deterministic output.

> Let's build this →
calculators/ — 21 bundled Python engines

Engineered skills bundle deterministic Python calculators. Every one of the 21 below was reviewed as pure standard-library code with no network, shell, or credential access, and each links to its source so you can read exactly what runs. This is the full set the catalog counts, not a sample.

Financial calculators 12

Construction Cost Estimatorconstruction_estimator.py

Produces a TDC (Total Development Cost) estimate for a CRE project by CSI division, with regional adjustment, soft cost layering, contingency, and sensitivity analysis.

CRE Proration Calculatorproration_calculator.py

Calculates per diem prorations for property tax, rent, insurance, and CAM/OpEx at a commercial real estate closing.

Back-of-napkin deal screening: cap rate, price per unit/SF, rent vs market, DSCR at assumed financing, cash-on-cash, replacement cost ratio.

Debt Sizing Enginedebt_sizing.py

Sizes a CRE loan against simultaneous DSCR, LTV, and debt yield constraints.

Fund Fee Modelerfund_fee_modeler.py

Models blended management fee economics for institutional fund raises.

Calculates GP/LP distributions through a multi-tier promote waterfall with preferred return accrual and a GP catch-up.

Lease Option Valuationoption_valuation.py

Calculates termination fees, renewal option cap rate impact, and compares conservative/moderate/aggressive option packages by NPV impact.

Loan Covenant Testercovenant_tester.py

Tests loan covenants (DSCR, LTV, debt yield) against multi-year projections.

Monte Carlo Return Simulatormonte_carlo_simulator.py

Stochastic simulation engine for CRE investment returns.

NPV Trade-Out Analyzernpv_trade_out.py

Compares renewal NPV vs trade-out NPV for a lease expiration decision.

Tenant Credit Scorertenant_credit_scorer.py

Calculates HHI concentration index, WALT-weighted credit score, expected annual loss per tenant, and occupancy cost ratios for a commercial property rent roll.

Calculates state and local transfer taxes for CRE transactions.

Data-pipeline tools 9

Maps rent-roll charge codes (or, when codes are absent, charge descriptions) to the canonical chart of accounts, and T-12 account lines to canonical account slugs.

Scores a normalized payload (+ its validation report and optional tie-out) the way the rent-roll data-quality rubric defines: a weakest-link A/B/C letter is PRIMARY, a 0-100 weighted score is the secondary readout.…

Emits a reviewable, FK-ordered load plan for a target-model profile: the table load order (every FK target precedes its referrer), the upsert keys (the primary key) per table, and each table's dependencies. The plan…

Runs type / range / nullability and cross-field reconciliation checks over a canonical payload produced by normalize_tokens.

Reconciles a normalized rent roll against a normalized T-12 on a STATED, CONSISTENT basis and never forces a tie.

Infers a column schema (type, nullability, detected unit, per-column confidence) and a grain guess from an unknown tabular token stream — the doc_type: auto path, used when an extracted table arrives without a known…

Emits reviewable CREATE TABLE DDL for a target-model profile.

Maps a canonical payload into a chosen target-model profile (raw_landing, normalized_relational, star_schema, data_vault, hybrid_recommended) and reports the row counts and representative rows per table. This proves…

Transforms a tokenized/extracted CRE document (rent roll, T-12, or operating statement) into canonical, typed, provenance-stamped records that downstream ingestion calculators consume.

contact.exe