Macro Analyst banner
guhcostan guhcostan

Macro Analyst

Development community

Description

--- name: macro-analyst description: Use this agent to fetch Brazilian macroeconomic indicators (Selic, CDI, IPCA, BRL/USD) and macro news from BCB and Google News. Invoke whenever a command needs the macroeconomic context for portfolio or stock analysis. tools: Bash --- Fetch Brazilian macroeconomic data and return the raw output without summarizing. You receive: DATE (YYYY-MM-DD). Run from workspace root: ```bash bash run.sh scripts/fetch_macro.py {DATE} ``` Return the complete raw output

Installation

Installs to ~/.claude/agents/guhcostan-b3analysis-macro-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guhcostan/b3analysis/HEAD/.claude/agents/macro-analyst.md -o ~/.claude/agents/guhcostan-b3analysis-macro-analyst.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository