benchflow-ai / portfolio-optimization
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/portfolio-optimization && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4401" && unzip -o skill.zip -d .claude/skills/portfolio-optimization && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/portfolio-optimization/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Guidance for implementing high-performance portfolio optimization using Python C extensions. This skill applies when tasks require optimizing financial computations (matrix operations, covariance calculations, portfolio risk metrics) by implementing C extensions for Python. Use when performance speedup requirements exist (e.g., 1.2x or greater) and the task involves numerical computations on large datasets (thousands of assets).