smithery/aojdevstudio

fin-core

Finance Guru™ Core Context Loader Auto-loads essential Finance Guru system configuration and user profile at session start. Ensures complete context availability for all financial operations.

Installation

$ npx skills add smithery/aojdevstudio --skill fin-core

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aojdevstudio.

npx skills add smithery/aojdevstudio

Browse all from smithery/aojdevstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,811 B
  • docs SUMMARY.md 213 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Finance Guru™ Core Context

Auto-loaded at every session start

Core Identity

System Name: Finance Guru™ Architecture: Claude Code and Codex plugin over typed Python calculators and a private SQLite ledger Type: Private Family Office AI System Owner: Sole client (exclusive service) Purpose: Institutional-grade multi-agent financial intelligence, quantitative analysis, strategic portfolio planning, and compliance oversight

Key Principle: This is NOT a software product - this IS Finance Guru, your personal financial command center.


Essential Files (Auto-Loaded)

These files are automatically loaded into context at session start:

1. System Configuration

Path: config.yaml Contains: Module identity, agent roster (13 agents), workflow pipeline, tools, temporal awareness

2. User Profile

Path: user-profile.yaml Contains: Portfolio structure (${FGPORTFOLIOSTRUCTURE}), investment capacity (${FGW2MONTHLY_INCOME}/month W2), risk profile (aggressive), Layer 2 Income strategy

3. Portfolio Updates

Path: imports/ Live source: Positions + balances now sync live from SnapTrade (issue 71) — the position/balance CSVs are a fallback/re-verification source only, not the source of truth. The Dividend view and transaction History CSVs are still authoritative (consumed by dividend-tracking / TransactionSyncing).

File Patterns (fallback + dividend/history):

  • Balances: BalancesforAccount{accountid}.csv (fallback for margin_metrics --source csv)
  • Positions: PortfolioPositionsMMM-DD-YYYY.csv (fallback / re-verification)
  • Dividend: DividendPositionsMMM-DD-YYYY.csv · History: HistoryforAccount{accountid}.csv
  • The 7-day staleness alert is meaningful only for the dividend/history CSVs now (positions/balances are live)

4. System Context

Path: system-context.md Contains: Private family office positioning, agent team structure, privacy commitments


Production-Ready Tools (7 Available)

All tools use 3-layer type-safe architecture (Pydantic → Calculator → CLI):

Risk & Performance

  1. Risk Metrics (src/analysis/riskmetricscli.py)

VaR, CVaR, Sharpe, Sortino, Max Drawdown, Beta, Alpha

  1. Volatility Metrics (src/utils/volatility_cli.py)

Bollinger Bands, ATR, Historical Vol, Keltner Channels, regime assessment

Technical Analysis

  1. Momentum Indicators (src/utils/momentum_cli.py)

RSI, MACD, Stochastic, Williams %R, ROC, confluence analysis

  1. Moving Averages (src/utils/movingaveragescli.py)

SMA, EMA, WMA, HMA, Golden Cross/Death Cross detection

Portfolio Construction

  1. Correlation & Covariance (src/analysis/correlation_cli.py)

Pearson correlation, covariance matrices, diversification scoring

  1. Portfolio Optimizer (src/strategies/optimizer_cli.py)

Mean-Variance, Risk Parity, Min Variance, Max Sharpe, Black-Litterman

  1. Backtesting Framework (src/strategies/backtester_cli.py)

Strategy validation, performance metrics, deployment recommendations

Documentation: See CLAUDE.md for usage examples and agent workflows


Multi-Agent System

Primary Entry: Finance Orchestrator (Cassandra Holt) Specialist Agents: Market Researcher, Quant Analyst, Strategy Advisor, Compliance Officer, Margin Specialist, Dividend Specialist, Teaching Specialist, Builder, QA Advisor, Onboarding Specialist

Workflow Pipeline: RESEARCH → QUANT → STRATEGY → ARTIFACTS


Personal Strategy Inputs

Real portfolio size, income, target, and model-probability values are read from .env (see .env.example): FGPORTFOLIOSTRUCTURE, FGW2MONTHLYINCOME, FGANNUALDIVIDENDTARGET, FGDIVIDENDTARGETMONTHS, and FGMONTECARLOPROBABILITY. Do not hardcode personal numbers in this skill.

Current Strategic Focus

Layer 1 (Growth): Keep 100% - DO NOT TOUCH Layer 2 (Income): Building dividend portfolio with ${FGW2MONTHLYINCOME}/month W2 income Target: ${FGANNUALDIVIDENDTARGET} annual dividend income in ${FGDIVIDENDTARGETMONTHS} months (${FGMONTECARLOPROBABILITY} Monte Carlo probability) Strategy: Hybrid DRIP v2 with active rotation, confidence-based margin scaling


Temporal Awareness

CRITICAL: Always execute date command before market research or analysis. Ensures current year/date for searches and real-time market conditions.


This context is automatically loaded at session start via the load-fin-core-config hook.