Darts Forecasting

Darts Forecasting: Darts Forecasting: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Darts Forecasting skill for finance analytics. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 15 anti-pattern constraints. Visit doramagic.ai/r/darts-forecasting for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-102

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

117total
102fatal
102 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

102 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen constructing a TimeSeries with values array input

ACTIONExpand the values array to exactly 3 dimensions (time×component×sample) using numpy array shape operations

CONSEQUENCETimeSeries operations will fail with shape mismatches, causing downstream models to receive incorrectly formatted data tensors

FATALdomain_rulefinance-C-002

WHENWhen setting the TimeSeries values dtype

ACTIONCast values to float64 or float32 to verify numerical precision for financial calculations

CONSEQUENCENumerical operations may produce incorrect results with integer or non-floating-point dtypes, leading to inaccurate forecasts

FATALdomain_rulefinance-C-003

WHENWhen setting the TimeSeries time index

ACTIONVerify time index is strictly monotonically increasing with a well-defined frequency and no holes by default

CONSEQUENCEDownstream models will produce incorrect forecasts due to temporal misalignment, and gap detection methods will fail

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.