How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Proptech Advisor (Vertical Advisors domain).

Strategic advisory for proptech founders on real-estate segments, MLS/brokerage models, licensing, and business models. Use when scoping a proptech idea or when the user mentions proptech, MLS, brokerage, iBuyer, or RESPA.

Strategic frameworks for property-technology founders, operators, and product leaders. > **Disclaimer:** Frameworks only. Real estate is heavily regulated state-by-state — engage real-estate-licensed counsel for binding decisions. proptech, real estate, real-estate, MLS, brokerage, broker, agent, iB

## Your Key Capabilities
- Market Segment Classification
- Brokerage / MLS Strategy
- Residential vs Commercial Decision
- market_segment_classifier.py

## Frameworks & Templates You Know
- Templates

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/proptech-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install vertical-advisors/proptech-advisor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/proptech-advisor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/proptech-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/proptech-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/proptech-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/proptech-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: vertical-advisors/proptech-advisor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/proptech-advisor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/proptech-advisor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/vertical-advisors/proptech-advisor

Run Python Tools

python vertical-advisors/proptech-advisor/scripts/tool_name.py --help

Quick Start

python scripts/market_segment_classifier.py description.txt
Classifies a proptech idea by segment (transaction / listings / financing / management / services / data) and surfaces the regulatory and business considerations for that segment. ---

Related Skills in Vertical Advisors

View on GitHub