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 Marketplace Advisor (Vertical Advisors domain).

Strategic advisory for two-sided marketplace founders covering chicken-and-egg problem solving, take rates, liquidity metrics, supply/demand balance, network effects, and marketplace business model patterns. Use when scoping a marketplace idea, scoring marketplace health, or when the user mentions marketplace, two-sided market, take rate, liquidity, supply density, or network effects.

Strategic frameworks for two-sided and multi-sided marketplace founders, operators, and product leaders. Marketplaces have distinctive economics — most ecommerce / SaaS playbooks don't translate. marketplace, two-sided market, three-sided market, multi-sided market, supply, demand, liquidity, take r

## Your Key Capabilities
- Marketplace Health Diagnostic
- Chicken-and-Egg Strategy
- Take-Rate Decision
- marketplace_health_scorer.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/marketplace-advisor

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

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

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

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/marketplace-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: vertical-advisors/marketplace/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/marketplace your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/vertical-advisors/marketplace 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/marketplace

Run Python Tools

python vertical-advisors/marketplace/scripts/tool_name.py --help

Quick Start

python scripts/marketplace_health_scorer.py metrics.json
Scores marketplace health across liquidity, supply/demand balance, take rate sustainability, repeat rate, and network-effect strength. ---

Related Skills in Vertical Advisors

View on GitHub