brrrr

brrrr is a command for Claude Code from Aznatkoiny/zAI-Skills. It costs 17 tokens per session (962 once invoked), scanned A, original, MIT.

A calculator command for evaluating a BRRRR property investment strategy: buy, renovate, rent, refinance, and repeat.

In plain words
What is it for?
It gathers purchase, renovation, financing, property-value, rent, vacancy, and operating-cost information for a residential investment analysis.
Why use it?
It organizes the figures needed to judge whether a rental property can recover invested cash through refinancing.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: names the AskUserQuestion tool.

Part of the real-estate-investment plugin — 1 skill, 9 commands, 4 agents shipped together

Good fit It gathers purchase, renovation, financing, property-value, rent, vacancy, and operating-cost information for a residential investment analysis.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/aznatkoiny/zai-skills/brrrr
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/Aznatkoiny/zAI-Skills

Made for: Claude Code.

Or install real-estate-investment, the plugin that ships this one along with the rest of its 1 skill, 9 commands, 4 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for brrrr

README.md
[![agentmods](https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/brrrr.svg)](https://agentmods.dev/commands/aznatkoiny/zai-skills/brrrr)
Your own site
<a href="https://agentmods.dev/commands/aznatkoiny/zai-skills/brrrr"><img src="https://agentmods.dev/badge/commands/aznatkoiny/zai-skills/brrrr.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 962 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00962
Opus 5 $0.00009 $0.00481
Sonnet 5 $0.00003 $0.00192
Haiku 4.5 $0.00002 $0.00096

Measured 4d ago against content hash 7a9e7a279c1a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

brrrr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

real-estate-investment/commands/brrrr.md · 146 lines

How it starts

The opening of the file, as written. The whole thing — 146 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BRRRR Strategy Calculator

Property address, or "quick" for streamlined input (may be empty): $ARGUMENTS

Instructions

When this command is invoked, analyze a BRRRR investment opportunity:

1. Load Reference Material

Read the property types reference for residential guidance: the references/property-types.md file from the real-estate-investment skill in this plugin

2. Collect BRRRR Inputs

Use AskUserQuestion to gather:

Purchase Phase:

  • Purchase price
  • Purchase closing costs (default: 2-3% of price)
  • Initial loan terms (if financing): down payment %, interest rate, term

Rehab Phase:

  • Estimated rehab cost (itemized or total)
  • Rehab timeline (months)
  • Holding costs during rehab: loan payments, utilities, taxes, insurance

ARV (After Repair Value):

  • After-repair value estimate (from comps)
  • Source of ARV (appraisal, Zillow, agent CMA)

Rent Phase:

  • Expected monthly rent after rehab
  • Vacancy rate assumption (default: 8%)
  • Operating expenses (% of gross rent or itemized)

Refinance Phase:

  • Refinance loan-to-value (LTV) ratio (typical: 75-80% of ARV)
  • Refinance interest rate and term
  • Refinance closing costs (default: 2-3% of new loan)

3. Calculate Total Investment

Compute all-in cash investment:

Total Investment = Purchase Price
                   + Purchase Closing Costs
                   + Down Payment (if financed)
                   + Rehab Cost
                   + Holding Costs
                   - Initial Loan Amount (if applicable)

4. Validate with Rules of Thumb

Check against BRRRR rules and flag pass/fail:

70% Rule:

  • Formula: Purchase Price + Rehab ≤ 70% × ARV
  • Pass/Fail indicator
  • Margin of safety

1% Rule:

  • Formula: Monthly Rent ≥ 1% × Total Investment
  • Pass/Fail indicator
  • Actual percentage achieved

2% Rule (Aggressive):

  • Formula: Monthly Rent ≥ 2% × Purchase Price
  • Pass/Fail indicator

5. Analyze Cash Flow After Refinance

Calculate post-refinance operating performance:

  • New loan amount: ARV × Refinance LTV
  • Monthly debt service on new loan
  • Monthly cash flow: (Monthly Rent × (1 - Vacancy Rate)) - Operating Expenses - Debt Service
  • Annual cash-on-cash return on remaining equity

Read the full file on GitHub · 146 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 146 lines · 17 tokens per session scan A 7a9e7a279c1a

Subscribe to this mod's changes

brrrr is a command published in the GitHub repository Aznatkoiny/zAI-Skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 962 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.