finwiz-financial-libraries

Select financial libraries or custom code for calculations.

1|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/fjacquet/finwiz --skill finwiz-financial-libraries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finwiz-financial-libraries
Source: https://github.com/fjacquet/finwiz/tree/main/.claude/skills/finwiz-financial-libraries
Command: npx skills add https://github.com/fjacquet/finwiz --skill finwiz-financial-libraries

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill clarifies when to use established financial libraries versus custom code, ensuring reliable, maintainable financial calculations.

Core Features & Use Cases

  • Library vs Custom: Decide between TA-Lib, Empyrical, Backtrader, or bespoke logic.
  • Migration Guidance: Provide pathways to migrate standard calculations to libraries.
  • Balance & Thresholds: Maintain business logic for scoring and grading while leveraging libraries for core metrics.

Quick Start

For a new metric, check if a library exists; if not, implement the calculation in clean, well-documented custom code.