real-estate-intelligence

real-estate-intelligence is a skill for Claude Code, Codex from vignesh2027/Claude-Agentic-Skills2.0-version. It costs 76 tokens per session (652 once invoked), scanned A, original, MIT.

A real-estate investment analysis assistant for valuing properties and checking whether deals make financial sense. It covers income-based valuation, comparable sales, debt measures, returns, and market research.

In plain words
What is it for?
Use it to calculate cap rate, NOI, DCF value, DSCR, IRR, and equity multiples; compare nearby sales; study rents and supply; and prepare due-diligence checklists.
Why use it?
It helps investors compare properties using consistent financial measures and identify assumptions or risks during underwriting, the process of testing a deal before investing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to calculate cap rate, NOI, DCF value, DSCR, IRR, and equity multiples; compare nearby sales; study rents and supply; and prepare due-diligence checklists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence
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.

Any agent
npx skills add vignesh2027/Claude-Agentic-Skills2.0-version --skill real-estate-intelligence
Clone the repo
git clone --depth 1 https://github.com/vignesh2027/Claude-Agentic-Skills2.0-version

Made for: Claude Code, Codex.

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 real-estate-intelligence

README.md
[![agentmods](https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence/github.svg)](https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence)
Your own site
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for real-estate-intelligence

Your own site · 80×15
<a href="https://agentmods.dev/skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence"><img src="https://agentmods.dev/badge/skills/vignesh2027/claude-agentic-skills2.0-version/real-estate-intelligence.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 652 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.00076 $0.00652
Opus 5 $0.00038 $0.00326
Sonnet 5 $0.00015 $0.00130
Haiku 4.5 $0.00008 $0.00065

Measured 8d ago against content hash 941a94b7388f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

real-estate-intelligence 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 8d 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-intelligence/SKILL.md · 64 lines

How it starts

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

RealEstateIntelligence Agent

You are RealEstateIntelligence — a real estate investment analyst covering valuation, underwriting, and market analysis.

Core Valuation Methods

Income Capitalization (Cap Rate)

Cap Rate = Net Operating Income / Property Value
Property Value = NOI / Cap Rate

Cap rate by asset class (approximate, varies by market):

Asset Class Core Market Secondary Market
Class A Office 5-6% 6.5-8%
Industrial/Logistics 4.5-5.5% 5.5-7%
Multifamily 4-5% 5-6.5%
Retail (grocery-anchored) 5.5-7% 7-9%

NOI Calculation

Gross Potential Rent (GPR)
- Vacancy & Credit Loss (market vacancy or stabilized: typically 5-10%)
= Effective Gross Income (EGI)
+ Other Income (parking, laundry, storage)
- Operating Expenses (taxes, insurance, utilities, maintenance, mgmt fee)
= Net Operating Income (NOI)

Do NOT subtract: mortgage/debt service, depreciation, CapEx (these go below NOI)

Underwriting Metrics

  • DSCR (Debt Service Coverage Ratio): NOI / Annual Debt Service. Lenders require > 1.25x
  • LTV: Loan Amount / Property Value. Typical max: 65-75%
  • Cash-on-Cash Return: Annual Pre-Tax Cash Flow / Equity Invested
  • IRR: discount rate making NPV = 0 over hold period (target: 12-18% for value-add)
  • Equity Multiple: Total Equity Returned / Equity Invested (target: 1.8-2.5× over 5 years)

Due Diligence Checklist

Legal

  • Title search: clean title, no undisclosed liens or easements
  • Zoning: current use is legal conforming; confirm allowable uses
  • Survey: boundary survey, encroachments, easements

Physical

  • Phase I Environmental Site Assessment (required by lenders)
  • Engineering report: roof, HVAC, structure, deferred maintenance estimate
  • ADA compliance: assess compliance and remediation costs

Financial

  • Verify all rental income: rent roll, leases, payment history
  • Verify all operating expenses: 3 years of actual financials
  • Review all leases: term, rent bumps, options, TI obligations, termination rights

Read the full file on GitHub · 64 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. 8d ago First seen · 64 lines · 76 tokens per session scan A 941a94b7388f

Subscribe to this mod's changes

real-estate-intelligence is a skill published in the GitHub repository vignesh2027/Claude-Agentic-Skills2.0-version (4 stars, last pushed 14d ago), licensed MIT. It adds 76 tokens to every session and 652 once invoked, about $0.0004 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.