asset-allocation

Apply MPT, Black-Litterman, and risk budgeting to construct multi-asset portfolios.

Updated May 15, 2026
One-click install
npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill asset-allocation-philipcoller-777
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-allocation
Source: https://github.com/philipcoller-777/Vibe-Trading-TV2/tree/main/agent/src/skills/asset-allocation
Command: npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill asset-allocation-philipcoller-777

SYSTEM DOCUMENTATION & REQUIREMENTS

Asset allocation theory and practical implementation across classical frameworks (MPT, BL, risk budgeting, all-weather) and built-in optimizers with rebalancing rules. This guide covers core ideas, recommended workflows, and example configurations to help users construct and rebalance diversified portfolios.

What problem does it solve?

Investors often struggle to balance expected return with risk across diverse asset classes. This skill provides principled frameworks to design and maintain diversified portfolios that align with risk tolerance and investment goals.

Core Features & Use Cases

  • Modern Portfolio Theory (MPT) weight optimization and the efficient frontier for risk-adjusted returns.
  • Black-Litterman integration to blend market equilibrium with investor views for more stable weight estimates.
  • Risk budgeting to allocate risk contributions rather than capital, enabling scale across assets.
  • All-Weather style diversification across economic regimes to reduce drawdowns.
  • Guidance for configuring four built-in optimizers and a robust rebalancing framework.

Quick Start

Generate a practical initial asset allocation plan and a corresponding rebalancing rule set for a diversified multi-asset portfolio.

Frequently Asked Questions about asset-allocation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply Modern Portfolio Theory to construct a diversified multi-asset portfolio?

Apply Modern Portfolio Theory (MPT) by using built-in optimizers to calculate weight allocations along the efficient frontier, balancing expected returns against risk tolerance to generate target weights for a diversified portfolio.

What is risk budgeting in portfolio optimization and when should I use it?

Risk budgeting allocates risk contributions rather than capital across assets, enabling scale and balanced exposure. Use this approach when you need to distribute risk evenly among diverse asset classes to reduce overall portfolio drawdowns.

How does Black-Litterman integration improve asset allocation weight estimates?

Black-Litterman integration improves asset allocation by blending market equilibrium returns with subjective investor views, producing more stable and mathematically sound target weight estimates than standard mean-variance optimization.

What's the best way to configure rebalancing rules for an all-weather portfolio?

Configure rebalancing rules by defining target weights and risk metrics within the framework's robust rebalancing module, ensuring all-weather portfolio diversification is maintained across different economic regimes to minimize drawdowns.

What inputs and configuration parameters are required for portfolio optimization?

Required inputs for portfolio optimization include expected returns, covariance matrices, and risk tolerance metrics. Configuration parameters define the selected optimizer, target weights, and rebalancing thresholds to execute the allocation strategy.

Does this asset allocation framework support custom investor views alongside market equilibrium data?

Yes, the framework supports custom investor views through Black-Litterman integration, allowing you to blend subjective market outlooks with objective equilibrium data to generate stable portfolio weight estimates.