cre-agent-skills
Health Gecti
- License — License: Apache-2.0
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 10 GitHub stars
Code Gecti
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
This project provides a collection of 33 standalone markdown files and knowledge bases designed to assist with U.S. commercial real estate analysis. It is intended to be used as plugins for AI agents, prompt references, or rule sets for tools like Claude Code and ChatGPT.
Security Assessment
Overall Risk: Low. The repository consists entirely of plain text, markdown files, and documentation rather than compiled code. The automated code scan reviewed four files and found no dangerous patterns. There are no hardcoded secrets, and no dangerous permissions are requested. Because it is a markdown-first library, it inherently does not execute shell commands or make external network requests on its own. The only minor consideration is that it requires users to run standard git commands to clone the repository.
Quality Assessment
The project is actively maintained, with its most recent code push occurring today. It uses the permissive Apache-2.0 license and features a thorough, well-structured README that includes a clear legal disclaimer regarding professional financial advice. Community trust is currently modest but positive, represented by 10 GitHub stars.
Verdict
Safe to use.
33 standalone AI skill files for U.S. commercial real estate analysis, plus 8 reusable knowledge bases, 11 industrial research notes, and 7 Claude Code plugins. Use them as Claude Code plugins, ChatGPT prompts, Cursor rules, or reference markdown in any LLM workflow.
CRE Agent Skills - Research-Backed Commercial Real Estate Skill Library
33 standalone AI skill files for U.S. commercial real estate analysis, plus 8 reusable knowledge bases, 11 industrial research notes, and 7 Claude Code plugins. Use them as Claude Code plugins, ChatGPT prompts, Cursor rules, or reference markdown in any LLM workflow.
What This Repo Is
cre-agent-skills is a markdown-first, open-source library of CRE analysis skills.
It now has three layers:
- Multifamily Core: the original acquisitions-focused multifamily skill set
- Industrial v1: a new U.S. industrial acquisitions pack, built with companion research notes
- Shared CRE Workflows: legal, closing, and document-ingestion tools that can support multiple sectors
This repo is designed so you can:
- copy a single skill into an LLM system prompt
- install a department or sector plugin into Claude Code
- point an AI agent at the repo and ask it to use the relevant skills
- inspect the research notes behind new sector-specific benchmarks and assumptions
No API keys. No compiled app. No orchestration required. Every file is plain markdown or supporting documentation.
Disclaimer: These skills are educational and operational aids, not financial, legal, investment, or tax advice. Use licensed counsel, brokers, lenders, engineers, and other professionals before making real-world decisions.
Quick Start
Option 1: Install a Claude Code Plugin
PowerShell
git clone https://github.com/ahacker-1/cre-agent-skills.git
Set-Location .\cre-agent-skills
New-Item -ItemType Directory -Force "$HOME\.claude\skills" | Out-Null
Copy-Item -Recurse .\claude-code-plugins\cre-industrial "$HOME\.claude\skills\"
Then in Claude Code:
/cre-industrial Underwrite a 220,000 SF shallow-bay industrial acquisition in Atlanta
Bash
git clone https://github.com/ahacker-1/cre-agent-skills.git
cd cre-agent-skills
mkdir -p ~/.claude/skills
cp -r ./claude-code-plugins/cre-industrial ~/.claude/skills/
Option 2: Copy a Single Skill File
Open any markdown file under skills/, copy it into your LLM tool, and load the related knowledge base if needed.
Option 3: Point an AI Agent at the Repo
Clone the repo and tell your agent to use the relevant skill files and research notes for the deal at hand.
Claude Code Plugins (Recommended)
Each plugin is a self-contained bundle with a SKILL.md entry point plus the referenced skills and knowledge files.
Available Plugins
| Plugin | Slash Command | Scope |
|---|---|---|
cre-due-diligence |
/cre-due-diligence |
Multifamily due diligence workflows |
cre-underwriting |
/cre-underwriting |
Multifamily underwriting workflows |
cre-financing |
/cre-financing |
Multifamily financing workflows |
cre-legal |
/cre-legal |
Shared CRE legal workflows |
cre-closing |
/cre-closing |
Shared CRE closing workflows |
cre-document-ingestion |
/cre-document-ingestion |
Shared CRE document classification and parsing |
cre-industrial |
/cre-industrial |
U.S. industrial acquisitions core workflows |
Install All Plugins in PowerShell
git clone https://github.com/ahacker-1/cre-agent-skills.git
Set-Location .\cre-agent-skills
New-Item -ItemType Directory -Force "$HOME\.claude\skills" | Out-Null
Copy-Item -Recurse .\claude-code-plugins\* "$HOME\.claude\skills\"
Project-Scoped Install in PowerShell
New-Item -ItemType Directory -Force .\.claude\skills | Out-Null
Copy-Item -Recurse .\claude-code-plugins\cre-industrial .\.claude\skills\
Use Without Copying
You can also reference a plugin directory directly:
claude --add-dir /path/to/cre-agent-skills/claude-code-plugins/cre-industrial
Skill Index
Multifamily Core
These remain fully supported and keep their existing paths.
Due Diligence
skills/due-diligence/rent-roll-analyst.mdskills/due-diligence/opex-analyst.mdskills/due-diligence/market-study.mdskills/due-diligence/physical-inspection.mdskills/due-diligence/environmental-review.mdskills/due-diligence/legal-title-review.mdskills/due-diligence/tenant-credit.md
Underwriting
skills/underwriting/financial-model-builder.mdskills/underwriting/scenario-analyst.mdskills/underwriting/ic-memo-writer.md
Financing
skills/financing/lender-outreach.mdskills/financing/quote-comparator.mdskills/financing/term-sheet-builder.md
Shared CRE Workflows
These are broadly reusable across multiple sectors, though some still assume standard CRE acquisition workflows rather than every possible property type.
Legal
skills/legal/psa-reviewer.mdskills/legal/title-survey-reviewer.mdskills/legal/estoppel-tracker.mdskills/legal/loan-doc-reviewer.mdskills/legal/insurance-coordinator.mdskills/legal/transfer-doc-preparer.md
Closing
skills/closing/closing-coordinator.mdskills/closing/funds-flow-manager.md
Document Ingestion
skills/document-ingestion/document-classifier.mdskills/document-ingestion/rent-roll-parser.mdskills/document-ingestion/financials-parser.mdskills/document-ingestion/offering-memo-parser.md
Industrial v1
These are new U.S.-only industrial acquisitions skills.
skills/industrial/industrial-market-study.mdskills/industrial/industrial-lease-roster-analyst.mdskills/industrial/industrial-lease-abstract-reviewer.mdskills/industrial/industrial-tenant-credit-analyst.mdskills/industrial/industrial-physical-inspection.mdskills/industrial/industrial-underwriting-model-builder.mdskills/industrial/industrial-financing-fit.mdskills/industrial/industrial-ic-memo-writer.md
Knowledge Bases
Multifamily Core Knowledge
knowledge/underwriting-calc.mdknowledge/risk-scoring.mdknowledge/multifamily-benchmarks.mdknowledge/lender-criteria.mdknowledge/legal-checklist.md
Industrial v1 Knowledge
knowledge/industrial-benchmarks.mdknowledge/industrial-lease-structures.mdknowledge/industrial-lender-criteria.md
Research Layer
Industrial v1 is the first sector pack in this repo built with required companion research notes.
Start here:
Every industrial skill and knowledge base is supported by a companion note documenting:
- source table
- U.S.-only assumptions
- benchmark rationale
- conflicting-source resolution
- edge cases and red flags
Common Workflows
Multifamily Quick Underwrite
rent-roll-analystopex-analystfinancial-model-builderscenario-analystic-memo-writer
Shared CRE Deal Intake
document-classifierfinancials-parseroffering-memo-parser- relevant sector-specific diligence or underwriting skill
Industrial v1 Acquisitions Core
industrial-market-studyindustrial-lease-roster-analystindustrial-lease-abstract-reviewerindustrial-tenant-credit-analystindustrial-physical-inspectionindustrial-underwriting-model-builderindustrial-financing-fitindustrial-ic-memo-writer
Closing Readiness
psa-reviewertitle-survey-reviewerloan-doc-reviewerinsurance-coordinatorclosing-coordinatorfunds-flow-manager
Installation Methods
Claude Projects
Upload the skill markdown file(s) you want plus any related knowledge base markdown files.
ChatGPT or Custom GPTs
Paste the skill content into instructions and upload related knowledge bases as supporting files.
Cursor / Windsurf / Other Editors
Store skill files as rules or reference them as prompt context.
API Use
Read the skill file and related knowledge base into your system prompt.
Project Structure
cre-agent-skills/
├── skills/
│ ├── due-diligence/
│ ├── underwriting/
│ ├── financing/
│ ├── legal/
│ ├── closing/
│ ├── document-ingestion/
│ └── industrial/
├── knowledge/
│ ├── multifamily-benchmarks.md
│ ├── underwriting-calc.md
│ ├── lender-criteria.md
│ ├── legal-checklist.md
│ ├── risk-scoring.md
│ ├── industrial-benchmarks.md
│ ├── industrial-lease-structures.md
│ └── industrial-lender-criteria.md
├── research/
│ └── industrial/
├── claude-code-plugins/
│ ├── cre-due-diligence/
│ ├── cre-underwriting/
│ ├── cre-financing/
│ ├── cre-legal/
│ ├── cre-closing/
│ ├── cre-document-ingestion/
│ └── cre-industrial/
├── docs/
└── templates/
Open-Source Contribution Standards
If you add new sector-specific skills:
- author root files under
skills/orknowledge/ - create companion research notes under
research/ - mirror plugin copies under
claude-code-plugins/ - update docs and changelog in the same change
See:
FAQ
Is this still a multifamily repo?
It started as a multifamily acquisitions library and still includes that full core set. It now also includes Industrial v1 and is structured as a broader U.S. CRE skill library.
Are the industrial skills global?
No. Industrial v1 is explicitly U.S.-only.
Are the legacy shared skills fully sector-neutral?
Not completely. Legal, closing, and document-ingestion workflows are broadly reusable, but some legacy content still reflects acquisition-oriented CRE assumptions and some parsers still fit multifamily data best.
Do I need all the files?
No. You can use a single skill file, a single plugin, or the full repo.
Where do the industrial defaults come from?
Start with the Industrial Research Index. The industrial knowledge bases and skills were authored from those research notes.
Want the Full Pipeline?
These skills were originally extracted from the CRE Acquisition Orchestrator, which models a larger multi-agent acquisition workflow. This repo is the lighter, markdown-first library version.
Author
Avi Hacker, J.D. - AI Consulting for Commercial Real Estate
License
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi