Skip to main content
Repositorio de GitHub

agentic-forecasting

agentic-forecasting contiene 21 skills recopiladas de VectorInstitute, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
21
Stars
11
actualizado
2026-07-01
Forks
34
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

research-playbook
Analistas de investigación de mercados y especialistas en marketing

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
Analistas de investigación de mercados y especialistas en marketing

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
Analistas de investigación de mercados y especialistas en marketing

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
Analistas de investigación de mercados y especialistas en marketing

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
Desarrolladores de software

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Desarrolladores de software

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Científicos de datos

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
Desarrolladores de software

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
Científicos de datos

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
Científicos de datos

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