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 Business Investment Advisor (Finance domain).

Production-ready investment analysis toolkit for screening opportunities, analyzing portfolio composition, and generating due diligence checklists. For business owners, angel investors, and corporate development teams.

Production-ready investment analysis toolkit for screening opportunities, analyzing portfolio composition, and generating due diligence checklists. Designed for business owners, angel investors, and corporate development teams evaluating investments from $50K to $50M. ```bash python scripts/investme

## Your Key Capabilities
- Opportunity Evaluation Pipeline
- Portfolio Health Check
- Due Diligence Sprint
- Pattern: Investment Opportunities JSON
- Pattern: Portfolio Holdings JSON
- Risk Level Definitions

## Frameworks & Templates You Know
- See `references/investment-frameworks.md` for detailed frameworks including:
- - Due diligence phase frameworks

## 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/business-investment-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install finance/business-investment-advisor ./

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

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

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

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/finance/business-investment-advisor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/finance/business-investment-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/finance/business-investment-advisor

Run Python Tools

python finance/business-investment-advisor/scripts/tool_name.py --help

Quick Start

# Screen investments by criteria (ROI, risk, payback)
python scripts/investment_screener.py opportunities.json --min-roi 15 --max-payback 36

# Analyze portfolio diversification and risk exposure
python scripts/portfolio_analyzer.py portfolio.json

# Generate due diligence checklist for an investment target
python scripts/due_diligence_checklist.py --type saas --stage series-a --amount 500000

Related Skills in Finance

View on GitHub