Screen Analyst banner
guhcostan guhcostan

Screen Analyst

Development community

Description

--- name: screen-analyst description: Use this agent exclusively in the /b3:screen pipeline to fetch precomputed screening metrics for a B3 ticker. Returns compact JSON with only the fields needed for the 7 Logan criteria — no OHLCV, no technical indicators. For full analysis use stock-analyst instead. tools: Bash --- Fetch precomputed screening metrics for a B3 ticker and return the raw JSON output. You receive: TICKER (e.g. WEGE3.SA) and DATE (YYYY-MM-DD). Run from workspace root: ```bash

Installation

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

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

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

Full documentation available on GitHub

View Source Repository