wilsonfreitaswilsonfreitasCommunityยท6 Agent Skills Included

brasa

Brazilian market data extraction, storage, and SQL querying

Downloads, parses, and stores financial market data from Brazilian institutions like B3, ANBIMA, BCB, CVM, and Tesouro Direto. Replaces manual file downloads and messy spreadsheets with template-driven pipelines that produce clean, queryable datasets. Includes skills for writing data templates, exploring the local DuckDB database, and managing the full development workflow in Linear.
npx skills add wilsonfreitas/brasa --all -g -y
Available:

Instructs the agent on brasa's template-driven ETL architecture, mandatory uv-based commands, and the required test, lint, and pre-commit quality gates before any task is considered complete.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install brasa?โ–ผ

Run `npx skills add wilsonfreitas/brasa --all -g -y` in your terminal to install all skills in this suite globally.

What data sources does brasa support?โ–ผ

It extracts data from B3 (equities, futures, options, indexes), ANBIMA fixed income, BCB/SGS macro series like CDI and SELIC, CVM company filings, and Tesouro Direto bonds.

How to query Brazilian stock prices with SQL?โ–ผ

The brasa-db-explorer skill connects to the local DuckDB database and runs SQL against cleaned staging tables like staging.b3-cotahist for daily prices and returns.

Can I create new data pipelines without deep coding?โ–ผ

Yes. The brasa-template-writer skill generates declarative YAML templates that define download, parsing, and storage steps, so you describe the data instead of writing parser code.

Does brasa work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible coding environments.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’