Skip to main content
مستودع GitHub

agentic-forecasting

يحتوي agentic-forecasting على 21 من skills المجمعة من VectorInstitute، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
21
Stars
11
محدث
2026-07-01
Forks
34
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

research-playbook
محللو أبحاث السوق ومتخصصو التسويق

How to use the search_web tool well when grounding a forecast in recent news — phrase cutoff-aware queries, decide what is worth searching for, and weigh sources. Load this before your first search_web call. No scripts.

2026-07-01
research-playbook
محللو أبحاث السوق ومتخصصو التسويق

How to use the search_web tool well when grounding a forecast in recent news — phrase cutoff-aware queries, decide what is worth searching for, and weigh sources. Load this before your first search_web call. No scripts.

2026-07-01
research-playbook
محللو أبحاث السوق ومتخصصو التسويق

How to use the search_web tool well when grounding a forecast in recent news — phrase cutoff-aware queries, decide what is worth searching for, and weigh sources. Load this before your first search_web call. No scripts.

2026-07-01
research-playbook
محللو أبحاث السوق ومتخصصو التسويق

How to use the search_web tool well when grounding a forecast in recent news — phrase cutoff-aware queries, decide what is worth searching for, and weigh sources. Load this before your first search_web call. No scripts.

2026-07-01
repo-navigation
مطوّرو البرمجيات

Reference guide for the repo concierge catalog — domain filters, the search-then-fetch workflow, and bootcamp routing. Load references/catalog-guide.md before your first answer. No scripts.

2026-07-01
code-analysis-playbook
علماء البيانات

How to use the code execution sandbox well — parse the JSON payload (not disk files), compute a couple of useful diagnostics before forecasting, and keep the session stateful within a turn. Load this before writing code. No scripts.

2026-06-23
forecasting
علماء البيانات

The output contract for producing a structured probability distribution over the rate decision (cut / hold / hike) — the JSON shape, the calibration rules, and how to submit it. Load this ONLY when your task payload asks for a forecast; ignore it for open-ended questions. No scripts.

2026-06-23
code-analysis-playbook
علماء البيانات

How to use the code execution sandbox well — parse the JSON payload (not disk files), compute a couple of useful diagnostics before forecasting, and keep the session stateful within a turn. Load this before writing code. No scripts.

2026-06-23
forecasting
علماء البيانات

The output contract for producing a structured probabilistic forecast — the JSON shape, the calibration and quantile rules, and how to submit it. Load this ONLY when your task payload asks for a forecast; ignore it for open-ended questions. No scripts.

2026-06-23
code-analysis-playbook
علماء البيانات

How to use the code execution sandbox well — parse the JSON payload (not disk files), compute a couple of useful diagnostics before forecasting, and keep the session stateful within a turn. Load this before writing code. No scripts.

2026-06-23
forecasting
علماء البيانات

The output contract for producing a structured probabilistic forecast — the JSON shape, the calibration and quantile rules, and how to submit it. Load this ONLY when your task payload asks for a forecast; ignore it for open-ended questions. No scripts.

2026-06-23
code-analysis-playbook
مطوّرو البرمجيات

How to use the code execution sandbox well — parse the JSON payload (not disk files), compute a couple of useful diagnostics before forecasting, and keep the session stateful within a turn. Load this before writing code. No scripts.

2026-06-23
forecasting
علماء البيانات

The output contract for producing a structured probabilistic forecast — the JSON shape, the calibration and quantile rules, and how to submit it. Load this ONLY when your task payload asks for a forecast; ignore it for open-ended questions. No scripts.

2026-06-23
meta-learning
علماء البيانات

Governs when and how the adaptive WTI analyst updates its strategy skill. Consult this before calling any strategy mutation tool. The process is deliberately conservative — it resists updating on individual surprises and requires pattern-level evidence before revising strategy.

2026-06-08
trend-projection
علماء البيانات

Code patterns for fitting a linear trend and projecting calibrated forecasts. Always load alongside fetch-yfinance and vol-regime — references/examples.md includes a Full Pipeline Example showing the complete self-contained script from yfinance data fetch through vol regime to final interval output.

2026-06-08
vol-regime
علماء البيانات

Code patterns for classifying the current volatility regime and detecting anomalous recent moves. Always load alongside fetch-yfinance — the examples require a yfinance data fetch at the top of the same script. Load references/examples.md for working code.

2026-06-08
wti-strategy
علماء البيانات

The adaptive WTI analyst's current forecasting strategy. Load this at the start of every prediction task. This file is generated — edit the state through the mutation tools, not by hand.

2026-06-08
wti-strategy-trained
علماء البيانات

The adaptive WTI analyst's current forecasting strategy. Load this at the start of every prediction task. This file is generated — edit the state through the mutation tools, not by hand.

2026-06-08
fetch-yfinance
مطوّرو البرمجيات

One-shot code patterns for downloading price and market data from yfinance inside the E2B sandbox. Load this skill whenever a task requires market or futures data from Yahoo Finance. Load examples.md for working code.

2026-05-25
statistical-analysis
علماء البيانات

Diagnostic code patterns for interrogating the WTI price series you have been given — vol regime classification, anomaly detection, and adaptive trend-window selection. Load references/analysis-patterns.md for working code. Load references/wti_benchmarks.json for historical benchmark values to compare against. Run this skill before trend-projection.

2026-05-22
trend-projection
علماء البيانات

Copy-pasteable scikit-learn and numpy code patterns for fitting a linear trend on recent WTI price history, projecting point forecasts to standard horizons, and calibrating 80% prediction interval widths from residual standard errors. Load references/projection-examples.md before writing any trend-projection code.

2026-05-22